Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-27 | Fix for xref sorting by module | Jose Antonio Ortega Ruiz | |
Since, you know, module names are now uninterned symbols. | |||
2010-11-27 | No more interning in the scheme reader | Jose Antonio Ortega Ruiz | |
We avoid using elisp's read for symbols, reading uninterned ones instead. And then, we cannot use symbols as keys in responses from scheme: we're using strings instead. | |||
2010-11-26 | Remove unnecessary calls to symbol-at-point | Jose Antonio Ortega Ruiz | |
... which interns the symbol in the global obarray: rather unfriendly. We still need to remove a few calls to that beast, and avoid intern in the scheme reader. | |||
2010-10-30 | Elisp: more flexible parsing of :eval and :ge forms | Jose Antonio Ortega Ruiz | |
This allows the implementation decide the concrete structure of the code sent to the REPL. For instance, it doesn't need to be a single s-expression, and argument order can be re-arranged. | |||
2010-09-05 | Guile: xref commands working again | Jose Antonio Ortega Ruiz | |
2009-11-13 | Bug fix: displaying signatures correctly in xref buffers. | Jose Antonio Ortega Ruiz | |
2009-09-26 | Bug fix: xref commands were always asking for the target procedure's name. | Jose Antonio Ortega Ruiz | |
2009-09-11 | BSD relicensing: elisp code. | Jose Antonio Ortega Ruiz | |
2009-04-09 | Minor nits | Jose Antonio Ortega Ruiz | |
2009-04-05 | Xrefs formatting nits. | Jose Antonio Ortega Ruiz | |
2009-04-05 | Bug fix. | Jose Antonio Ortega Ruiz | |
2009-04-05 | Better xrefs display (classified by module). | Jose Antonio Ortega Ruiz | |
2009-04-01 | Better xref display. | Jose Antonio Ortega Ruiz | |
2009-03-21 | Echo area message while retrieving xrefs. | Jose Antonio Ortega Ruiz | |
2009-03-18 | Callers/callees (C-c <, C-c >). | Jose Antonio Ortega Ruiz | |
2009-03-06 | A bit more robust generic methods. | Jose Antonio Ortega Ruiz | |
2009-03-06 | New command to display generic methods (C-cC-dg) implemented. | Jose Antonio Ortega Ruiz | |