Matthew Flatt
1d26e97a35
Scheme-implemented editor classes; on-demand instantiation of module phases
...
svn: r14445
2009-04-07 17:12:22 +00:00
Robby Findler
72b7e59851
fixed eps? argument to pasteboard print method
...
svn: r13060
2009-01-10 23:16:40 +00:00
Matthew Flatt
78ec585827
fix print method of editor<%> classes
...
svn: r13038
2009-01-08 17:33:44 +00:00
Matthew Flatt
e137994b5c
add on-reflow to text% and auto-size to message%
...
svn: r10890
2008-07-24 01:35:31 +00:00
Matthew Flatt
31d9a7d885
use-file-text-mode
...
svn: r9847
2008-05-15 15:29:40 +00:00
Eli Barzilay
b1a08edd5a
use new require specs in many places
...
svn: r8774
2008-02-23 09:42:03 +00:00
Robby Findler
12be0ae53b
undid last commit to remove timing printouts
...
svn: r8425
2008-01-26 14:39:49 +00:00
Robby Findler
288fb78029
made memory limits be on by default and improved 'killed' dialog to turn up the limits
...
svn: r8424
2008-01-26 14:37:55 +00:00
Robby Findler
13a92b3a3c
undid last commit to remove timing printouts
...
svn: r8197
2008-01-03 19:09:00 +00:00
Robby Findler
3cf6ed4673
mostly finished the contract library changes
...
svn: r8195
2008-01-03 18:10:43 +00:00
Mike Sperber
3ab3a7300c
Fix a problem with loading and saving files, specifically those with
...
metadata:
If there is an error opening the file to be saved for write,
`on-save-file' is called, but `after-save-file' isn't. As
`on-save-file' creates the metadata, and `after-save-file' zaps it
again, corruption results. To fix, open the file inside the relevant
`dynamic-wind' rather than before.
The analogous problem existed with loading.
svn: r7602
2007-11-01 09:31:59 +00:00
Matthew Flatt
34d00a000c
369.9
...
svn: r5902
2007-04-09 08:34:00 +00:00
Matthew Flatt
c2eb280c3a
301.13 removes need for wxkernel.ss
...
svn: r2553
2006-03-31 13:11:38 +00:00
Matthew Flatt
c71a318810
re-arrange imports to save .zo space
...
svn: r2481
2006-03-22 14:11:28 +00:00
Matthew Flatt
e422152bc4
undo off by default, Emacs-style undo added
...
svn: r1719
2005-12-30 21:41:58 +00:00
Matthew Flatt
4964fccd5e
fix *second* Windows file-save bug, though it cannot corrupt files anymore
...
svn: r1118
2005-10-21 20:43:35 +00:00
Matthew Flatt
ddd2f37dd9
fix saving non-text file in Windows
...
svn: r694
2005-08-28 22:42:21 +00:00
Eli Barzilay
761562eeb7
Mirrored Matthew's commit to CVS:
...
Moving the implementation of `save-file' in text% and pasteboard% from C++ to Scheme.
svn: r10
2005-05-29 07:24:50 +00:00
Eli Barzilay
017d151d59
Adding collects, with all the right properties (except eoln-style).
...
svn: r3
2005-05-27 18:56:37 +00:00