The last patch in the series below adds a new command to edit the
documentation of the word at point, bound to C-cC-ed in factor buffers.
The previous patches are minor improvements, notably to the
caller/callees buffers, which now support font lock.

Thanks!

--------------------
The following changes since commit ca8c7540b4eb76702932c56afba7bf9ad460a62f:
  unknown (1):
        Move io.files.links tests to io.files.links.unix so that they don't get 
run on Windows

are available in the git repository at:

  http://git.hacks-galore.org/jao/factor.git emacs

Jose A. Ortega Ruiz (10):
      FUEL: Better handling of popup windows (q goes back to original).
      FUEL: Improved internal font definition handling.
      FUEL: Nicer xref buffers.
      FUEL: Small improvements to xref mode.
      FUEL: Fontify looked up word in xref buffers.
      FUEL: small fixes for debug buffers.
      FUEL: stack mode available in listener.
      FUEL: Faces renamed for homogeneity.
      FUEL: Customization docstrings homogenized.
      FUEL: Edit word's documentation command.

 extra/fuel/fuel.factor       |   38 +++++---------
 misc/fuel/README             |   11 +++-
 misc/fuel/factor-mode.el     |    5 +-
 misc/fuel/fuel-autodoc.el    |    2 +-
 misc/fuel/fuel-base.el       |   18 ++++---
 misc/fuel/fuel-connection.el |    2 +-
 misc/fuel/fuel-debug.el      |   69 ++++++++++++-------------
 misc/fuel/fuel-font-lock.el  |   19 +++++--
 misc/fuel/fuel-help.el       |   25 ++++-----
 misc/fuel/fuel-listener.el   |   45 +++++++++++-----
 misc/fuel/fuel-mode.el       |   29 ++++++++---
 misc/fuel/fuel-popup.el      |   60 +++++++++++++++++++++
 misc/fuel/fuel-stack.el      |   24 +++++---
 misc/fuel/fuel-syntax.el     |    5 ++
 misc/fuel/fuel-xref.el       |  117 +++++++++++++++++++++++++++--------------
 15 files changed, 309 insertions(+), 160 deletions(-)
 create mode 100644 misc/fuel/fuel-popup.el

------------------------------------------------------------------------------
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to