* Version 1.11 released.
* README: *** empty log message ***
* bib2html: Be more careful about removing redundancy in crossrefs.
* bib2html:
Only go to end of line when getting text to put inside A NAME tag.
Remove \rm and \textrm commands (there's no easy way to handle them).
Add improved macro handling from Joe Wells.
* bib2html: In plain style, be more careful about not enclosing
another HTML element when fixing empty NAME anchor.
* html-btxbst.doc: Update comments.
Add tag at end of bibliography entry.
Use \citelabel instead of \cite to refer to other bibliography
entries.
* bib2html: Change \cite processing. A \cite is now expanded so that
the label is a link to the entry the \cite refers to. A \citelabel
expands to only the label, without the link. This is accompanied
by a corresponding change in the bst style files so that bib2html
does not create nested links.
* html-btxbst.doc: Initial revision
* bib2html: Cleanup: escape more { and } in regex patterns.
Add support for math font handling from Joe Wells.
* bib2html: Fix: escape { and } in regex patterns.
Simplify accent and greek character replacement patterns.
* bib2html:
Bug in \cite processing was sometimes creating nested A HREF tags.
Back off on converting \cite entries to links until I can figure
out a way to prevent the nesting.
Mon Apr 1 18:39:41 1996 David Hull
* bib2html: Add translation for \htmladdnormallinkfoot{text}{url}.
* bib2html: Make \cite crossrefs be hyperized in more cases.
* bib2html: Translate \htmladdnormallink{text}{url}.
Mon Feb 26 16:50:45 1996 David Hull
* README: Update THANKS.
* bib2html: Add new -h option.
Output some boilerplate HTML when creating a new HTML file from
scratch.
* bib2html.man: Document new -h option.
* Version 1.10 released.
Mon Feb 5 20:40:17 1996 David Hull
* html-n.bst: Fix spacing around "et al." in labels.
* bib2html:
Remove \n is regexp for finding citations and labels. This was causing
problems on entries with no authors.
Wed Jan 24 21:04:07 1996 David Hull
* bib2html:
Get rid of -A option. Instead use file extension of source file
(.aux or .bib) to determine input file type.
* bib2html.man: Document new unsort bibliography style.
* Version 1.9 released.
Wed Jan 24 18:51:04 1996 David Hull
* html-u.bst: Add RCS header.
* html-n.bst, html-a.bst: Change spacing in output.
* bib2html: Add unsort bibliography style.
Add -A option to read an already-existing .aux file for citations
instead of using all citations from one bibtex bibliography file.
Be a little more careful about removing "scratch" files.
* html-u.bst: Initial revision
Tue Jan 23 19:11:51 1996 David Hull
* bib2html:
Bibtex sometimes inserts "%\n" to break long lines. Remove it.
* html-a.bst, html-n.bst:
Don't output Authors: comment if author is empty.
* README: Update thanks.
* Version 1.8 released.
Wed Dec 20 23:19:39 1995 David Hull
* README: Update thanks.
* bib2html.man: Update FILES section. Document -v option.
* bibsearch:
Bug fix: did some pattern substitutions on author names in the
wrong order.
* Version 1.7 released.
Fri Dec 15 23:15:17 1995 David Hull
* bib2html: Oops! Fixed recent \~{} fix.
Fri Dec 15 22:48:45 1995 David Hull
* bib2html:
Handle \char'377, \char"ff, and \char255 by converting to ÿ.
* bib2html:
Fix handling of \~{}, which should produce a ~ in the output.
Thu Dec 7 21:44:44 1995 David Hull
* bib2html.man: Document new named style.
* README: Update installation instructions.
* bib2html 1.6 released.
Thu Dec 7 21:00:59 1995 David Hull
* html-n.bst: Initial revision
* html-a.bst:
Changed name from html.bst to html-a.bst to indicate that this
is used for the alpha html style.
* bib2html:
Handle postscript, pdf, and dvi tags that are URLs. At his point,
we handle them by pretty much ignoring them, and not attempting to
get the file size or number of pages.
Add named ([Hull, 1995]) style. Use this style as the basis for
the empty (bulletted) and plain ([1]) styles, because it results
in a more sensible alphabetization than the named style does.
Produce better cross-referenced citations.
Fri Nov 3 18:35:44 1995 David Hull
* bib2html: Add version (-v) option.
Remove incorrect \rm mapping.
Add LaTeX2e-style font commands (\textit{}, etc).
Fri Oct 27 21:05:45 1995 David Hull
* bib2html 1.5 released.
* bibsearch:
Add author search. Keyword search is no longer straight grep
pattern. Built-in help.
* bib2html: Oops! Missing "#".
Thu Oct 26 17:26:17 1995 David Hull
* README: Update Thanks.
* bib2html: htmlfile argument is now optional. If it is not specified,
the bibliography is written to stdout.
Give usage message if an improper number of arguments is
specified.
* bib2html.man: htmlfile argument is now optional.
Tue Oct 17 18:41:55 1995 David Hull
* html.bst: Add url field, a replacement for html field.
* bib2html.man: Document url field, a replacement for html.
* bib2html:
Change \cite{} retain original cite key if citation is not found.
Swallow up space after \rm, \it, \em, or \tt.
* README: More people to thank....
* bibsearch: Fix error in HREF qualification.
* bib2html: Fix: move ~ -> translation to after \~ translation.
Mon Oct 16 22:18:38 1995 David Hull
* html-abs.bst.diffs: Initial revision
* html.bst: Use \cite{} in crossref instead of [[]].
* bib2html.man: Document new delimiter (-d delim) option.
* bib2html:
Citations were being formatted incorrectly in alpha style. Fixed.
Expand \cite{} so that citations are allowed anywhere in entry.
Add delimiter (-d delim) option.
Mon Oct 16 19:41:35 1995 David Hull
* bib2html.man: Document new "-s style" option.
* bib2html: Check options and print usage message if illegal option.
Change $htmldir derivation.
* bib2html: Add support for plain and alpha bibliography styles.
* html.bst: Generate alpha labels instead of plain labels. Code stolen
from alpha.bst.
* html.bst: Support both empty () and plain ([nn]) lists.
Show crossref field in cross references.
Fri Oct 6 18:50:20 1995 David Hull
* html-abs.bst, html.bst: Fix crossref code for HTML.
* bib2html: Remove empty crossrefs.
* README: Update emacs and thanks sections.
* bibsearch:
Fix relative URLs () so that they still work.
* bib2html.man: Document new abstract (-a) option.
* bib2html: Add \par to conversion for abstracts.
Fix another bug in deriving $htmldir.
Thu Oct 5 21:02:31 1995 David Hull
* README: Added "Thanks" section.
* bib2html:
Oops! Lost command line processing. Put call to Getopt() back in.
Add -a option, which puts abstract in HTML file.
Add more LaTeX to HTML character entity translations.
* html-abs.bst: Initial revision
Wed Oct 4 19:32:45 1995 David Hull
* bib2html.man: Mention support for compressed and gzipped files.
Wed Oct 4 19:18:27 1995 David Hull
* bib2html 1.3 released.
* bib2html: Printing warning if paper is not found.
* bib2html.man: Added under "BUGS": requires dviselect.
* bib2html: Removed debugging prints.
* bib2html: Generalized parsing of paper files.
Added support for DVI files.
Fixed bug: were deriving $htmldir incorrectly.
* html.bst: Add dvi field type.
Wed Oct 4 15:32:07 1995 David Hull
* bib2html 1.2 released.
* README: Initial revision
Tue Oct 3 23:16:50 1995 David Hull
* bib2html: Added redistribution under GNU Public License.
* bib2html.man:
Document new postscript and pdf field handling, and changed html
field handling.
* html.bst: Added pdf bibtex tag.
* bib2html:
Added pdf bibtex tag. Improved PostScript file parsing. Automagically
handle compressed (.Z) and gzipped (.z and .gz) files.
Mon Oct 2 23:50:09 1995 David Hull
* html.bst: Added postscript bibtex tag.
* bib2html:
Added postscript bibtex tag. Added postscript file parsing to
get file size and number of pages.
Mon Sep 11 20:43:04 1995 David Hull
* bib2html.man: Document new -3 option.
* bib2html:
Add limited support for translation of TeX greek to HTML 3.0 greek
entities. Add – and — entities. These translations
are enabled by the command line option "-3".
Fri Aug 25 18:40:36 1995 David Hull
* bib2html 1.1 released.
Fri Aug 25 13:44:27 1995 David Hull
* html.bst:
Change name anchor so that it no longer encloses
entire entry. That sometimes creates nested anchor tags, which
is bad HTML. Instead, create an empty name anchor, and bib2html
will try to fix it.
* html.bst:
Change order of and to produce conforming HTML.
* bib2html:
Try to move close tag of empty name anchors
() so that they are not empty. Some browsers
don't handle empty anchors correctly.