Mon Aug 16 16:33:36 EST 2004 Nigel Rowe <rho@xxxxxxxxxxxxxxx>
* Browser compatability hacks
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
New patches:
[Browser compatability hacks
Nigel Rowe <rho@xxxxxxxxxxxxxxx>**20040816063336] {
hunk ./cgi/xslt/annotate.xslt 239
- - <xsl:value-of select="text()"/>
- - </a><br/>
+ <pre><xsl:value-of select="text()"/></pre>
+ </a>
hunk ./cgi/xslt/annotate.xslt 250
- - <xsl:value-of select="text()"/>
- - </a><br/>
+ <pre><xsl:value-of select="text()"/></pre>
+ </a>
hunk ./cgi/xslt/annotate.xslt 263
- - <xsl:value-of select="text()"/>
- - </a><br/>
+ <pre><xsl:value-of select="text()"/></pre>
+ </a>
hunk ./cgi/xslt/annotate.xslt 275
- - <a class="removed-by"
href="{$command}?c=annotate&p={$hash}">-</a><br/>
+ <a class="removed-by" href="{$command}?c=annotate&p={$hash}">-</a>
hunk ./cgi/xslt/annotate.xslt 292
- - </a><br/>
+ </a>
}
Context:
[fix description of --logfile option to record.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040814095802]
[fix up help messages for send.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040813101019]
[update changelog.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040812105916]
[disallow rollback of tag patches.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040812101229]
[clean up failure message when running pull etc outside a repo.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040811105405]
[reprioritize the TODO list.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040811104100
At this stage, features that users haven't complained about are no longer
pre-1.0 material. If noone complains, and I'm not motivated to get them
done, it just can't be that important.
]
[fix prompt typo in rerecord.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040811103622]
[fix inversion in meaning on --ask-deps.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040811103608]
[Fix typo in "Add" description
schnetter@xxxxxxxxxx**20040808124719]
[add -optl before linker flags and simplify makefile a tad.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040809104622]
[Some browsers (kde) need extra <br/> in darcs.cgi's annotate output
Nigel Rowe <rho@xxxxxxxxxxxxxxx>**20040808231053]
[fix numbering on interactive commands.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040808133017]
[add a test for the unrecord command.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040808123115]
[fix bug in sift_for_pending that led to conflicts in pending.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040808122207]
[link to patch summary from annotate pages
Will <will@xxxxxxxxxx>**20040807171925]
[have make clean remove autogenerated source.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040807154553
You'll probably need to run make clean once after pulling this patch to get
rid of the old Context.hs, which is obsoleted by Context.lhs.
]
[switch to using the FFI for the context to avoid a large haskell literal
string.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040807154231]
[stringify needs to escape backslashes, too...
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040807100712]
[add link to patch that removes existing line
Will <will@xxxxxxxxxx>**20040806191649]
[add summary links to patch list
Will <will@xxxxxxxxxx>**20040806191517]
[debian policy doesn't allow symlinks in etc
ijones@xxxxxxxxxx**20040804143846]
[improve failure message when selecting a non-existing patch from a partial
repo.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040806103947]
[possibly fix bug in record --ask-deps.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040806102257
There was a bug in how we dealt with the --ask-deps prompting. This fix is
entirely untested, but seems correct to me. Alas, it means passing another
flag around. :( This might be done more cleanly by passing a Patch->Patch
processing function that preprocesses patches before viewing. On the other
hand, perhaps that is just as ugly.
]
[add Content-Type for patch bundle description.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040805113621]
[fix newlines in whatsnew -u
andrew@xxxxxxxxxxx**20040804202358]
[support CPPFLAGS when configuring.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040804105647]
[change web page link to go to Will's new cgi script.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040804103553]
[remove unused instance of Typeable from PackedString that was causing trouble
with ghc 6.3.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040804100310]
[fix bug in --last when the last one is a tag on which inventory is split.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040803100805]
[add --reverse option to changes.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040731104826]
[add --exact-version option to darcs which gives its precise version.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040730104030]
[correct libcurl flags
Frank Ruell <stoerte@xxxxxxxxxxxxxxxx>**20040729181505]
[update command descriptions for new patch selection option names
andrew@xxxxxxxxxxx**20040730024506]
[regularize the descriptions of patch selection options
andrew@xxxxxxxxxxx**20040730024428]
[revise documentation of patch selection
andrew@xxxxxxxxxxx**20040730024316]
[change --tag to --tags in pull etc.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040729104156]
[give much nicer error message when patch bundle hash fails.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040729103553]
[when takeLock fails, say what file it failed on.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040729102451]
[maintain MIME headers when forwarding patches.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040729102429]
[have a move patch "touch" both files
andrew@xxxxxxxxxxx**20040729001327]
[trivial typo fix to the manual
egli@xxxxxxxxxx**20040726105158]
[update TODO.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040728102057]
[remove a blank line from darcs diff
andrew@xxxxxxxxxxx**20040727215457
changelog already adds a newline, so there is no need to add another.
]
[fix interactive prompts on win32 when stdin is a pipe
Will <will@xxxxxxxxxx>**20040727205153]
[update web page to indicated ghc 6.2 is required.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040727113943]
[if --last gives more than the size of repo, show entire repo.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040727112730]
[interface changes in rollback, rerecord and get.
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040727112140
This changes --tag, --patch etc to be a tad more logical.
]
[TAG 0.9.23
David Roundy <droundy@xxxxxxxxxxxxxxx>**20040726121415]
Patch bundle hash:
50e5cdf2691320a7fa66f3c7be7e9a3b0e6729df
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)
iD8DBQFBIFilBbmcM2pfckkRAssLAKDVrdqJHVjM7OhLLJ/bXzOOOirOvgCgqPnU
zFiN00pKm61pVKhCUe4oFLQ=
=oBdt
-----END PGP SIGNATURE-----
|