summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-11-13Bug fix: displaying signatures correctly in xref buffers.Jose Antonio Ortega Ruiz
2009-11-13Guile: Support for multiple arities in autodoc.Jose Antonio Ortega Ruiz
2009-11-13Docs: Guile 1.9.5 required.Jose Antonio Ortega Ruiz
2009-11-13Guile: bug fix: a macro-transformer is not a good arity info source.Jose Antonio Ortega Ruiz
* scheme/guile/geiser/doc.scm (obj-args): producing always ... for macros.
2009-11-12Bug fix: links in documentation buffers work again.Jose Antonio Ortega Ruiz
* elisp/geiser-impl.el (with--geiser-implementation): macro was not setting the implementation environment correctly.
2009-10-15PLT: autodoc: support for languages specified as libs and/or module forms.Jose Antonio Ortega Ruiz
2009-10-15Autodoc for identifier at point only when it's not an argument.Jose Antonio Ortega Ruiz
2009-10-15Silly micro-optimisitation.Jose Antonio Ortega Ruiz
2009-10-15Autodoc fix: dots in arglists were causing a parsing error.Jose Antonio Ortega Ruiz
2009-10-15Cosmetics.Jose Antonio Ortega Ruiz
2009-10-15PLT: Evaluation takes into account #lang forms.Jose Antonio Ortega Ruiz
This is useful when visiting a file that has not been loaded: the evaluation namespace is provided by its #lang, if any. While i was at it, i also refactored the mess in geiser:load-file.
2009-10-15PLT: autodoc: parsing of definitions with more than one form fixed.Jose Antonio Ortega Ruiz
2009-10-10Base R6RS elisp implementation.Jose Antonio Ortega Ruiz
2009-09-27Cosmetics.Jose Antonio Ortega Ruiz
2009-09-27PLT: Small refactorings; rudimentary support for syntax-case arg name snarfing.Jose Antonio Ortega Ruiz
2009-09-27PLT: Ignoring errors during argument name scanning for autodoc.Jose Antonio Ortega Ruiz
2009-09-27PLT: autodoc arg names scanning: better case-lambda, syntax-rules added.Jose Antonio Ortega Ruiz
2009-09-27Previous patch was broken.Jose Antonio Ortega Ruiz
2009-09-26Internal fix: duplication of symbol at point in scan-sexps.Jose Antonio Ortega Ruiz
2009-09-26Multiple arity display, used by PLT backend (case-lambda).Jose Antonio Ortega Ruiz
2009-09-26PLT: Bug fix in autodoc's argument name parsing.Jose Antonio Ortega Ruiz
Definitions of the form (define (foo bar) (lambda ---) --) were not being matched correctly.
2009-09-26Letting implementations define their own file pattern matching rules.Jose Antonio Ortega Ruiz
2009-09-26Bug fix: display-help function correctly invoked when available.Jose Antonio Ortega Ruiz
2009-09-26PLT: Unsupported procedures listed.Jose Antonio Ortega Ruiz
2009-09-26New implementation method/variable: unsupported Geiser procedures.Jose Antonio Ortega Ruiz
2009-09-26Bug fix: proper handling of implementation methods specified as variables.Jose Antonio Ortega Ruiz
2009-09-26Bug fix: xref commands were always asking for the target procedure's name.Jose Antonio Ortega Ruiz
2009-09-24Assignment of ss files to plt as a customization.Jose Antonio Ortega Ruiz
2009-09-23Slightly more efficient symbol completion.Jose Antonio Ortega Ruiz
2009-09-23Guile: bug fix: evaluation works again (1.9.3 or better required).Jose Antonio Ortega Ruiz
2009-09-23Bug fix: correct generation of per implementation switch-to functions.Jose Antonio Ortega Ruiz
2009-09-22Clarifying that Modified BSD is the same as BSD3.Jose Antonio Ortega Ruiz
2009-09-22New implementation registration mechanism, for the elisp side of things.Jose Antonio Ortega Ruiz
Implementations must invoke define-geiser-implementation with an appropriate set of methods. Simple inheritance is supported. Each geiser module defines and registers the method names it uses.
2009-09-15Guile: define-module forms are now individually evaluable (e.g. using C-M-x ↵Jose Antonio Ortega Ruiz
or C-x C-e).
2009-09-14Irrelevant doc fix.Jose Antonio Ortega Ruiz
2009-09-12Dog food: using the scheme reader for parsing evaluation results.Jose Antonio Ortega Ruiz
2009-09-12New function: `geiser-syntax--read-from-string', analogous to elisp's ↵Jose Antonio Ortega Ruiz
`read-from-string'.
2009-09-12Bug fix: we were not correctly detecting dot as a token in the scheme reader.Jose Antonio Ortega Ruiz
2009-09-11Reload: we now remember user customizations and restore them during ↵Jose Antonio Ortega Ruiz
geiser-reload.
2009-09-11AUTHORS fix.Jose Antonio Ortega Ruiz
2009-09-11COPYING introduction.Jose Antonio Ortega Ruiz
2009-09-11Un-running to conclusions.Jose Antonio Ortega Ruiz
2009-09-11BSD relicensing: Guile code.Jose Antonio Ortega Ruiz
2009-09-11BSD relicensing: PLT code.Jose Antonio Ortega Ruiz
2009-09-11BSD relicensing: elisp code.Jose Antonio Ortega Ruiz
2009-09-11BSD relicensing: COPYING.Jose Antonio Ortega Ruiz
2009-09-07Bug fix: run-geiser and friends now always create a new REPL.Jose Antonio Ortega Ruiz
2009-09-07Fix for regression in autodoc: it works again when point is inside a string.Jose Antonio Ortega Ruiz
2009-09-07Merge branch 'devel'Jose Antonio Ortega Ruiz
2009-09-07Scheme reader improvements: #<>, #||# and other bits.Jose Antonio Ortega Ruiz