Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move mandocdb(1) to mandocdb(8) | Ingo Schwarze | 2011-07-14 | 1 | -10/+10 |
| | | | | "please make this change" kristaps@ | ||||
* | Rename makewhatis [back] into mandocdb. This is to maintain consistency | Kristaps Dzonsons | 2011-07-14 | 1 | -12/+12 |
| | | | | | | with OpenBSD, which is sandboxing the code for merge. It makes sense because it doesn't really make a `makewhatis' file in the traditional sense, so it may be confusing. | ||||
* | Small HTML compatibility fix.VERSION.1.11.4 | Kristaps Dzonsons | 2011-07-12 | 1 | -1/+1 |
| | |||||
* | Note version 1.11.4 bits. Here we go! | Kristaps Dzonsons | 2011-07-12 | 1 | -7/+4 |
| | |||||
* | Add some notes to index.sgml. This does not signal a release. | Kristaps Dzonsons | 2011-07-01 | 1 | -35/+12 |
| | |||||
* | Note mandoc-cgi -> mandoc-tools. | Kristaps Dzonsons | 2011-06-21 | 1 | -1/+3 |
| | |||||
* | Version 1.11.3. Here we go!VERSION.1.11.3 | Kristaps Dzonsons | 2011-05-26 | 1 | -2/+2 |
| | |||||
* | More updates to www. A version's on its way... | Kristaps Dzonsons | 2011-05-26 | 1 | -14/+17 |
| | |||||
* | Add notes about preconv.1 in the www and change some wording in the | Kristaps Dzonsons | 2011-05-26 | 1 | -0/+16 |
| | | | | manual regarding its output and `Nd' sentence. | ||||
* | Some release notes (this isn't signalling an impending release; I just | Kristaps Dzonsons | 2011-05-19 | 1 | -0/+12 |
| | | | | want to get some notes in). | ||||
* | Make index.sgml look more like mandoc-cgi, which I find looks much cleaner | Kristaps Dzonsons | 2011-05-14 | 1 | -58/+17 |
| | | | | and nicer. | ||||
* | Last sneak-in: incorrect www link.VERSION.1.11.2 | Kristaps Dzonsons | 2011-05-13 | 1 | -1/+1 |
| | |||||
* | More release notes. | Kristaps Dzonsons | 2011-05-13 | 1 | -0/+1 |
| | |||||
* | Rename mandoc-db to makewhatis. On the suggestion of schwarze@; I agree. | Kristaps Dzonsons | 2011-05-13 | 1 | -7/+18 |
| | | | | Add initial version notes. | ||||
* | Add configurations (`Cd') to mandoc-db mining. | Kristaps Dzonsons | 2011-05-04 | 1 | -1/+19 |
| | | | | | Also put some notes into index.sgml to the effect that mandoc-db exists, but is not linked to the build. | ||||
* | No code change: fixing spelling errors. From a patch by uqs@. Thanks! | Kristaps Dzonsons | 2011-04-30 | 1 | -1/+1 |
| | |||||
* | Tidy up www page: remove all sorts of DIV crap, superfluous CSS, in-line | Kristaps Dzonsons | 2011-04-09 | 1 | -383/+341 |
| | | | | STYLE attributes, and so on. Now renders nicely in lynx. | ||||
* | Version up to 1.11.1: here we go! | Kristaps Dzonsons | 2011-04-04 | 1 | -1/+1 |
| | |||||
* | Getting ready for next [minor-number] release. | Kristaps Dzonsons | 2011-03-29 | 1 | -0/+21 |
| | |||||
* | Make empty sections and parts (SH, SS, RS) only produce a warning if it | Kristaps Dzonsons | 2011-03-22 | 1 | -1/+1 |
| | | | | has no children. Noted by Brad, added to TODO by schwarze@. | ||||
* | Note the TODO file on the website. Also install index.html (oops). | Kristaps Dzonsons | 2011-03-22 | 1 | -2/+6 |
| | |||||
* | Be a bit more specific on where we compile. Are there any ANSI-C | Kristaps Dzonsons | 2011-03-22 | 1 | -2/+2 |
| | | | | | compilers where we don't compile? I'm pretty sure that mmap() is non-standard (we'll fail, e.g., on mingw32). | ||||
* | Step 3: consolidate manuals. The parse functions in mdoc.h, roff.h, and | Kristaps Dzonsons | 2011-03-22 | 1 | -38/+24 |
| | | | | | | | | man.h are now part of libmandoc.h, so remove these from their respective manuals (they're no longer public-facing and we don't need a libmandoc.3 (yet?)). Before that, move the juicy data (parse tree syntax) into new-born mandoc.3. Peck around in Makefile and index.sgml to reflect reality. | ||||
* | Meh, 2010->2011. Changed the live index.html file so as not to confuse | Kristaps Dzonsons | 2011-01-07 | 1 | -1/+1 |
| | | | | people (although the tagged 1.10.9 release will show 2010). | ||||
* | Version bits. Here we go... | Kristaps Dzonsons | 2011-01-07 | 1 | -39/+39 |
| | |||||
* | Clean-up www page a bit. | Kristaps Dzonsons | 2011-01-06 | 1 | -11/+12 |
| | |||||
* | Add tbl.7 to DOCUMENTATION. Removed old NEWS items. | Kristaps Dzonsons | 2011-01-04 | 1 | -133/+17 |
| | |||||
* | Fix spacing for tables to use term_len(). Also make term.c properly | Kristaps Dzonsons | 2011-01-04 | 1 | -4/+5 |
| | | | | recode ASCII_HYPHEN and ASCII_NBRSP before passing back for widths. | ||||
* | Add skeleton for -T[x]html tbl stuff. Also start to put in some bits about | Kristaps Dzonsons | 2011-01-04 | 1 | -0/+12 |
| | | | | the up-coming version, although we're not quite there yet. | ||||
* | Apparently the U tag is deprecated, so use a SPAN instead (blah). Bump | Kristaps Dzonsons | 2010-12-24 | 1 | -1/+1 |
| | | | | version date for release. | ||||
* | Added last version notes and bumped version number and date. | Kristaps Dzonsons | 2010-12-23 | 1 | -12/+13 |
| | |||||
* | Build xhtml files for www site exemplaria. | Kristaps Dzonsons | 2010-12-22 | 1 | -0/+8 |
| | |||||
* | Clarify style inclusions and update release information. | Kristaps Dzonsons | 2010-12-20 | 1 | -3/+7 |
| | |||||
* | Merged example.style.css into style.css. Adding version stuff. | Kristaps Dzonsons | 2010-12-17 | 1 | -0/+23 |
| | |||||
* | Prepping for version.VERSION.1.10.6 | Kristaps Dzonsons | 2010-09-27 | 1 | -0/+15 |
| | |||||
* | Updated hypermail link to summary.html. | Kristaps Dzonsons | 2010-08-19 | 1 | -3/+3 |
| | |||||
* | Added mail archive periodically generated by hypermail. | Kristaps Dzonsons | 2010-08-18 | 1 | -5/+13 |
| | |||||
* | Add PDF files to www. We also show text and ps, just to show off.VERSION.1.10.5 | Kristaps Dzonsons | 2010-07-27 | 1 | -9/+24 |
| | |||||
* | Get version bits in: 1.10.5. | Kristaps Dzonsons | 2010-07-27 | 1 | -2/+2 |
| | |||||
* | Fill in more version notes. | Kristaps Dzonsons | 2010-07-27 | 1 | -6/+9 |
| | |||||
* | Note -Tpdf in www. | Kristaps Dzonsons | 2010-07-26 | 1 | -0/+1 |
| | |||||
* | Enable literal contexts (Vb/nf) in -T[x]html -man. This requires that a | Kristaps Dzonsons | 2010-07-23 | 1 | -0/+1 |
| | | | | | | | | new struct pass down in the call-tree (as also in man_term.c). Also add a line-break for `in', which isn't otherwise supported (yet). Now -Thtml -man cvs.1 for GNU's cvs.1 isn't as ugly. | ||||
* | Start putting in release notes. A record is good because this release | Kristaps Dzonsons | 2010-07-22 | 1 | -0/+18 |
| | | | | will have lots of small, incremental improvements. | ||||
* | Clarified mailing list purposes. | Kristaps Dzonsons | 2010-07-21 | 1 | -2/+2 |
| | |||||
* | Tidy up the www page. | Kristaps Dzonsons | 2010-07-21 | 1 | -88/+50 |
| | |||||
* | Pre-tag checkin of release bits and shortlist.VERSION.1.10.4 | Kristaps Dzonsons | 2010-07-11 | 1 | -0/+21 |
| | |||||
* | Version notes for 1.10.2. | Kristaps Dzonsons | 2010-06-19 | 1 | -0/+11 |
| | |||||
* | Fixed missing tag in www index. | Kristaps Dzonsons | 2010-06-08 | 1 | -1/+0 |
| | |||||
* | Updated version bits with PostScript goodies. | Kristaps Dzonsons | 2010-06-07 | 1 | -36/+62 |
| | |||||
* | Added version bits for 1.10.1. | Kristaps Dzonsons | 2010-06-07 | 1 | -2/+11 |
| | | | | Spell-checked manuals. |