summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2011-03-06Mentioning Guile 2.0 instead of its git versionJose Antonio Ortega Ruiz
2011-03-06Racket: geiser-add-to-load-path implementedJose Antonio Ortega Ruiz
And we take the chance to lightly document the existence of this new command in the user manual.
2011-03-05Bug fix: honour geiser-repl-use-other-windowJose Antonio Ortega Ruiz
2011-01-25Version bumped, lest if forgetJose Antonio Ortega Ruiz
2011-01-24More documentation nits0.1.1Jose Antonio Ortega Ruiz
2011-01-23Documentation nitsJose Antonio Ortega Ruiz
2011-01-23geiser-repl--tab -> geiser-repl-tab-dwimJose Antonio Ortega Ruiz
Following a suggestion by M. Harig, and following the policy that it's better for command names to not be doubly hyphenated.
2011-01-11Manual: fixes for the print editionJose Antonio Ortega Ruiz
2011-01-11Cheat sheet updatedJose Antonio Ortega Ruiz
2011-01-11C-c C-Z -> C-c C-aJose Antonio Ortega Ruiz
Since C-c C-z/Z apparently conflict with each other, and the new keybinding is more friendly anyway.
2011-01-11NitJose Antonio Ortega Ruiz
2011-01-11More documentation fixesJose Antonio Ortega Ruiz
2011-01-10Fixes for links in info manualJose Antonio Ortega Ruiz
2011-01-10A couple more doc fixesJose Antonio Ortega Ruiz
2011-01-10More documentation improvementsJose Antonio Ortega Ruiz
2011-01-10Manual: whitespace and missing @noindentJose Antonio Ortega Ruiz
Thanks, once again, to Mark Harig.
2011-01-10Manual: copyright text to the beginning of Top nodeJose Antonio Ortega Ruiz
2011-01-10Fix for index.texi's @nodeJose Antonio Ortega Ruiz
2011-01-10NEWS and doc typoJose Antonio Ortega Ruiz
2011-01-09Racket: ',enter "foo"' as a synonym of ',enter (file "foo")'Jose Antonio Ortega Ruiz
2011-01-09Texinfo macrologyJose Antonio Ortega Ruiz
2011-01-09Docs: better rendering of links in infoJose Antonio Ortega Ruiz
2011-01-09Doc nitJose Antonio Ortega Ruiz
2011-01-09Docs: community links addedJose Antonio Ortega Ruiz
2011-01-08Info formatting (whitespace around code blocks)Jose Antonio Ortega Ruiz
2011-01-08Docs: two spaces after period in texinfo sources.Jose Antonio Ortega Ruiz
Thanks to MH, who did all the heavy lifting.
2011-01-07Docs: cheat sheet correctionsJose Antonio Ortega Ruiz
2011-01-07Yet another doc nitJose Antonio Ortega Ruiz
2011-01-07Doc nitJose Antonio Ortega Ruiz
2011-01-07Documentation typos (thanks to Mark Harig)Jose Antonio Ortega Ruiz
2010-12-30A bit of documentationJose Antonio Ortega Ruiz
2010-12-30New command: "manual" autodoc (C-c C-d s)Jose Antonio Ortega Ruiz
2010-12-28Web page: version in main pageJose Antonio Ortega Ruiz
2010-12-21Documentation helpersJose Antonio Ortega Ruiz
2010-12-20Documentation tidbitsJose Antonio Ortega Ruiz
2010-12-20Version bump: let the fun begin!Jose Antonio Ortega Ruiz
2010-12-20Nits and release tag0.1Jose Antonio Ortega Ruiz
2010-12-20Latest updates before 0.1Jose Antonio Ortega Ruiz
2010-12-18Docs: clarification about quackJose Antonio Ortega Ruiz
Greg Hendershott tells me that, unless you require quack after loading geiser, quack's font lock is somehow ignored. I have yet to understand why.
2010-12-18Docs nitJose Antonio Ortega Ruiz
2010-12-11Documentation bitJose Antonio Ortega Ruiz
2010-12-11Documentation updates, and a shiny new imageJose Antonio Ortega Ruiz
2010-12-06We need Emacs 23.2 at leastJose Antonio Ortega Ruiz
The new completion machinery Geiser uses was introduced there.
2010-11-25Completion: a bit of documentationJose Antonio Ortega Ruiz
2010-11-23Lookup is a name, look up, a verbJose Antonio Ortega Ruiz
2010-11-23Document browser improvements, and Racket using themJose Antonio Ortega Ruiz
We have a new "manual lookup" command, and Racket now displays a doc browser buffer for help with a button activating it. In the process, we've cleaned-up a little mess in geiser-eval.el and geiser-doc.el, and refactored the affected Racket modules. Next in line is providing manual lookup for Guile.
2010-11-21Doc browser: section navigation cmmandsJose Antonio Ortega Ruiz
Details, details.
2010-11-21Better module helpJose Antonio Ortega Ruiz
We now display procedure signatures in module help, and keep a cache in Guile, using procedure properties.
2010-11-19Better argument display in autodocJose Antonio Ortega Ruiz
Simpler (we don't need no square brackets) and more correct (keywords display as keywords and we only include default values when available (Guile, i'm looking at you).
2010-11-13geiser-mode-auto-p: automatic geiser-mode is now optionalJose Antonio Ortega Ruiz
It hadn't occurred to me that anyone wouldn't want non-automatic geiser-mode often enough to require its own customization variable. Rotty proved me wrong. Or maybe not, but he deserves a custom var!