bump version number for change mentioned in commit 83e8cfbafe

This commit is contained in:
Robby Findler 2014-06-30 19:41:16 -05:00
parent 7ba4e1a8c1
commit be31dc78ac
2 changed files with 4 additions and 1 deletions

View File

@ -58,4 +58,4 @@
(define pkg-authors '(robby)) (define pkg-authors '(robby))
(define version "1.1") (define version "1.2")

View File

@ -273,12 +273,15 @@ These precise colors for these identifiers are controlled by the preferences dia
extending the default that DrRacket normally uses, namely: extending the default that DrRacket normally uses, namely:
@racketblock[`(["Racket Sources" "*.rkt;*.scrbl;*.rktl;*.rktd;*.ss;*.scm"] @racketblock[`(["Racket Sources" "*.rkt;*.scrbl;*.rktl;*.rktd;*.ss;*.scm"]
["Any" "*.*"])] ["Any" "*.*"])]
@history[#:added "1.2"]
} }
@language-info-def[drracket:default-extension]{ @language-info-def[drracket:default-extension]{
When a language's @racket[_get-info] procedure responds to @racket['drracket:default-extension], When a language's @racket[_get-info] procedure responds to @racket['drracket:default-extension],
it is expected to return @racket[(and/c string? (not/c #rx"[.]"))]; the result is used it is expected to return @racket[(and/c string? (not/c #rx"[.]"))]; the result is used
as the default extension when saving files by setting @racket[finder:default-extension]. as the default extension when saving files by setting @racket[finder:default-extension].
@history[#:added "1.2"]
} }
@history[#:changed "1.1" @elem{Added support for @racket['drracket:default-filters] @history[#:changed "1.1" @elem{Added support for @racket['drracket:default-filters]