Whole of tree build fix
[packages] / xemacs-packages / scheme / ChangeLog
1 2014-05-26  Norbert Koch  <viteno@xemacs.org>
2
3         * Makefile (VERSION): XEmacs package 1.22 released.
4
5 2014-05-25  Michael Sperber  <mike@xemacs.org>
6
7         * cmuscheme48.el (scheme48-send-definition): Use `make-temp-file'
8         instead of a constant file name.
9
10 2014-05-15  Norbert Koch  <viteno@xemacs.org>
11
12         * Makefile (VERSION): XEmacs package 1.21 released.
13
14 2014-05-15  Norbert Koch  <viteno@xemacs.org>
15
16         * Makefile (VERSION): XEmacs package 1.20 released.
17
18 2014-05-13  Jerry James  <james@xemacs.org>
19
20         * .cvsignore: Remove.
21         * .hgignore: New file.
22
23 2013-03-09  Norbert Koch  <viteno@xemacs.org>
24
25         * Makefile (VERSION): XEmacs package 1.19 released.
26
27 2013-03-08  Michael Sperber  <mike@xemacs.org>
28
29         * scheme.el (scheme-mode-variables): Set `imenu-syntax-alist'
30         correctly, synching with GNU Emacs.
31
32 2009-11-14  Norbert Koch  <viteno@xemacs.org>
33
34         * Makefile (VERSION): XEmacs package 1.18 released.
35
36 2009-10-21  Marcus Crestani <marcus@crestani.de>
37
38         * cmuscheme48.el (run-scsh): Follow 2007-03-27 change in
39         `run-scheme'.
40
41 2009-10-21  Marcus Crestani <marcus@crestani.de>
42
43         * cmuscheme.el (run-scheme): Initialize `scheme-program-name' and
44         `scheme-program-args' before calling `inferior-scheme-mode'.  This
45         allows using them in hooks.
46
47 2007-12-28  Norbert Koch  <viteno@xemacs.org>
48
49         * Makefile (VERSION): XEmacs package 1.17 released.
50
51 2007-12-28  Mike Sperber  <mike@xemacs.org>
52
53         * cmuscheme.el (scheme-args-to-list): If the command line is
54         empty, don't create an empty argument.
55
56 2007-08-23  Norbert Koch  <viteno@xemacs.org>
57
58         * Makefile (VERSION): XEmacs package 1.16 released.
59
60 2007-08-23  Mike Sperber  <mike@xemacs.org>
61
62         * cmuscheme.el (run-scheme): Fix argument-processing bug from
63         2007-03-27 patch.
64
65 2007-03-27  Norbert Koch  <viteno@xemacs.org>
66
67         * Makefile (VERSION): XEmacs package 1.15 released.
68
69 2007-03-27  Mike Sperber  <mike@xemacs.org>
70
71         * cmuscheme.el (scheme-program-args): Add.
72         * cmuscheme.el (run-scheme): Ask for the name of the Scheme
73         program and its arguments separately.  Otherwise, we prevent
74         Windows users from using file names with spaces in them, such as
75         "c:\Program Files\...".
76
77 2003-10-28  Norbert Koch  <viteno@xemacs.org>
78
79         * Makefile (VERSION): XEmacs package 1.14 released.
80
81 2003-10-26  Ville Skyttä  <scop@xemacs.org>
82
83         * scheme.el: Partial sync with GNU Emacs 21.3 (mostly DSSSL).
84         Add auto-mode-alist autoload cookie for *.dsl, *.dsssl.
85
86 2003-03-09  Ben Wing  <ben@xemacs.org>
87
88         * Makefile:
89         Delete explicit compile:: and binkit: rules.
90         Don't add custom-load.elc to the list of generated elc's.
91
92 2003-01-13  Rendhalver [Peter Brown]  <rendhalver@xemacs.org>
93
94         * Makefile (VERSION): XEmacs package 1.13 released.
95
96 2003-01-06  Ville Skyttä  <scop@xemacs.org>
97
98         * scheme.el: Make auto-mode and interpreter-mode-alist modifications
99         autoload-only.
100
101 2002-11-29  Ben Wing  <ben@xemacs.org>
102
103         * .cvsignore: Remove files now handled automatically by CVS.
104         * Makefile: Use `compile' instead of hard-coded `all'.
105
106 2002-10-15  Ville Skyttä  <scop@xemacs.org>
107
108         * Makefile (srckit): Remove.
109
110 2002-10-07  Rendhalver [Peter Brown]  <rendhalver@xemacs.org>
111
112         * Makefile (VERSION): XEmacs package 1.12 released.
113
114 2002-09-30  Ville Skyttä  <scop@xemacs.org>
115
116         * scheme.el: Add autoloaded auto-mode-alist and
117         interpreter-mode-alist associations.
118
119 1999-06-15  Karl M. Hegbloom  <karlheg@debian.org>
120
121         * scheme.el: Use group languages rather than group lisp to
122         eliminate redundant Options menu entry.
123
124 1999-05-17  Karl M. Hegbloom  <karlheg@debian.org>
125
126         * cmuscheme.el (run-scheme): Revert change to
127         `process-connection-type'.  Mr. Stallman says it should use a pty, 
128         so that job control works.
129
130 1999-01-06  Michael Sperber [Mr. Preprocessor]  <sperber@informatik.uni-tuebingen.de>
131
132         * scheme.el (scheme-mode-syntax-table): , is not a symbol
133         constituent.
134
135 1998-09-08  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
136
137         * cmuscheme.el: Sync with GNU Emacs 20.2 (no real changes)
138         (run-scheme): Bind `process-connection-type' to force use of a
139         pipe rather than a pty, since `guile' tries to do readline
140         completion iff isatty ==> #t.
141
142 1998-09-08  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
143
144         * scheme.el: Sync with GNU Emacs 20.2
145
146 1998-04-11  SL Baur  <steve@altair.xemacs.org>
147
148         * cmuscheme48.el: New file.
149
150 1998-01-24  SL Baur  <steve@altair.xemacs.org>
151
152         * Makefile (VERSION): Updated to package standard 1.0.
153         * package-info.in: Ditto.
154
155 1998-01-12  SL Baur  <steve@altair.xemacs.org>
156
157         * Makefile: Update to newer package interface.
158
159 1998-01-09  SL Baur  <steve@altair.xemacs.org>
160
161         * Repackaged.
162
163 1998-01-08  Karl M. Hegbloom  <karlheg@bittersweet.inetarena.com>
164
165         * ChangeLog: Initial packaging for XEmacs 20.5