racket/collects/scribblings/gui
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
..
add-color-intf.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
area-container-intf.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
area-container-window-intf.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
area-intf.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
bitmap-class.scrbl svn: r14819 2009-05-14 19:25:27 +00:00
bitmap-dc-class.scrbl gui doc repairs 2008-05-02 14:50:46 +00:00
blurbs.ss Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
brush-class.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
brush-list-class.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
button-class.scrbl fix defclass and some scheme/gui argument schemevarfont binding 2009-03-10 23:14:53 +00:00
canvas-class.scrbl raise canvas scroll limits to 1B instead of 10k 2009-04-24 21:54:28 +00:00
canvas-intf.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
check-box-class.scrbl fix defclass and some scheme/gui argument schemevarfont binding 2009-03-10 23:14:53 +00:00
checkable-menu-item-class.scrbl doc improvements 2008-05-01 17:15:03 +00:00
choice-class.scrbl fix defclass and some scheme/gui argument schemevarfont binding 2009-03-10 23:14:53 +00:00
clipboard-client-class.scrbl fix defclass and some scheme/gui argument schemevarfont binding 2009-03-10 23:14:53 +00:00
clipboard-intf.scrbl Scheme-implemented editor classes; on-demand instantiation of module phases 2009-04-07 17:12:22 +00:00
color-class.scrbl make scheme/path fuctions work on paths for any playform 2009-01-11 13:52:26 +00:00
color-database-intf.scrbl The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
combo-field-class.scrbl fix defclass and some scheme/gui argument schemevarfont binding 2009-03-10 23:14:53 +00:00
common.ss 3.99.0.9: binding links in docs use nominal import sources 2008-01-03 19:07:02 +00:00
config.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
control-event-class.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
control-intf.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
cursor-class.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
dc-intf.scrbl Scheme-implemented editor classes; on-demand instantiation of module phases 2009-04-07 17:12:22 +00:00
dc-path-class.scrbl doc clarifications on dc-path 2008-10-01 15:54:36 +00:00
diagrams.ss R6RS docs, other misc clean-up 2008-04-17 21:29:07 +00:00
dialog-class.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
dialog-funcs.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
draw-classes.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
draw-funcs.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
draw-list-funcs.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
draw-overview.scrbl The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
dynamic.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
editor-admin-class.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
editor-canvas-class.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
editor-classes.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
editor-data-class-class.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
editor-data-class-list-intf.scrbl fix '(nonnegative|positive)-exact-integer?' contracts (moving 'exact-' to the front where it belongs) 2008-07-29 12:56:05 +00:00
editor-data-class.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
editor-funcs.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
editor-intf.scrbl editor and documentation repairs (merge to 4.2) 2009-05-19 01:02:41 +00:00
editor-overview.scrbl The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
editor-snip-class.scrbl fix '(nonnegative|positive)-exact-integer?' contracts (moving 'exact-' to the front where it belongs) 2008-07-29 12:56:05 +00:00
editor-snip-editor-admin-intf.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
editor-stream-in-base-class.scrbl doc scheme/gui editor-stream method updates 2009-04-17 11:12:13 +00:00
editor-stream-in-bytes-base-class.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
editor-stream-in-class.scrbl doc scheme/gui editor-stream method updates 2009-04-17 11:12:13 +00:00
editor-stream-out-base-class.scrbl Scheme-implemented editor classes; on-demand instantiation of module phases 2009-04-07 17:12:22 +00:00
editor-stream-out-bytes-base-class.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
editor-stream-out-class.scrbl doc scheme/gui editor-stream method updates 2009-04-17 11:12:13 +00:00
editor-wordbreak-map-class.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
event-class.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
eventspace-funcs.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
font-class.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
font-config.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
font-funcs.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
font-list-class.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
font-name-directory-intf.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
frame-class.scrbl The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
gauge-class.scrbl fix defclass and some scheme/gui argument schemevarfont binding 2009-03-10 23:14:53 +00:00
gl-config-class.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
gl-context-intf.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
global-draw-funcs.scrbl fix '(nonnegative|positive)-exact-integer?' contracts (moving 'exact-' to the front where it belongs) 2008-07-29 12:56:05 +00:00
group-box-panel-class.scrbl fix defclass and some scheme/gui argument schemevarfont binding 2009-03-10 23:14:53 +00:00
grow-box-spacer-pane-class.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
gui.scrbl fix PS citation typesetting 2008-10-01 15:56:17 +00:00
guide.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
horizontal-pane-class.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
horizontal-panel-class.scrbl fix defclass and some scheme/gui argument schemevarfont binding 2009-03-10 23:14:53 +00:00
image-snip-class.scrbl add equal?/recur; implement equal? for image-snip% via properties 2008-12-29 22:36:53 +00:00
info.ss proprocessor doc, merge scribblings and doc-categories fields 2008-04-23 00:20:25 +00:00
key-event-class.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
keymap-class.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
labelled-menu-item-intf.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
list-box-class.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
list-control-intf.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
menu-bar-class.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
menu-class.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
menu-item-class.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
menu-item-container-intf.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
menu-item-intf.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
message-class.scrbl fix defclass and some scheme/gui argument schemevarfont binding 2009-03-10 23:14:53 +00:00
miscwin-funcs.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
mouse-event-class.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
mult-color-intf.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
pane-class.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
panel-class.scrbl fix defclass and some scheme/gui argument schemevarfont binding 2009-03-10 23:14:53 +00:00
pasteboard-class.scrbl Scheme-implemented editor classes; on-demand instantiation of module phases 2009-04-07 17:12:22 +00:00
pen-class.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
pen-list-class.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
point-class.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
popup-menu-class.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
post-script-dc-class.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
post-script-funcs.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
prefs.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
printer-dc-class.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
ps-setup-class.scrbl fix '(nonnegative|positive)-exact-integer?' contracts (moving 'exact-' to the front where it belongs) 2008-07-29 12:56:05 +00:00
radio-box-class.scrbl fix defclass and some scheme/gui argument schemevarfont binding 2009-03-10 23:14:53 +00:00
readable-snip-intf.scrbl fix '(nonnegative|positive)-exact-integer?' contracts (moving 'exact-' to the front where it belongs) 2008-07-29 12:56:05 +00:00
reference.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
region-class.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
scroll-event-class.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
selectable-menu-item-intf.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
separator-menu-item-class.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
slider-class.scrbl fix defclass and some scheme/gui argument schemevarfont binding 2009-03-10 23:14:53 +00:00
snip-admin-class.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
snip-class-class.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
snip-class-list-intf.scrbl fix '(nonnegative|positive)-exact-integer?' contracts (moving 'exact-' to the front where it belongs) 2008-07-29 12:56:05 +00:00
snip-class.scrbl svn: r14607 2009-04-25 13:21:50 +00:00
string-snip-class.scrbl fix '(nonnegative|positive)-exact-integer?' contracts (moving 'exact-' to the front where it belongs) 2008-07-29 12:56:05 +00:00
style-delta-class.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
style-intf.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
style-list-class.scrbl document style collapsing of find-or-create-style 2009-01-15 13:49:41 +00:00
subarea-intf.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
subwindow-intf.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
system-menu-funcs.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
tab-panel-class.scrbl fix defclass and some scheme/gui argument schemevarfont binding 2009-03-10 23:14:53 +00:00
tab-snip-class.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
text-class.scrbl editor and documentation repairs (merge to 4.2) 2009-05-19 01:02:41 +00:00
text-field-class.scrbl The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
timer-class.scrbl fix some remaining Latex-isms that Eli found in the docs 2008-08-27 12:28:24 +00:00
top-level-window-intf.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
vertical-pane-class.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
vertical-panel-class.scrbl fix defclass and some scheme/gui argument schemevarfont binding 2009-03-10 23:14:53 +00:00
win-classes.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
win-funcs.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
win-overview.scrbl The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
window-intf.scrbl Changed @itemize{...} to @itemize[...] (done after comparing the doc 2009-04-05 17:46:20 +00:00
wxme.scrbl fix '(nonnegative|positive)-exact-integer?' contracts (moving 'exact-' to the front where it belongs) 2008-07-29 12:56:05 +00:00