racket/collects/scribblings/framework
Eli Barzilay 4288c6c2c7 The Scribble reader was improved to make it pull out the syntax
punctuations outside of the form, as it does with quote punctuations.
So things like this

  #, @foo{...}

that required the space to make the @foo read as a scribble form are
now better written as

  @#,foo{...}

This changes all such occurrences.  (In case you see this change in
your files and are worried that there might be changes: I mechanically
verified that the result of `read'ing the modified files is identical
to the previous version.)

svn: r15111
2009-06-07 10:12:32 +00:00
..
application.scrbl
autosave.scrbl
canvas.scrbl a fix to the way tabs switch around, plus a few additions (that are disabled for now) in preparation for making drscheme automatically compile files that it runs 2008-11-07 18:13:33 +00:00
color-model.scrbl
color-prefs.scrbl
color.scrbl fix typos (incl PRs 10213, 10214) 2009-04-22 18:30:35 +00:00
comment-box.scrbl
editor-snip.scrbl
editor.scrbl a fix to the way tabs switch around, plus a few additions (that are disabled for now) in preparation for making drscheme automatically compile files that it runs 2008-11-07 18:13:33 +00:00
exit.scrbl
finder.scrbl
frame.scrbl The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
framework.scrbl The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
group.scrbl a fix to the way tabs switch around, plus a few additions (that are disabled for now) in preparation for making drscheme automatically compile files that it runs 2008-11-07 18:13:33 +00:00
gui-utils.scrbl
handler.scrbl
icon.scrbl
info.ss
keymap.scrbl a fix to the way tabs switch around, plus a few additions (that are disabled for now) in preparation for making drscheme automatically compile files that it runs 2008-11-07 18:13:33 +00:00
main-extracts.ss
main.scrbl
menu.scrbl
mode-helpers.ss
mode.scrbl
number-snip.scrbl
panel.scrbl a fix to the way tabs switch around, plus a few additions (that are disabled for now) in preparation for making drscheme automatically compile files that it runs 2008-11-07 18:13:33 +00:00
pasteboard.scrbl
path-utils.scrbl
preferences-text.scrbl
preferences.scrbl
scheme.scrbl its typos 2009-04-20 07:46:50 +00:00
standard-menus.scrbl newlines at EOFs 2009-01-14 03:10:47 +00:00
test.scrbl
text.scrbl removed lots of "the the"s 2009-05-01 21:02:51 +00:00
tmp.scrbl
version.scrbl