]> code.delx.au - gnu-emacs-elpa/history - coffee-mode.el
Small patch to fix indentation behavior; before, the global tab-width setting is...
[gnu-emacs-elpa] / coffee-mode.el
2011-08-15 Kevin KelleySmall patch to fix indentation behavior; before, the...
2011-07-19 Chris WanstrathFix coffee-indenters-bol-regexp. Closes #36
2011-07-19 Daniel BrockmanUse "Coffee" as mode name rather than the idiosynchrati...
2011-07-07 Chris WanstrathMerge pull request #33 from knu/pr-coffee-compiled...
2011-07-06 Akinori MUSHAAdd a function coffee-compiled-file-name for ease of...
2011-07-01 Chris WanstrathMerge pull request #25 from knu/master
2011-06-23 Akinori MUSHAMerge remote-tracking branch 'defunkt/master'
2011-06-06 Alexander Solovyovdo not leave trailing whitespaces on newline
2011-06-06 Chris WanstrathBetter assignment highlighting for `:`
2011-05-24 Akinori MUSHAIntroduce a minor mode `coffee-cos-mode'.
2011-04-20 moozFix for regexp literals with slashes in brackets.
2011-04-07 mark hellewellnodejs.org docs changed location.
2011-03-05 Chris Wanstrathrevert f7de20f4c11cb49605551fc6dc0b778803f0fd38
2011-03-05 Chris Wanstrathcomment-start is buffer local. fixes #10
2011-03-05 Ryan KoopmansLimit assignment fontlocking to property names.
2011-03-04 Ryan KoopmansUntil and loop are keywords.
2011-03-04 Daisuke MuraseFixed inf loop in coffee-previous-indent
2011-02-22 Nick ParkerUpdating coffee-repl to pop-to-buffer using the name...
2011-02-22 Chris WanstrathMerge branch 'master' of https://github.com/sstephenson...
2010-12-14 Chris Wanstrath--no-wrap is deprecated; please use --bare instead.
2010-09-25 Sam StephensonFix for string literals with escaped quotes
2010-09-25 Sam StephensonFix for regex literals with escaped slashes
2010-09-25 Sam StephensonRecognize 0.9.0 assignment syntax
2010-08-17 Orlando HillCustomize args for compiling files and display the...
2010-08-17 Martin KühlFix compiling `coffee-mode' without loading it.
2010-08-17 Martin KühlSilence byte-compiler warnings.
2010-08-17 Ryan KoopmansRegex for "this" variable includes underscore.
2010-03-25 Chris WanstrathHighlight null. closes #4
2010-03-25 Chris WanstrathMerge branch 'master' of github.com:defunkt/coffee...
2010-03-25 Chris WanstrathRename `args` variables to be more consistent.
2010-03-25 Sergei LebedevFix hanging of `coffee-previous-indent` at start of...
2010-03-25 tavAdded support for the shorthand::syntax for .prototype.
2010-03-25 tavChange so that the compiled buffer doesn't open in...
2010-03-08 Chris Wanstrath0.3.0
2010-03-08 Chris WanstrathJust in case
2010-03-08 Chris WanstrathMake config options available from `customize-group...
2010-03-08 Chris Wanstrathblah
2010-03-08 Chris WanstrathBugfix: Indenting blank lines with TAB
2010-03-08 Chris Wanstrathstart cleaning up indentation code
2010-03-08 Chris Wanstrathtweaks
2010-03-08 Chris Wanstrathcoffee-compile-file
2010-03-08 Chris Wanstrathopen node.js api in browser
2010-03-08 Chris Wanstrath0.2.0
2010-03-08 Chris Wanstrathclean whitespace on save
2010-03-08 Chris WanstrathBugfix: Clear old namespace when a new one is found
2010-03-08 Chris WanstrathMention imenu support in README
2010-03-08 Chris WanstrathBugfix: Bad binding
2010-03-08 Chris Wanstrathprint full match to debug
2010-03-08 Chris Wanstrathelisp regexps are fun
2010-03-08 Chris Wanstrathback out that macro change for now, something is funny
2010-03-08 Chris WanstrathFix my macro
2010-03-08 Joshua Peekmagic autoload comments
2010-03-08 Chris WanstrathMake `coffee-debug' a macro
2010-03-08 Chris Wanstrathclass support in imenu
2010-03-08 Chris Wanstrathlies
2010-03-08 Chris WanstrathThe kind of optimization that turns on every Lisp hacke...
2010-03-08 Chris WanstrathBasic imenu support - makes things like `textmate-goto...
2010-03-08 Chris Wanstrathsetd macro for logging variable values when setting...
2010-03-07 Chris Wanstrathmore todo
2010-03-07 Chris Wanstrathtodo
2010-03-07 Chris Wanstrathno more debug mode
2010-03-07 Chris Wanstraththat was bothering me
2010-03-07 Chris WanstrathBugfix: Indentation works when point is at beginning...
2010-03-07 Chris Wanstrathdebug mode, t for now
2010-03-07 Chris WanstrathUse Common Lisp's `some` despite its inferior API.
2010-03-07 Chris Wanstrathyeah
2010-03-07 Chris Wanstrathindenters
2010-03-07 Chris Wanstrathget it working (with a fake function though)
2010-03-07 Chris Wanstrathdocs and starting to implement indenters
2010-03-07 Chris Wanstrathcoffee-indenters
2010-03-07 Chris Wanstrathcomment tweaks
2010-03-07 Chris Wanstrathtweaks
2010-03-07 Chris Wanstrath`coffee-repl'
2010-03-07 Chris Wanstrathindentation theory
2010-03-07 Chris Wanstrathexplain the new awesome newline-then-indent style
2010-03-07 Chris WanstrathKeep same indentation of last line when creating a...
2010-03-07 Chris Wanstrathhighlight Cakefile too
2010-03-07 Chris Wanstrathdocumentation
2010-03-07 Chris Wanstrathcool, regexps
2010-03-07 Chris Wanstrathgiggity
2010-03-07 Chris Wanstrathdisable regexps for now
2010-03-07 Chris Wanstrathuse more semantic names for parts of syntax
2010-03-07 Chris Wanstrathhandle `Name : {` style assigns
2010-03-07 Chris Wanstrathbetter regexps, @blah: and {blah: true, blah2:true}
2010-03-07 Chris Wanstrathdefvar the keymap
2010-03-07 Chris Wanstrathprovide something
2010-03-07 Chris Wanstrathsmall tweaks
2010-03-07 Chris Wanstrathregister as .coffee handler
2010-03-07 Chris Wanstrathmenu tweaks
2010-03-07 Chris WanstrathMenu
2010-03-07 Chris Wanstrathcompilation commands
2010-03-07 Chris Wanstrathbasic indentation with TAB
2010-03-07 Chris Wanstrathexplain indentation plan
2010-03-07 Chris Wanstrathdefvars and basic indentation
2010-03-07 Chris WanstrathBooleans, better colors
2010-03-07 Chris Wanstrathstandalone @
2010-03-07 Chris Wanstrathdocs
2010-03-07 Chris Wanstraththis
2010-03-07 Chris Wanstrathmini docs
2010-03-07 Chris Wanstrathsetq for now
next