1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00
guile/emacs
Andy Wingo 178e9d237b remove GDS
It is with a sigh that I do this. Farewell, old friend GDS; your bits
will live on, reclaimed and reused in the new debugger.

* module/Makefile.am:
* module/ice-9/gds-client.scm:
* module/ice-9/gds-server.scm: Remove these; we favor Geiser now.

* emacs/Makefile.am:
* emacs/gds-faq.txt:
* emacs/gds-scheme.el:
* emacs/gds-server.el:
* emacs/gds-test.el:
* emacs/gds-test.sh:
* emacs/gds-test.stdin:
* emacs/gds-tutorial.txt:
* emacs/gds.el: Remove GDS files. The docs are still around, as they
  need to be folded into the docmentation of the new debugger.
2010-09-24 18:38:08 +02:00
..
ChangeLog-2008 Rename ChangeLog' files to ChangeLog-2008'. 2008-09-12 21:49:58 +02:00
gud-guile.el Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
guile-c.el Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
guile-emacs.scm deprecate arity access via (procedure-properties proc 'arity) 2010-04-17 16:28:52 +02:00
guile-scheme.el Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
guile.el Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
Makefile.am remove GDS 2010-09-24 18:38:08 +02:00
multistring.el Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
patch.el Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
ppexpand.el Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
README Document removal of guileint. 2004-03-10 10:14:13 +00:00
update-changelog.el Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00

Index

gud-guile.el --- Support for debugging guile internals
guile-c.el --- Guile C editing commands
guile-scheme.el --- Guile Scheme editing mode
guile.el --- Emacs Guile interface
multistring.el --- editing multiline strings.
patch.el --- mail/apply a patch
ppexpand.el --- temporarily expanding macros in a pretty way.
update-changelog.el --- stitch rcs2log output to ChangeLog

Generated using: for f in *.el ; do sed -e 's/^....//g' -e '1q' $f ; done