index
:
delta/ruby-gems/coderay.git
applescript-scanner
autoload
avrasm-scanner
bash-scanner
cleanup-output
dsl
escape-utils
extend-specs
fix-javascript-regexp
fortran-scanner
io-scanner
latex-encoder
lisp-scanner
lua-scanner
master
paint-integration
possible-speedups
remove-dump
ruby-2.3
ruby-skip
tcl-scanner
test-code-climate
vhdl-scanner
github.com: rubychan/coderay.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Changes.textile
Commit message (
Expand
)
Author
Age
Files
Lines
*
changelog
Kornelius Kalnbach
2013-03-10
1
-0
/
+1
*
fix #41 by removing special case
Kornelius Kalnbach
2013-03-10
1
-0
/
+1
*
remove ondblclick handler from HTML output
Kornelius Kalnbach
2013-03-10
1
-85
/
+87
*
properly credit Lance Li for reporting the PHP unicode issue ;)
Kornelius Kalnbach
2013-02-17
1
-1
/
+1
*
fix #40 (PHP unicode)
Kornelius Kalnbach
2013-02-17
1
-0
/
+1
*
fix #83 (XML DTD)
Kornelius Kalnbach
2013-02-17
1
-0
/
+1
*
fix #106: re-introduce highlightinging of { key: value } in Ruby 1.9 hashes
Kornelius Kalnbach
2013-02-17
1
-0
/
+4
*
Update Changes.textile
Kornelius Kalnbach
2013-02-13
1
-1
/
+1
*
update changelog
Kornelius Kalnbach
2012-10-07
1
-0
/
+1
*
Fix HTML scanner: Don't crash if HTML in a diff contains a JavaScript tag.
Kornelius Kalnbach
2012-10-07
1
-0
/
+1
*
changelog
Kornelius Kalnbach
2012-07-23
1
-0
/
+4
*
changelog
v1.0.7
Kornelius Kalnbach
2012-06-21
1
-0
/
+1
*
HTML scanner accepts boolean attributes; fixes issue #26
Kornelius Kalnbach
2012-06-19
1
-0
/
+1
*
bump version to 1.0.7
v1.0.7.rc1
Kornelius Kalnbach
2012-04-06
1
-0
/
+4
*
last changes before release of 1.0.6
v1.0.6
Kornelius Kalnbach
2012-04-06
1
-0
/
+1
*
update changelog, bump version to 1.0.6
v1.0.6.rc1
Kornelius Kalnbach
2012-04-02
1
-0
/
+2
*
changelog
Kornelius Kalnbach
2012-01-21
1
-0
/
+4
*
also thank tvon for reposting the autoload issue
v1.0.5
Kornelius Kalnbach
2011-12-27
1
-1
/
+1
*
update changelog
v1.0.5.rc1
Kornelius Kalnbach
2011-12-27
1
-0
/
+7
*
css scanner fixes; preparing 1.0.4
Kornelius Kalnbach
2011-11-02
1
-0
/
+8
*
minor fix in diff scanner, .tmproj filetype: 1.0.3
v1.0.3
Kornelius Kalnbach
2011-10-26
1
-0
/
+10
*
fix .erb file type recognition; prepare 1.0.2
v1.0.2
Kornelius Kalnbach
2011-10-26
1
-0
/
+6
*
update redmine.rubychan.de links to odd-eyed-code.org
Kornelius Kalnbach
2011-10-26
1
-15
/
+15
*
changelog
Kornelius Kalnbach
2011-10-19
1
-0
/
+4
*
cleanup changelog
Kornelius Kalnbach
2011-10-17
1
-2
/
+7
*
reference github ticket in changelog
Kornelius Kalnbach
2011-10-15
1
-1
/
+1
*
fix additional scrollbar
Kornelius Kalnbach
2011-10-15
1
-0
/
+1
*
changelog
Kornelius Kalnbach
2011-10-15
1
-0
/
+6
*
renaming changelogs
Kornelius Kalnbach
2011-09-26
1
-316
/
+240
*
Major rewrite of encoders to support IO output; fixed some minor scanner bugs...
Kornelius Kalnbach
2011-08-19
1
-296
/
+0
*
remove Scheme scanner (#59)
Kornelius Kalnbach
2011-07-13
1
-2
/
+3
*
changelog
murphy
2011-07-08
1
-0
/
+1
*
cleanups: Page encoder is default for HTML, benchmark KB/s instead of tokens/s
murphy
2011-07-04
1
-1
/
+1
*
updating Changelog
murphy
2011-05-21
1
-7
/
+120
*
renamed pre_* token kinds to predefined_*
murphy
2011-04-17
1
-0
/
+1
*
ignore coverage directory
murphy
2011-03-07
1
-0
/
+1
*
Changes!
murphy
2011-03-07
1
-10
/
+30
*
Add 0.9.4 changes to Changes.textile in trunk.
murphy
2010-09-12
1
-0
/
+25
*
Added all_plugins and all_titles methods to Plugin.
murphy
2010-07-05
1
-0
/
+2
*
Updating Changes.textile with the latest tweaks and improvements.
murphy
2010-06-29
1
-3
/
+13
*
More speedups for HTML encoding (numbering, CSS styles, Ruby 1.9).
murphy
2010-06-27
1
-0
/
+2
*
Updated Alpha style: less bolded tokens, user-select:none for line numbers (c...
murphy
2010-06-16
1
-0
/
+4
*
Improved JavScript regexp recognition.
murphy
2010-06-16
1
-0
/
+1
*
Ticket #127: Clojure scanner by Licenser, yay!
murphy
2010-06-15
1
-1
/
+5
*
Cleanups to the list of Changes; added toc command for Redmine.
murphy
2010-06-11
1
-2
/
+3
*
Issue #227: Inline Diff Highlighting and improved intelligent diff
murphy
2010-06-01
1
-1
/
+22
*
Added ability to scan an Array of Strings as one with Scanner#tokenize.
murphy
2010-06-01
1
-0
/
+3
*
Added Encoder#tokens, improved some error messages.
murphy
2010-06-01
1
-1
/
+1
*
Added :eyecatcher token type (for inline diff highlighting) and improved
murphy
2010-06-01
1
-1
/
+1
*
Cleanups and extensions to Tokens (see issue #222).
murphy
2010-06-01
1
-1
/
+4
[next]