1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119
|
2007-12-28 Norbert Koch <viteno@xemacs.org>
* Makefile (VERSION): XEmacs package 1.17 released.
2007-12-28 Mike Sperber <mike@xemacs.org>
* cmuscheme.el (scheme-args-to-list): If the command line is
empty, don't create an empty argument.
2007-08-23 Norbert Koch <viteno@xemacs.org>
* Makefile (VERSION): XEmacs package 1.16 released.
2007-08-23 Mike Sperber <mike@xemacs.org>
* cmuscheme.el (run-scheme): Fix argument-processing bug from
2007-03-27 patch.
2007-03-27 Norbert Koch <viteno@xemacs.org>
* Makefile (VERSION): XEmacs package 1.15 released.
2007-03-27 Mike Sperber <mike@xemacs.org>
* cmuscheme.el (scheme-program-args): Add.
* cmuscheme.el (run-scheme): Ask for the name of the Scheme
program and its arguments separately. Otherwise, we prevent
Windows users from using file names with spaces in them, such as
"c:\Program Files\...".
2003-10-28 Norbert Koch <viteno@xemacs.org>
* Makefile (VERSION): XEmacs package 1.14 released.
2003-10-26 Ville Skytt <scop@xemacs.org>
* scheme.el: Partial sync with GNU Emacs 21.3 (mostly DSSSL).
Add auto-mode-alist autoload cookie for *.dsl, *.dsssl.
2003-03-09 Ben Wing <ben@xemacs.org>
* Makefile:
Delete explicit compile:: and binkit: rules.
Don't add custom-load.elc to the list of generated elc's.
2003-01-13 Rendhalver [Peter Brown] <rendhalver@xemacs.org>
* Makefile (VERSION): XEmacs package 1.13 released.
2003-01-06 Ville Skytt <scop@xemacs.org>
* scheme.el: Make auto-mode and interpreter-mode-alist modifications
autoload-only.
2002-11-29 Ben Wing <ben@xemacs.org>
* .cvsignore: Remove files now handled automatically by CVS.
* Makefile: Use `compile' instead of hard-coded `all'.
2002-10-15 Ville Skytt <scop@xemacs.org>
* Makefile (srckit): Remove.
2002-10-07 Rendhalver [Peter Brown] <rendhalver@xemacs.org>
* Makefile (VERSION): XEmacs package 1.12 released.
2002-09-30 Ville Skytt <scop@xemacs.org>
* scheme.el: Add autoloaded auto-mode-alist and
interpreter-mode-alist associations.
1999-06-15 Karl M. Hegbloom <karlheg@debian.org>
* scheme.el: Use group languages rather than group lisp to
eliminate redundant Options menu entry.
1999-05-17 Karl M. Hegbloom <karlheg@debian.org>
* cmuscheme.el (run-scheme): Revert change to
`process-connection-type'. Mr. Stallman says it should use a pty,
so that job control works.
1999-01-06 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de>
* scheme.el (scheme-mode-syntax-table): , is not a symbol
constituent.
1998-09-08 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
* cmuscheme.el: Sync with GNU Emacs 20.2 (no real changes)
(run-scheme): Bind `process-connection-type' to force use of a
pipe rather than a pty, since `guile' tries to do readline
completion iff isatty ==> #t.
1998-09-08 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
* scheme.el: Sync with GNU Emacs 20.2
1998-04-11 SL Baur <steve@altair.xemacs.org>
* cmuscheme48.el: New file.
1998-01-24 SL Baur <steve@altair.xemacs.org>
* Makefile (VERSION): Updated to package standard 1.0.
* package-info.in: Ditto.
1998-01-12 SL Baur <steve@altair.xemacs.org>
* Makefile: Update to newer package interface.
1998-01-09 SL Baur <steve@altair.xemacs.org>
* Repackaged.
1998-01-08 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
* ChangeLog: Initial packaging for XEmacs 20.5
|