one email message and the start of another. this hueristic
failed on lines like "\n^From Ushant to Scilly is 35
leagues".
the new pattern relies upon our From line ending in the
four digits of the year. which is also an hueristic that
will from fail from time to time. For example "\n^From
2000 substract 1 to get 1999$".
PR: docs/21762
Repository state. This commit mostly brings in a lot of translation synches,
spelling fixes, adds new translations.
Obtained from: FreeBSD Russian Documentation Project CVS Repository
line of the first paragraph (in the SGML) was truncated resulting in
things such as ``oard'', ``y'', ``eam'', ``atson'', and ``ubbard''.
Pointed out by: rwatson
2000-10-21 00:46 knu
* cvsweb.cgi: Always give options to click on a non-colored diff
_and_ a colored diff.
Requested by: SO many people :>
2000-10-20 22:59 knu
* TODO.knu: Hyperlinking was properly fixed.
2000-10-20 21:28 knu
* TODO.knu, cvsweb.cgi: Fix htmllify so that <A href="...">...</A>
won't nest. :)
Do not show additional "(colored)" diff links when long colored
diff is the default.
Reduce the use of `.' operator that is known to be expensive. Fix
indent, clean up.
2000-10-11 06:14 knu
* cvsweb.cgi: Introduce a new function: htmlquote().
Clean up hyperlink tags.
- Use &link() instead of <a href="...">...</a>.
- Do urlencode() or htmlquote() as appropriate.
2000-10-11 03:48 knu
* cvsweb.cgi:
- Recognize "links" as another text mode browser.
- Fix the revision links in the annotation view of a file.
Submitted by: Christian Weisgerber <naddy@mips.inka.de>
1.210 -> 1.211 news/newsflash.sgml
- Fix ${LOCALTOP} and *.revinc (this is no longer needed
for revision checking):
news/1996/Makefile
news/1997/Makefile
longer exists. While I'm here, remove the blurb about rewriting the
handbook and printing it since that was done last April.
PR: 21891
Submitted by: Giorgos Keramidas <giorgos.keramidas@westgate.gr>
2000-10-07 16:44 knu
* cvsweb.cgi: Fix &link() not to put a redundant trailing LF.
Improve manpage linking to support "foo.1" as well as "foo(1)".
2000-10-07 16:35 knu
* cvsweb.cgi: Fix screwups in the last commit.
Parse rlog's output explicitly. Recognize 77 ='s as a file
separator, and 28 -'s as revision separator.
Submitted by: Makoto MATSUSHITA <matusita@jp.FreeBSD.org>
2000-10-03 04:07 knu
* cvsweb.cgi: Cleanup $barequery generation. Undefine "my"
variables when they are done.