Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright years in license | David Waern | 2010-09-02 | 2 | -2/+2 |
| | |||||
* | Add a list of contributors to the user guide | David Waern | 2010-09-02 | 1 | -6/+48 |
| | | | | | | | | | | | Break out everyone thanked in the `Acknowledgements` chapter into a separate contributor list and add everyone from `darcs show authors`. We consider everyone who is thanked to be a contributor as a conservative estimation :-) I have added some more contributors that I know about, who were not in the darcs history, but others may be missing. So please add anyone that you think is missing from the list. | ||||
* | Improve docs for --no-tmp-comp-dir | David Waern | 2010-09-01 | 1 | -7/+10 |
| | |||||
* | Replace ghci> with >>> in example syntax | David Waern | 2010-09-01 | 6 | -24/+24 |
| | |||||
* | Wibble | David Waern | 2010-09-01 | 1 | -1/+1 |
| | |||||
* | Update doc configure script to find docbook stylesheets on arch linux | David Waern | 2010-09-01 | 1 | -1/+1 |
| | |||||
* | slight wording change about Frames mode | Mark Lentczner | 2010-09-01 | 2 | -2/+2 |
| | |||||
* | update options documentation | Mark Lentczner | 2010-09-01 | 1 | -27/+93 |
| | | | | | | rewrote doc for --html added doc for --theme and --built-in-themes added --use-contents and --gen-contents | ||||
* | sort options in doc to match --help output | Mark Lentczner | 2010-09-01 | 1 | -175/+115 |
| | | | | removed --html-help option, as it is no longer supported | ||||
* | Update test output following version change | David Waern | 2010-08-31 | 29 | -29/+29 |
| | |||||
* | Update interface file versioning to work with ghc 6.14/15 | David Waern | 2010-08-31 | 1 | -0/+4 |
| | |||||
* | Update CHANGES | David Waern | 2010-08-31 | 1 | -0/+34 |
| | |||||
* | Update ANNOUNCE | David Waern | 2010-08-31 | 1 | -8/+56 |
| | |||||
* | Bump version number | David Waern | 2010-08-31 | 3 | -3/+3 |
| | |||||
* | Revert update to Test | David Waern | 2010-08-29 | 1 | -1/+1 |
| | |||||
* | Update Test | David Waern | 2010-08-29 | 1 | -1/+1 |
| | |||||
* | GHC build system: Add all the data files to BINDIST_EXTRAS | Ian Lynagh | 2010-08-18 | 1 | -1/+1 |
| | |||||
* | Fix installation in the GHC build system | Ian Lynagh | 2010-08-18 | 1 | -4/+4 |
| | | | | Data-files are now in subdirectories, so we need to handle that | ||||
* | Make the main haddock script versioned, and make plain "haddock" a symlink | Ian Lynagh | 2010-08-01 | 1 | -0/+9 |
| | |||||
* | Use flattenExtensionFlags with ghc >= 6.13 only | David Waern | 2010-08-29 | 1 | -1/+7 |
| | |||||
* | Follow flattenLanguageFlags -> flattenExtensionFlags rename | Ian Lynagh | 2010-07-24 | 1 | -1/+1 |
| | |||||
* | Flatten the dynflags before parsing | Ian Lynagh | 2010-07-24 | 1 | -1/+1 |
| | |||||
* | Allow building with ghc < 6.16 | David Waern | 2010-08-29 | 1 | -1/+1 |
| | |||||
* | move TOC and Info blocks down 0.5em to improve layout issue w/Test.hs | Mark Lentczner | 2010-08-29 | 1 | -4/+4 |
| | |||||
* | update golden test for Test due to portability box change | Mark Lentczner | 2010-08-29 | 1 | -1/+1 |
| | |||||
* | make portability block be a table - solves layout issues | Mark Lentczner | 2010-08-29 | 3 | -28/+16 |
| | |||||
* | Naming wibbles | David Waern | 2010-08-29 | 2 | -18/+19 |
| | |||||
* | Add source entity path to --read-interface | David Waern | 2010-08-29 | 7 | -50/+70 |
| | | | | | | | | | | | | | You can now use this flag like this: --read-interface=<html path>,<source entity path>,<.haddock file> By "source entity path" I mean the same thing that is specified with the --source-entity flag. The purpose of this is to be able to specify the source entity path per package, to allow source links to work in the presence of cross-package documentation. When given two arguments or less the --read-interface flag behaves as before. | ||||
* | Remove Snappy data files | David Waern | 2010-08-29 | 1 | -4/+0 |
| | |||||
* | Whitespace police | David Waern | 2010-08-28 | 1 | -1/+1 |
| | |||||
* | push footer to bottom of window | Mark Lentczner | 2010-08-28 | 1 | -4/+10 |
| | |||||
* | fix def lists | Mark Lentczner | 2010-08-28 | 1 | -3/+2 |
| | |||||
* | Update tests following switch to the Xhtml backend | David Waern | 2010-08-28 | 30 | -8551/+337 |
| | |||||
* | fix table of contents CSS | Mark Lentczner | 2010-08-27 | 1 | -1/+1 |
| | |||||
* | fix broken header link margins | Mark Lentczner | 2010-08-27 | 1 | -1/+1 |
| | |||||
* | support both kinds of enumerated lists in doc markup | Mark Lentczner | 2010-08-26 | 1 | -0/+1 |
| | | | | | | | | The documentation for Haddock says enumerated lists can use either of (1) first item 2. second item The second form wasn't actually supported | ||||
* | fixed CSS for ordered lists and def lists in doc blocks | Mark Lentczner | 2010-08-26 | 2 | -5/+27 |
| | |||||
* | Get rid of GhcModule and related cruft | David Waern | 2010-08-26 | 4 | -81/+22 |
| | | | | We can get everything we need directly from TypecheckedModule. | ||||
* | Follow recent API additions with some refactorings | David Waern | 2010-08-26 | 3 | -98/+120 |
| | | | | | Simon Hegel's patch prompted me to do some refactorings in Main, Haddock.Documentation and Haddock.Interface. | ||||
* | Add createInterfaces' (a more high-level alternative to createInterfaces) to ↵ | Simon Hengel | 2010-08-08 | 3 | -25/+52 |
| | | | | Haddock API | ||||
* | fix occasional v.scroll bars on pre blocks (I think) | Mark Lentczner | 2010-08-25 | 1 | -1/+1 |
| | |||||
* | remove Snappy theme | Mark Lentczner | 2010-08-21 | 4 | -511/+0 |
| | |||||
* | Make synopsis frame behave properly in Firefox. | Thomas Schilling | 2010-08-04 | 1 | -1/+6 |
| | | | | | | In Firefox, pressing the back button first reverted the synopsis frame, and only clicking the back button a second time would update the main frame. | ||||
* | made style changing and cookies storage robust | Mark Lentczner | 2010-08-20 | 1 | -23/+33 |
| | |||||
* | fix small layout issues | Mark Lentczner | 2010-08-20 | 1 | -3/+4 |
| | | | | | mini frames should have same size top heading give info block dts some padding so they don't collide in some browsers | ||||
* | better synopsis handling logic - no flashing | Mark Lentczner | 2010-08-20 | 2 | -3/+10 |
| | |||||
* | margin fiddling | Mark Lentczner | 2010-08-18 | 1 | -11/+6 |
| | |||||
* | layout tweeks - mini page font size, toc color, etc. | Mark Lentczner | 2010-08-18 | 2 | -11/+10 |
| | |||||
* | remove synopsis when in frames | Mark Lentczner | 2010-08-17 | 1 | -2/+8 |
| | |||||
* | add missing data file to .cabal | Mark Lentczner | 2010-08-17 | 1 | -0/+1 |
| |