Matthew Flatt
aac4e61bb7
make recover program a module
...
svn: r16349
2009-10-17 14:34:15 +00:00
Matthew Flatt
90c31e3afc
fix sirmail unicode header handling
...
svn: r16068
2009-09-19 14:03:45 +00:00
Matthew Flatt
1d26e97a35
Scheme-implemented editor classes; on-demand instantiation of module phases
...
svn: r14445
2009-04-07 17:12:22 +00:00
Matthew Flatt
edcec6820e
fix SirMail encoding and headers for non-ASCII outgoing messages
...
svn: r14184
2009-03-19 12:34:03 +00:00
Matthew Flatt
767766521c
infix for literal prefab structs, quasiquote unquoting in value positions of hash-table literals, and related changes (v4.1.4.3)
...
svn: r13504
2009-02-09 15:27:51 +00:00
Matthew Flatt
6c77acf6f1
fix Scribble output of multi-line error messages, especially when they contain a blank line; minor doc repairs
...
svn: r13325
2009-01-30 16:41:42 +00:00
Matthew Flatt
17ad24945b
syntax-local-lift-require
...
svn: r13075
2009-01-12 21:46:40 +00:00
Matthew Flatt
e99645136b
fix sirmail header checking, since encoding was moved to later
...
svn: r11924
2008-10-02 11:54:03 +00:00
Matthew Flatt
cb777014b0
fix encoding after abbreviations expanded
...
svn: r11167
2008-08-09 12:04:37 +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
Eli Barzilay
7d50e61c7f
* Newlines at EOFs
...
* Another big chunk of v4-require-isms
* Allow `#lang framework/keybinding-lang' for keybinding files
* Move hierlist sources into "mrlib/hierlist", leave stub behind
svn: r10689
2008-07-09 07:18:06 +00:00
Matthew Flatt
021d4d7527
new hash function names and ops (3.99.0.23)
...
svn: r9209
2008-04-08 21:42:38 +00:00
Eli Barzilay
b76390a452
revise the way setup-plt crawls over the collection trees
...
svn: r8860
2008-03-03 22:04:28 +00:00
Eli Barzilay
bb34f747b6
make all files terminate with a newline
...
svn: r8786
2008-02-24 21:27:36 +00:00
Eli Barzilay
b1a08edd5a
use new require specs in many places
...
svn: r8774
2008-02-23 09:42:03 +00:00
Matthew Flatt
a4d6fa5a0e
fix clipping problem in sirmail reader
...
svn: r8743
2008-02-20 19:39:47 +00:00
Eli Barzilay
699c40643d
* Changed setup-plt to compile collections if they have an "info.ss"
...
file. (That is, it does not require the file to have a `name'
entry.)
* The name shown when setup works is the directory name, followed by
the `name' field from the info file when specified.
* This means that many `name's are no longer needed, so I'm removing
them. To see if you need a `name' entry, consider that the name
will be shown like this:
... foo (<your name here>)
This means that if the name is the same as the directory name, then
there is no point in having it. I also removed cases where the name
differed only in its capitalization for collections where the case
is obvious.
* Also, for subcollections, the name should clarify the name of the
subcollection in context. For example "Acknowledgments" explains
what scribbling/acks is, but there's no need to add the context name
as in "Scribblings: Acknowledgments".
* There may also be a point in keeping names for other uses. One such
example was in games, where the name field was used in the PLT Games
application. (This was changed to default on the directory name, so
it is no longer needed in most games.) Another example is in planet
packages.
svn: r8629
2008-02-12 10:33:01 +00:00
Eli Barzilay
3c72e71e24
switched info.ss files to #lang
...
svn: r8532
2008-02-04 23:00:35 +00:00
Eli Barzilay
59b5f3a727
removed unused doc.txt entries from info.ss files
...
svn: r8529
2008-02-04 20:31:04 +00:00
Matthew Flatt
ce04c9457b
change style<%> size caching so that it doesn't create a link to a dc; adjust GC page size of windows to match system allocation granularity
...
svn: r8298
2008-01-11 14:30:37 +00:00
Matthew Flatt
a7dad576bd
fix modbeg again, change resolved module path so that it is not case-normalized
...
svn: r7917
2007-12-07 17:51:08 +00:00
Matthew Flatt
5b0a0be3d6
change scheme/unit and scheme/signature #langs to build on scheme/base
...
svn: r7792
2007-11-20 23:44:31 +00:00
Matthew Flatt
dc5670cad5
finish up regexp (and former mzlib/string.ss) docs
...
svn: r7785
2007-11-20 13:54:07 +00:00
Matthew Flatt
39cedb62ed
v3.99.0.2
...
svn: r7706
2007-11-13 12:40:00 +00:00
Matthew Flatt
6ced0347a5
add text/plain; charset=UTF-8 as an enclosure type
...
svn: r6548
2007-06-08 21:18:27 +00:00
Matthew Flatt
3c25a6ad93
make scribble reader section fit narrower column
...
svn: r6265
2007-05-24 10:36:03 +00:00
Matthew Flatt
98b33e8ae1
use new color-preference name
...
svn: r6152
2007-05-05 07:03:00 +00:00
Matthew Flatt
91add0453f
369.4
...
svn: r5327
2007-01-12 07:09:56 +00:00
Matthew Flatt
cf0b303497
359.2, collects changes
...
svn: r5143
2006-12-20 00:57:12 +00:00
Robby Findler
d47247507f
changed the strategy of the preferences library in the framework to use a different key at the file.ss level (and thus save the prefs on each call to preferences:set)
...
svn: r5058
2006-12-07 22:32:31 +00:00
Eli Barzilay
3459c3a58f
merged units branch
...
svn: r5033
2006-12-05 20:31:14 +00:00
Matthew Flatt
a67ea80b65
clean up Meta-q implementation
...
svn: r4902
2006-11-21 01:40:26 +00:00
Matthew Flatt
7a37515b57
don't spell-check Chinese (or any sequence of uncased letters)
...
svn: r4627
2006-10-18 05:48:23 +00:00
Robby Findler
02e1833c8c
changed the save-to-desktop feature to remove slashes from path names
...
svn: r4443
2006-09-26 22:04:03 +00:00
Robby Findler
79a6945f54
changed the 'auto-open' link in emails with attachments
...
svn: r4438
2006-09-26 13:48:39 +00:00
Robby Findler
7694a014ee
changed the 'auto-open' link in emails with attachments
...
svn: r4437
2006-09-26 13:44:48 +00:00
Matthew Flatt
ed8eef79a9
enclosure filename might have path separators
...
svn: r4395
2006-09-20 08:28:24 +00:00
Robby Findler
cb3989677e
added some error checking
...
svn: r4213
2006-09-01 15:25:09 +00:00
Matthew Flatt
684e4baf24
find aspell like ispell
...
svn: r3072
2006-05-26 12:17:54 +00:00
Matthew Flatt
523d7db8bc
fix recover script
...
svn: r2953
2006-05-16 16:02:41 +00:00
Matthew Flatt
0416367a7f
make spell check work right with aspell
...
svn: r2906
2006-05-11 15:31:03 +00:00
Matthew Flatt
a65c9de446
move error-dialog code to utils
...
svn: r2802
2006-04-26 15:28:00 +00:00
Eli Barzilay
16f01a1109
{quick,merge}sort -> sort
...
svn: r2569
2006-04-01 12:24:15 +00:00
Matthew Flatt
2b47616f14
added field-match sort
...
svn: r2184
2006-02-09 14:12:29 +00:00
Matthew Flatt
0c7aff3441
authenticated SMTP
...
svn: r2136
2006-02-06 14:03:28 +00:00
Matthew Flatt
adcb4ff4b7
changed clone shortcut to =
...
svn: r2006
2006-01-27 22:02:54 +00:00
Matthew Flatt
2840ee474d
added a clone operation to the send window
...
svn: r2005
2006-01-27 22:01:12 +00:00
Robby Findler
6d8ddc10fe
improved white on black setup a little more
...
svn: r1788
2006-01-09 00:07:49 +00:00
Robby Findler
8fdf54d02b
fixed up bugs when font colors are not set to black on white
...
svn: r1781
2006-01-07 15:34:22 +00:00
Matthew Flatt
e422152bc4
undo off by default, Emacs-style undo added
...
svn: r1719
2005-12-30 21:41:58 +00:00