emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] branch elpa/coffee-mode created (now 35a41c7d82)


From: ELPA Syncer
Subject: [nongnu] branch elpa/coffee-mode created (now 35a41c7d82)
Date: Sun, 6 Mar 2022 00:17:40 -0500 (EST)

elpasync pushed a change to branch elpa/coffee-mode.

        at  35a41c7d82 Merge pull request #363 from 
millerjs/fix-multiline-comments

This branch includes the following new commits:

       new  cf028f88b8 basics
       new  84ab684761 comments
       new  9ff612a39a single quotes
       new  9efc880402 `comment-or-uncomment-region' support
       new  5ca4229349 Regular expressions
       new  6801361260 setq for now
       new  048038142e mini docs
       new  0ed17b06a0 this
       new  3a47b2843e docs
       new  a297bec710 standalone @
       new  af34f91807 Booleans, better colors
       new  d6b78ed702 defvars and basic indentation
       new  2504ebea79 explain indentation plan
       new  97a10012c0 basic indentation with TAB
       new  7557530999 compilation commands
       new  5f14029d6e Menu
       new  fd314cc739 menu tweaks
       new  eaf28ab8a3 register as .coffee handler
       new  f4afb8cd01 examples symlink for now
       new  38ce8da21b small tweaks
       new  27ffadaaae provide something
       new  eee29e08a2 defvar the keymap
       new  88e7b95c8b better regexps, @blah: and {blah: true, blah2:true}
       new  ccdc4e231b handle `Name : {` style assigns
       new  3ecaa32a30 use more semantic names for parts of syntax
       new  fa3db82edb disable regexps for now
       new  028a53c4c8 giggity
       new  76748c1774 cool, regexps
       new  4a11c70fed documentation
       new  3b89c44862 basic example
       new  4ad5abf9dc screenshot
       new  5e901b1efc fancy
       new  605a330b29 highlight Cakefile too
       new  8bfb7ed616 Keep same indentation of last line when creating a new 
line
       new  f92b25d789 explain the new awesome newline-then-indent style
       new  7b03a71f36 indentation theory
       new  28485fa812 `coffee-repl'
       new  5256afdeb5 tweaks
       new  dbb4ec560d comment tweaks
       new  7d338d1fe5 coffee-indenters
       new  17150cf287 docs and starting to implement indenters
       new  5e170be411 get it working (with a fake function though)
       new  df0818671f indenters
       new  f4d2c54a2c yeah
       new  14ab5a072a Use Common Lisp's `some` despite its inferior API.
       new  ce05b32400 debug mode, t for now
       new  97ef92b61c Bugfix: Indentation works when point is at beginning of 
the line
       new  4ab14673e3 no more test.coffee
       new  54945957d0 first major mode
       new  ff6170061e that was bothering me
       new  c93d795692 fix config example
       new  bab59d5638 wonky
       new  dc7d65764d also that
       new  c063681486 no more debug mode
       new  c492a20567 doc tweaks
       new  12bd5d0905 todo
       new  5b00ae2e64 more todo
       new  c5ffe040b9 setd macro for logging variable values when setting them
       new  30d2af5a1e Basic imenu support - makes things like 
`textmate-goto-symbol' work!
       new  590873fbec Add imenu.coffee example
       new  21ce2dada0 The kind of optimization that turns on every Lisp 
hacker: macro-time.
       new  169e66dd3e lies
       new  76ed341718 class support in imenu
       new  c6562afd33 Make `coffee-debug' a macro
       new  af021a5f0a magic autoload comments
       new  dbfaac40be Fix my macro
       new  2799609be2 back out that macro change for now, something is funny
       new  00c197b67f elisp regexps are fun
       new  e1b9c837c7 print full match to debug
       new  79333bfd39 Bugfix: Bad binding
       new  4175d758f6 Mention imenu support in README
       new  52456c0c99 screenshot showing off imenu
       new  7f5e1b3d9c Bugfix: Clear old namespace when a new one is found
       new  1b887a5d57 clean whitespace on save
       new  199b771328 0.2.0
       new  48c36c1077 open node.js api in browser
       new  cbd31f94b8 coffee-compile-file
       new  c950a25a06 show menu bar
       new  059e889846 typo
       new  a6c69113be tweaks
       new  b7ee8b84b7 start cleaning up indentation code
       new  df7ae3bc3f Bugfix: Indenting blank lines with TAB
       new  d0e7c4835f the yegster
       new  a9050253d9 if the install fails...
       new  adf9654673 blah
       new  7976bc4855 Make config options available from `customize-group`, 
document in README
       new  f7de20f4c1 Just in case
       new  03f75e3237 0.3.0
       new  e3c21f85b4 Change so that the compiled buffer doesn't open in a new 
frame.
       new  dc85f42f3f Added support for the shorthand::syntax for .prototype.
       new  d06361449c Fix hanging of `coffee-previous-indent` at start of 
buffer.
       new  3b0962d41f Rename `args` variables to be more consistent.
       new  b7e600ded6 Merge branch 'master' of github.com:defunkt/coffee-mode
       new  705b4687a2 More realistic before-save-hook example
       new  af81c6a820 Highlight null. closes #4
       new  2a59ce05bd c'mon
       new  b1c16e50e9 Use after-save-hook in example to grab actual file 
contents.
       new  123dff37f4 Typo in README
       new  2bb69bee23 Regex for "this" variable includes underscore.
       new  5afeb651e1 Fixed example hook in README to only compile .coffee 
files.
       new  6639c3606a Silence byte-compiler warnings.
       new  cd06e4e6eb Fix compiling `coffee-mode' without loading it.
       new  227a3608cd Customize args for compiling files and display the first 
compiler error
       new  5c5a414d5e Recognize 0.9.0 assignment syntax
       new  095e65ec95 Fix for regex literals with escaped slashes
       new  c5831bbdf5 Fix for string literals with escaped quotes
       new  79bad0a7b0 Add TODO for heredocs with embedded quotes.
       new  b874bf4e5a --no-wrap is deprecated; please use --bare instead.
       new  625d37928c Merge branch 'master' of 
https://github.com/sstephenson/coffee-mode into sstephenson-master
       new  8a3d6f5378 Updating coffee-repl to pop-to-buffer using the name 
'*CoffeeREPL*' instead of '*CoffeeScript*', it wasn't switching to the repl 
previously
       new  f4597a051d Fixed inf loop in coffee-previous-indent
       new  7803688b40 Until and loop are keywords.
       new  2e96b3cd99 Limit assignment fontlocking to property names.
       new  40a5bf1b51 comment-start is buffer local. fixes #10
       new  bcafe8294b revert f7de20f4c11cb49605551fc6dc0b778803f0fd38
       new  1f9bc1a93e nodejs.org docs changed location.
       new  88e1c8c75f Fix for regexp literals with slashes in brackets.
       new  6eb6d992de Introduce a minor mode `coffee-cos-mode'.
       new  c46609c148 no-wrap => bare in README
       new  37b481e4a3 Better assignment highlighting for `:`
       new  74a91351d1 do not leave trailing whitespaces on newline
       new  393dbd781b Merge remote-tracking branch 'defunkt/master'
       new  5ecae750b4 Mention the compile-on-save minor mode.
       new  2c3d17bf27 Merge pull request #25 from knu/master
       new  62c84fb393 Add a function coffee-compiled-file-name for ease of 
scripting.
       new  bfbd616a22 Merge pull request #33 from 
knu/pr-coffee-compiled-file-name
       new  4631aa18f5 Use "Coffee" as mode name rather than the idiosynchratic 
"coffee-mode".
       new  27df14a96e Fix coffee-indenters-bol-regexp. Closes #36
       new  2d489a8dcd Add support for Cygwin-style absolute paths, which makes 
using the file compilation feature of CoffeeScript mode possible on Windows 
systems where Node.js is compiled with Cygwin
       new  e8fd539ec8 Create function to encapsulate logic of supporting 
Cygwin-based Windows paths, use in coffee-command-compile
       new  b4b2a5377e Small patch to fix indentation behavior; before, the 
global tab-width setting is used when inserting tabs with insert-tab, e.g. at 
the top of coffee-newline-and-insert.  I used 'customize-group coffee' to set 
my coffee-tab-width to 2, but I have a global tab width of 4, so the net effect 
was that the number of tabs would be halved every time I hit return.
       new  14a0d566c6 Added coffee-compile-jump-to-error.
       new  58c1401b28 Merge pull request #42 from semperos/cygwin-path-support
       new  b4270ded08 Allow existing `coffee-args-compile` to be used for 
`coffee-compile-region` and, by extension, `coffee-compile-buffer`, in addition 
to its existing use for compiling whole files
       new  0b06b86d1f Add support for coffee --watch, and in process also add 
function for running coffee with arbitrary arguments within Emacs
       new  266849caaa add apply-partially defun
       new  c8e7fb7cc3 Use coffee-universal-path for coffee-watch, to properly 
handle paths across platforms
       new  59cf3ac506 Removed extra parens in example hook.
       new  fde6c898c3 Merge pull request #48 from lorensr/patch-1
       new  2c204efae4 add coffee-js2coffee-replace-region
       new  7e25b68323 tweak README spacing example. fixes #53
       new  1c8aea383f Fix syntax highlighting for variables containing 
keywords bounded by underscores.
       new  a9c8f484e4 Formatting changes for complians with elp/Marmalade
       new  3900a8c976 adding undefined to reserved words as part of 
coffee-boolean-regexp (not a proper boolean, but seemed the best fit)
       new  f19ecbcede Merge pull request #57 from Wilfred/master
       new  244d4b3d16 Update version. Fixes #59
       new  a76ef8253d Remap newline-and-indent to coffee-newline-and-indent
       new  1fb49563de small fix of coffee-regexp-regexp so it doesn't cause 
massive hangs when matching across newlines
       new  d06825bea6 Workaround to avoid getting garbage chars in the comint 
buffer.
       new  168b32deb6 fixing triple quoted strings issue with code from 
python-mode
       new  1d2aed3624 Use correct URL. Fixes #71
       new  be2305f545 Remove support for removing trailing whitespace: 
whitepace-mode does that.
       new  66c326b6fe Remove custom debug code; should use the standard Emacs 
debugging tools instead.
       new  89203e8ed0 Make version consistent and bump it to 0.4.1 (Fixes #61).
       new  5b957dde12 Remove functions that merely open reference URLs.
       new  8bb36ac818 Remove apply-partially, which is available in Emacs 23 
and later.
       new  5703337fca Simplify bug reporting section of README.md.
       new  f687d8cc0b Use mode configured for .js files for compiled JS 
buffers.
       new  579e270cf9 Overhaul the docstrings.
       new  3f4271f084 Simplify coffee-indent-line and coffee-previous-indent.
       new  6d1d92d780 Make coffee-mode-hook customizable.
       new  65797fafd7 Fix missing function `some' issue when loading compiled 
elisp.
       new  83be921a9b Remove out-of-date information on configuring tab width, 
and an overcomplicated use of coffee-cos-mode.
       new  e38e648f87 Document use of whitespace-mode.
       new  eb912a1e53 Fix let paren placement in let form.
       new  c45c5f7a52 Merge pull request #79 from bretthoerner/fix-let
       new  075b1ce23b Add functions to send buffer, region and line to the 
CoffeeREPL buffer.
       new  d7c9ac8d57 Add key mappings to run the new send functions. Followed 
convention used in ruby-mode.
       new  b90db10664 Refactor name of Coffee REPL buffer into variable.
       new  e8b2ab69a7 don't force key redefinition in major-mode hook
       new  80ebae660c Added support for iced coffeescript await and defer 
keywords.
       new  06a30152a2 Add a little note that this handles iced coffee script 
syntax also
       new  4420ae3f85 Merge remote-tracking branch 'disnet/master'
       new  2458b5bfc7 Merge remote-tracking branch 'levskaya/master'
       new  0ecc7e2a65 Merge remote-tracking branch 
'chellmuth/syntax-highlighting'
       new  c606867364 Merge remote-tracking branch 
'remotes/fred-o/readline-workaround'
       new  2df07361cb Merge remote-tracking branch 
'remotes/bartvandendriessche/master'
       new  0a39a409f0 add support for the "own" keyword (for own k, v of obj 
...)
       new  134d8a8c20 "where" isn't a coffeescript keyword
       new  95bbfe3023 autoload coffee-mode for .iced files (IcedCoffeeScript)
       new  677cf42faf fix some really obnoxious indentation
       new  e27fb021d8 make readme change about ICS support less intrusive
       new  9eca4aaecb indent following while statement
       new  291e9c6215 Merge remote-tracking branch 
'remotes/thejohnnybrown/patch-1'
       new  7c5b19b77b local variable assignment is now highlighted.
       new  78e8a69e8e local var highlighting no longer inclused equal sign.
       new  a707d2ddb3 Update coffee-mode.el
       new  bdb258b7e5 color -> and => as functions.
       new  ac354b9da1 local var doesn't match member assignment.
       new  fad39cc1f2 keywords can now be member names.
       new  0686a8a8c5 only the keywords are highlighted instead of text before 
them.
       new  279bd3cf50 allow member assignment to be highlighted just like 
local vars.
       new  c5fb056212 remove triple quotes, seems to be doing strange things 
to python-mode
       new  7733e9b341 Merge branch 'master' of 
https://github.com/jart/coffee-mode
       new  aaeac9d91c fixed how the README recommended to set tab-width to 2.
       new  67e8727621 backspace now de-indents instead of just going back a 
space.
       new  df0dfbc9d1 resolved issue #63. Fixed inspired by tzeskimo 6c5eb29.
       new  e5f93e8429 Improve the coffee-compile-jump-to-error docstring.
       new  20c919a211 Change installation instructions to advise use of ELPA.
       new  e45ce093ac Add functions for shifting blocks of code left and right
       new  fc4e0546a3 dedent respects increments of `coffee-tab-width`
       new  6d6cc7f811 Merge pull request #94 from lewang/fix-dedent
       new  ec54fc25d3 Merge pull request #90 from jmcejuela/master
       new  ae2875fc92 coffee-indent-shift-*: Indent to the closest increment 
of coffee-tab-width
       new  fed87e17ee check bol properly
       new  abb8f535b1 Merge pull request #96 from lewang/fix-dedent
       new  f6e8317fb9 Merge pull request #92 from akheron/master
       new  1a12d07276 coffee-compile-region pop buffer instead of switching to 
it
       new  806bbf8394 Merge pull request #101 from lcoq/master
       new  1561b47e01 Adds an option to move the output directory for the 
JavaScript files
       new  af89c399ff coffee-compile-region does not give focus to the 
compiled buffer, and clear the buffer instead of kill & re-create it
       new  2f42d610b9 Merge pull request #102 from ls4f/ls4f
       new  105cc7edf0 Merge pull request #103 from lcoq/master
       new  099e94ae09 woot, finally got the block comment working, i love 
emacs extensibility.
       new  40d4c46925 Merge pull request #107 from jvshahid/block_comment
       new  834ce208ed it turns out that coffee script block comments are more 
complicated than i thought, support more cases.
       new  30738d376f Merge pull request #108 from 
jvshahid/block_comment_enhanced
       new  15313cc865 Ignoring compiled file
       new  36962f996b Merge pull request #109 from habib/master
       new  2e68bfbc03 fix auto-mode regular expressions
       new  3779064d28 inline local variable assignment
       new  6449f14ad2 Merge pull request #112 from thomasf/auto-mode-regexp
       new  7d0c39415c Fix for bytecompiling warnings
       new  ab54b9f325 Merge pull request #114 from syohex/fix_for_bytecompile
       new  329302e91c Added SHIFT-TAB .
       new  6734112b2f Merge pull request #116 from Trantect/master
       new  55ce03d0cd Merge pull request #113 from 
thomasf/inline-local-var-assignment
       new  6542c7b223 Merge branch 'master' into inferior-coffee
       new  3e2bcb4f4f Refactor methods to use send-region.
       new  a76b6771e2 Merge pull request #82 from tmcgilchrist/inferior-coffee
       new  05549f2ba9 highlight class names and lambda parameters
       new  8b1be11921 Merge pull request #118 from 
bjourne/more-colorful-font-locking
       new  e5bb92dda1 implement string interpolation highlight
       new  cf96f6cb4c Merge pull request #120 from 
syohex/string-interpolation-highlight
       new  c89611ed68 Revert "highlight class names and lambda parameters"
       new  a261e0059c Fix bug where many consecutive underscores bombs the CPU.
       new  9f0cad6916 Remove unnecessary verbiage in README.
       new  4ad6568393 Fix bug where keyword at start of buffer isn't 
highlighted.
       new  6d44fa5f71 Don't highlight assignment to dotted variables.
       new  be60c135a2 Fix bug where quotes inside regexp will ruin everything.
       new  26ae74bc3a It's unnecessary to manually specify regexp for strings.
       new  659a9f81fc Derive from prog-mode in order to be a good Emacs24 
citizen.
       new  2c665a95ba Fix bug where 'this' keyword is highlighted when part of 
words.
       new  bdfd1e5d1c Fix some whitespace issues.
       new  2b7bb467e3 Revert a buffer of compiled file when the buffer exist 
and is not modified.
       new  8ec328b720 Merge pull request #121 from 
yasuyk/revert-buffer-compiled-file
       new  b3c5cabb9a Disable regexp syntax highlighting until it can be done 
properly.
       new  19cef2b37b Classify / as paired delimiter. Highlight pairs as 
regexps.
       new  b2014cf93a Merge remote-tracking branch 
'sandinmyjoints/regexp-paired-delimiters'
       new  7fa390fb0b Don't let electric-indent-mode break coffee-mode.
       new  4a2e7f484c Workaround coffee-repl printing garbage chars until 
upstream bug is fixed. See #30
       new  c58da19b14 Quote command line arguments and improve output 
directory handling. Fixes #130
       new  8f07b4c5ef Also aid  "#! /usr/bin/env coffee" type auto major mode 
selection
       new  c4c4266a5f Merge pull request #131 from johan/interpreter-mode-alist
       new  d45b393b42 fix block comment issue #137 
https://github.com/defunkt/coffee-mode/issues/137
       new  a4ba8ac5b2 Merge pull request #138 from rvernica/master
       new  63c0deaba3 fix regexp problem #141
       new  3f0239953d Use correct extension when compiling .js.coffee files
       new  552b4e9d71 Add unit tests
       new  0ffbd289eb Merge pull request #156 from syohex/add-tests
       new  ea11ce6e42 Merge pull request #143 from aaa707/master
       new  4281969987 Merge pull request #155 from febeling/master
       new  ffd42c0007 Fix highlighting local assignment without spaces
       new  c36733f52f Update test
       new  4e4dafb0a7 Merge pull request #158 from syohex/update-test
       new  4b50381a85 Merge pull request #157 from 
syohex/fix-local-assignment-without-spaces
       new  54bdba1b53 add block-strings tests
       new  566a86e732 Add assignment test for dollar sign
       new  e6fe4ddff6 add regexp literal test
       new  8df911e4b4 Fix highlighting regexp literal
       new  f22e29e825 Fill block comment paragraphs correctly
       new  c30d119501 Add fill-paragraph test(#162)
       new  c91bc24bec Merge pull request #162 from denisw/master
       new  e918401cbc Merge pull request #161 from defunkt/fix-regexp-literal
       new  7de89ea9ed Propertize content of regexp as 'symbol'(#163)
       new  623fde70d5 Merge pull request #164 from defunkt/fix-hungup
       new  f1ce3d9541 fix highlighting prototype access
       new  ea098b013a Merge pull request #165 from defunkt/fix-prototype-access
       new  e6b2107132 improve regexp
       new  3d72133445 fix indentation
       new  3b99e63f7b Refactoring coffee-cos-mode
       new  7c95606c4d Merge pull request #166 from defunkt/refactoring
       new  2b1d77729d Add imenu test
       new  ee6fc8543f Merge pull request #167 from defunkt/imenu-test
       new  672b89122c Support highlighting block strings(#159)
       new  acec427a25 fix for byte compiling
       new  fed0f062ac Merge pull request #168 from defunkt/block-strings
       new  4b5bb4e1cd Improve imenu
       new  880348a775 Merge pull request #170 from defunkt/improve-imenu
       new  9b2d89e825 Create index for declaration with prototype access
       new  dbc3bdf8d4 Merge pull request #171 from 
defunkt/improve_prototype_access
       new  ea3e56efbc Add tests of private functions
       new  efddc8a2f8 Use 'function style instead of #'functon style
       new  54002e7e5d Remove needless comment
       new  dc34051dc0 Use regexp-opt for boolean literal highlighting
       new  c971734858 Re-factoring
       new  3bb4de8e92 Merge pull request #172 from defunkt/cleanup
       new  be59736986 Implementing commands for moving/mark defun
       new  e05852c757 add defun commands test with prototype access
       new  9fc6bfb3da Merge pull request #173 from 
defunkt/support-defun-commands
       new  362c39da0e Support hs-minor-mode(#147)
       new  f165f49343 Merge pull request #174 from 
defunkt/support-hs-minor-mode
       new  5a6548b65b Fix output directory issue
       new  c0fd9a0eaf Merge pull request #175 from defunkt/fix-compile-func
       new  81210d1a0b Drop Emacs 23 support(#169)
       new  e69d72487b Merge pull request #176 from defunkt/drop-emacs23-support
       new  a03120c81a Bump up version
       new  b8efddeb04 Add fail case test
       new  6c5a6bfc30 Improve highlights and refactoring indent function
       new  528bf048eb Merge pull request #177 from defunkt/improve
       new  b8fdb4ae93 Fix invalid highlighting regexp literal
       new  e67a687764 Merge pull request #178 from defunkt/improve-regexp
       new  5c801837c0 Don't insert '#' after block comment '###' line
       new  86865a69a1 Merge pull request #179 from defunkt/improve-comment-edit
       new  b5390011a6 Update version variable
       new  bc504c759e Merge pull request #180 from defunkt/fix-version-variable
       new  04e9c2b1d8 renamed imenu test
       new  ae6aa36642 Merge pull request #181 from ksjogo/fix-test-name
       new  07f5d50c94 Rename test files for file name conflicts
       new  5f2649d9a7 Merge pull request #183 from defunkt/rename-test
       new  a6600f7b12 Fix file header and footer for rename
       new  d510189087 Load test-helper.el via command line argument
       new  9dd4a11712 Fix test for older Emacs(<= 24.3)
       new  f1487078ce Merge pull request #184 from defunkt/improve-test
       new  636e3c1297 Indent continued comment line
       new  2c5697e3a5 Merge pull request #186 from 
defunkt/improve-insert-comment
       new  a689f34941 Added documentation on tab width
       new  ba8ecf9b7f Merge pull request #187 from siruguri/master
       new  dbfcc2208a Update document
       new  bad4db6744 Localize coffee-tab-width and remove tab-width dependency
       new  862039f1eb Merge pull request #189 from 
defunkt/localize-indent-variable
       new  f84750d4cf Add test
       new  c55305b627 Fix highlighting one line block comment(#190)
       new  096b25ab1f Add unit test(#190)
       new  31d60773f5 Merge pull request #191 from defunkt/fix-block-comment
       new  7b20800cee Re-factoring inserting space
       new  d3e26ad773 Merge pull request #192 from defunkt/refactoring
       new  d1019e9a5c Improve defun command
       new  754a2177c0 Merge pull request #193 from 
defunkt/improve-defun-commands
       new  528e83312e Fix coffee-mark-defun issue
       new  e2fe7e8cb5 Merge pull request #194 from defunkt/fix-mark-defun
       new  bf4f52d365 Set begining-of-defun, end-of-defun function
       new  a0b487edef Merge pull request #195 from defunkt/thing-defun
       new  826ee0aa52 Update README.md
       new  3e7f4dae37 Merge pull request #196 from defunkt/update-readme
       new  fc327d4aa4 Add indenters keyword
       new  2b8d81b76a Merge pull request #197 from 
defunkt/improve-newline-and-indent
       new  368e1d195f Add default key binding table
       new  eb952b634c Merge pull request #198 from defunkt/add-command-table
       new  5cc554b8f1 Fix for lambda expression regexp
       new  78380aa7dc Merge pull request #199 from 
defunkt/fix-for-lambda-expression
       new  7f9870b94b Add binding of compiling buffer and run REPL
       new  76357c255f Merge pull request #200 from defunkt/add-binding
       new  c100eff038 Improve compile command
       new  1bcbe82130 Merge pull request #201 from 
defunkt/readonly-compile-buffer
       new  8e3fcc4862 Don't highlight left operand of '==' operator
       new  85e5066da9 Merge pull request #203 from 
defunkt/fix-alignment-highlight
       new  fc2c863ef4 Improve keyword highlighting
       new  006c953cd8 Merge pull request #204 from 
defunkt/improve-highlighting-reserved-word
       new  668c7a9645 Fix invalid highlighting block comment(#205)
       new  f1933cd87b Merge pull request #206 from 
defunkt/fix-205-multiple-comment-highlight
       new  1aac735c65 Fix block comment highlighting issue(#205)
       new  11d9defd0a Merge pull request #209 from 
defunkt/fix-block-comment-issue
       new  e1da175a94 Remove unnecessary documentation from coffee-mode-hook
       new  ae0d9b7575 Merge pull request #210 from 
defunkt/remove-unnecessary-documentation
       new  ff3bfb37f9 Update document
       new  e5a2573b69 Merge pull request #211 from defunkt/update-documentation
       new  01ba83b05c Fix source map issue(#212)
       new  943c5e8046 Merge pull request #213 from defunkt/fix-sourcemap-issue
       new  16ebabbbe9 Support using tab
       new  1471774679 Merge pull request #216 from defunkt/support-using-tab
       new  e79116978c Add explanation for using TAB instead of spaces
       new  aa9c7a2931 Merge pull request #217 from 
defunkt/update-document-for-using-tab
       new  db6a1e61c8 Update example
       new  e4c4213f71 Merge pull request #218 from defunkt/update-example
       new  339ae9c29f Fix syntax property of '/'(#219)
       new  7d06caef03 Merge pull request #220 from 
defunkt/invalid-slash-property
       new  2d28e6f707 if electric-pair-mode is enabled, use its untabify
       new  bba745a639 Merge pull request #221 from waymondo/master
       new  614b7724ea Fix byte compile warning
       new  ca6c9a06df Merge pull request #222 from 
defunkt/fix-bytecompile-warning
       new  5b13ae304d Add coffee-dedent-line-backspace command test
       new  6fe6df176c Merge pull request #223 from 
defunkt/add-dedent-command-test
       new  5ef379f9e1 Fix typo
       new  7547a38522 Merge pull request #224 from defunkt/fix-typo
       new  0782140950 Fix for Emacs 24.1, 24.2, 24.3
       new  cbcf3896bb Add regression test for older emacs(<= 24.3)
       new  be314747a4 Merge pull request #226 from 
defunkt/fix-for-electric-pair-mode
       new  bc51042eef Fix electric-pair-mode conditions
       new  8e0ec24022 Merge pull request #227 from 
defunkt/fix-for-electric-pair
       new  6d0a12ca06 Switch to cl-lib
       new  c39164fba8 Merge pull request #228 from defunkt/switch-cl-lib
       new  b224eb9a2a Enable lexical binding
       new  18bb07d0d8 Merge pull request #229 from 
defunkt/enable-lexical-binding
       new  5671ecd53d Generate sourcemap if '--map' option is specified
       new  259ae67fad Merge pull request #230 from 
defunkt/support-sourcemap-option
       new  7d415dca7b Add hook called after compiling JavaScript
       new  b6c0c6b27e Merge pull request #232 from 
defunkt/add-after-compile-hook
       new  a5cc6226b7 Workaround for ansi colors in a repl.
       new  3bf5ada266 Merge pull request #233 from vkz/master
       new  4c50d2f80b Refactoring
       new  dcc5cb896e Fix for elec-pair mode
       new  6f0bc43a70 Merge pull request #235 from 
defunkt/fix-for-electric-pair
       new  a8711b4b88 Compile command is executed asynchronously now
       new  2715147207 Merge pull request #236 from defunkt/asynchronous
       new  2607b9798a remove electric-pair-delete-pair
       new  6da0e75467 Merge pull request #237 from waymondo/master
       new  b793f06fe1 Remove electric-pair specific test
       new  bc8b8e9e0b Update version for MELPA-stable(#238)
       new  f4b829f353 Update version variable
       new  756adbcba2 Add tests for newline-indent issues(#239)
       new  5215811982 Fix newline-and-indent issue(#239)
       new  34b7c9bace Merge pull request #240 from 
defunkt/fix-indentation-issue
       new  d994290783 Bump up version
       new  9668e511ae Fix for auto-fill-mode user(#241)
       new  ef629a67cc Merge pull request #242 from defunkt/auto-fill-mode
       new  53e89d583c Enable coffee-mode in CSON file
       new  8095e458d4 Merge pull request #245 from defunkt/enable-in-cson-file
       new  3e649226de Bump up version
       new  aea16e02c4 Fix js2coffee-replace-region when mark is after point
       new  0c3fbc01ea Merge pull request #247 from geremih/master
       new  65e7ceaafe Bump up version
       new  bb5828f087 Add configuration for removing souremap file after 
jumping point
       new  72f29b1d80 Remove TODO section and fix version variable
       new  6777220e81 Detect syntax errors as well an jump to the 
corresponding line.
       new  a8319516b7 Merge pull request #249 from wrobel/master
       new  6f1071e052 Improve jumping to error point
       new  2f51f18ad3 Merge pull request #251 from defunkt/improve-compile-file
       new  4cf959a24b Bump up version and update Changes
       new  88394999a1 add Changes
       new  6a00bd5c6c Popup compile buffer even if compile command returns 
error
       new  6ecd6802f2 Merge pull request #255 from 
defunkt/fix-compile-buffer-issue
       new  5304d2af14 Support sending multiline code to REPL
       new  53c2beb919 Fix sending string to REPL after first evaluation
       new  773602547e Merge pull request #256 from 
defunkt/support-multiline-send
       new  e9f39560de Fix case that first evaluation is not multiple lines
       new  dda7688a8b Merge pull request #257 from 
defunkt/improve-interactive-repl
       new  719554e729 Add caution about installing ELPA package
       new  bffc0ea3a8 Improve English
       new  e0f56f1e03 Improve else line indent
       new  d187c34723 Move to back-to-indent position without indentation
       new  06e0465760 Add test about no indentation but moving cursor
       new  14971b6815 Add indentation tests for try-catch block
       new  5f1cd6f301 Improve test names and those docstrings
       new  f8e2a31b0a Add private function test for indentation
       new  abc20f760b Improve indentation command for try-catch block
       new  5aea8fa851 Update Copyright year
       new  c00a7e603e Add test for indenting else line in string
       new  880720efc7 Add test not indenting case for else line
       new  1ff7afe3a1 Fix indent size
       new  a4d037b1e0 Add dedent case test
       new  ca7e8a6f62 Merge pull request #259 from 
defunkt/improve-else-line-indent
       new  b5050fb93a Fix sourcemap file extension for newer CoffeeScript
       new  9b95e90a36 Fix parameters which are passed to sourcemap.el
       new  fb8b780085 Merge pull request #261 from 
defunkt/fix-sourcemap-generation
       new  d080d2bc39 Highlight 'yield' keyword
       new  d3c97edcf2 Merge pull request #262 from 
defunkt/support-highlighting-yield
       new  abe3e5e9a3 Add MELPA badges
       new  2f8e3d3eeb Update MELPA links
       new  e760d44286 Don't treat symbols as words
       new  fd1f4a0140 Highlight properly variables with underscores
       new  db72653887 Added tests and imenu syntax fix for '_'
       new  b6393f5eba Merge pull request #266 from dotemacs/variable-name-fix
       new  a7acbb39bf Bump up version
       new  7f3db088fc Update Changes
       new  427a188a92 Merge pull request #267 from defunkt/release-v0.5.6
       new  993fbcb4e9 Use start-file-process for remote executing
       new  7fdb8b1710 Merge pull request #268 from defunkt/fix-for-tramp
       new  f94385e163 Add regression test for #270
       new  9c90ef90c7 Deactive mark after 'coffee-comment-dwim' same as other 
modes
       new  7060839806 Merge pull request #271 from defunkt/fix-270
       new  fe396a7b45 Fix class attribute highlighting that contain underscores
       new  74cfc60353 Merge pull request #275 from 
no0/fix/class_attribute_highlighting
       new  c39227e06b Add regression test for #272
       new  6e6575318d Fix similar issues and those test
       new  c607fcab3f Merge pull request #276 from 
defunkt/fix-similar-issues-272
       new  9a842e3dc9 Bump up version
       new  3405310d0b Update Changes
       new  03dc62fa55 Merge pull request #277 from defunkt/release-v0.5.7
       new  3f7811a7d6 Add unit test for #280
       new  5f5205e51b Use current-indentation if cursor is first line
       new  7abb5cb365 Merge pull request #280 from 
defunkt/fix-first-line-indent
       new  30c5ab2d5c Correctly highlight 'true' and 'false'.
       new  625d44dd6f Merge pull request #282 from Wilfred/master
       new  02e0ce61ca Add regression test for #281
       new  9f2f2fddb1 Fix test for easy understanding
       new  14fa32e864 Merge pull request #283 from defunkt/regression-test-281
       new  3b05065e3a Bump up version and update Changes
       new  6549df465e Merge pull request #284 from defunkt/release-v0.5.8
       new  9521a46de2 add regression test of issue #285
       new  7b7469ba4c Remove string syntax property of '"' in string 
interpolation
       new  5de13f2f58 Merge pull request #286 from 
defunkt/string-interpolation-issue
       new  68403e9413 Fix byte-compile error
       new  d0a358396b Add regression test for #287
       new  ea1096b0cd Fix end position
       new  2420b480f6 Merge pull request #288 from defunkt/fix-287
       new  cfc90edec8 Add regression test #289
       new  ea20a55d0e Fix end of position after string interpolation matching
       new  0bdcd3743d Merge pull request #290 from defunkt/fix-289
       new  298b16d21c Add cask and travis.yml for testing
       new  ff1a3da647 Update ignore list for Cask
       new  748e72a0ae Fix for using Cask
       new  92c6a11829 Add travis badge
       new  6524b394d5 Fix test name of regression test
       new  0b58d238f4 Add missing 'unless'
       new  0f679be46a Initial implement 'indent-region' command
       new  13e8bd8504 Add indent-region tests
       new  26446640e0 Merge pull request #291 from defunkt/indent-region
       new  e69a7e648e reimplement highlighting string interpolation
       new  7d004917d6 Add test for after right brace face
       new  a1706a852a Fix end position
       new  476f78cfea Merge pull request #293 from 
defunkt/reimplement-highlighting-string-interpolation
       new  172b388da0 Initial implement multiline regexp
       new  1736f47280 Merge pull request #294 from 
defunkt/support-multiline-regexp
       new  31fd811cdd Update Changes
       new  05b91a270e Bump up version
       new  63db8c4d57 Merge pull request #295 from defunkt/release-v0.5.9
       new  eb95275cdd Fix not specified link issue
       new  8943b62930 Update installation section
       new  a8a9f28ad9 Add newline for readability
       new  656c405629 Replace screenshot because link of old one is dead
       new  1e752eae21 Merge pull request #298 from defunkt/update-readme
       new  7b62750061 Add regression test for #299
       new  b9edadfb6e Don't care escaped slash
       new  dbe7f8d6e4 Merge pull request #300 from defunkt/issue-299
       new  84e0828df7 add regression test for #302
       new  c15075b50b Highlight correctly single quote in regexp literal
       new  cfa4482842 Merge pull request #303 from defunkt/issue-302
       new  1871db4129 Fix badges position
       new  240162be91 Add regression test for #304
       new  86c5649b41 Fix highlight class member if it contains underscore
       new  9f23eb1307 Merge pull request #305 from defunkt/issue-304
       new  89c23a7d35 Remove comment
       new  e4be85b9cf Bump up version and update Changes
       new  2c3d01d006 Improve English
       new  7436383a47 Fix byte-compile warnings for latest emacs
       new  6cd8f680d4 Merge pull request #308 from 
defunkt/fix-for-latest-version
       new  8ea99c8e4b Literal Javascript is highlighted as string
       new  d9f8661c9c add test for literal Javascript
       new  6c4d74af57 Merge pull request #310 from defunkt/literal-javascript
       new  ac25a8614f Revert "add test for literal Javascript"
       new  35dbef19e2 Revert "Literal Javascript is highlighted as string"
       new  f9bb3fbb8a Merge pull request #311 from defunkt/revert-310
       new  365813f7dd fix multiline input in coffee-send-region
       new  8df01e4dd0 Merge pull request #316 from cosmicexplorer/master
       new  df87b61db6 Specify minimum CoffeeScript version
       new  f79389c558 Merge pull request #317 from defunkt/update-requirement
       new  a534747305 Replace "\uFF00" with newline
       new  1abc6eadfa Merge pull request #318 from defunkt/improve-output
       new  b93922cb54 Fix missing backslash
       new  7c101403dd Add test for version comparison
       new  5f852ef809 Use version<= for version comparison
       new  1e577a90fe Merge pull request #321 from 
defunkt/fix-version-comparison
       new  3578259af1 Bump up version and update Changes
       new  442635b8a9 Implement python-mode like indentation
       new  47af80e42c Merge pull request #323 from defunkt/indent-like-python
       new  97aa12686f Add explanation of python-mode like indentation command
       new  76b4c45dc0 Use https schemes instead of http as possible
       new  e410058ba5 Add question equal assignment test
       new  a43667e56c Highlight left hand side of question equal assignment
       new  641c719c56 Merge pull request #326 from defunkt/question-equal
       new  09642fc33d Add unit test for toggling fatness of arrow function
       new  ee7e263aef Implement toggle fatness of arrow function
       new  a0499f6b0b Merge pull request #329 from 
defunkt/add-toggle-arrow-func
       new  8a7283c619 Switch from apt package to EVM
       new  850ce34c66 Bump up version and update Changes
       new  d19075264d update version variable
       new  c708882ba4 fix lambda regexp
       new  66582ce252 fix #332
       new  dd11503c56 Merge pull request #330 from 
cosmicexplorer/fix/lambda-regexp
       new  54e9083836 Add regression test for #330
       new  4fd652ce8b Merge pull request #334 from defunkt/add-test-330
       new  331f2a03b7 add defcustom to switch to compiled buffer
       new  fcc29f961d remove forward-line
       new  bdcbbe74ef Set '--no-header' option by default
       new  0dfb8223ad Merge branch 'pr-331'
       new  6fc6756f0d make coffee-dedent-line-backspace delete region
       new  6f0cb17dfc use use-region-p over mark-active for indentation
       new  183efd30d2 indent only multiples of the tab-width
       new  4c89449d21 Update test for prefixed indent commands
       new  7f4a04d641 Merge branch 'pr-335'
       new  1b938ba910 Merge pull request #333 from 
cosmicexplorer/fix/compile-region-timeout
       new  0d607b6ca8 move error output parsing to separate defun
       new  f87c4d68b2 make compilation of a buffer go to the first error
       new  10ac040de8 make sourcemap generation go to the first error
       new  224467585c Merge pull request #336 from 
cosmicexplorer/feat/goto-error-compile
       new  c727a8fc9c Fix filling of inline and multiline comments
       new  639a5f0f5e fix test failures
       new  374ac3306d add testing for #337
       new  c741811a96 Merge branch 'pr-337'
       new  36b039c4af Add "when" to coffee-indenters-bol
       new  4bb59ab863 Add : to coffee-indenters-eol
       new  be73eaaa3c Merge pull request #338 from ibrahima/patch-1
       new  601761fec0 Merge pull request #339 from ibrahima/patch-2
       new  4435ffb297 Add test for #338
       new  e96f8799b5 Add test for #339
       new  cb1e997c01 Update Copyright year
       new  2f2d60fe80 Use normal-auto-fill-function for not enabling 
auto-fill-mode
       new  583e087a4a Merge pull request #342 from defunkt/auto-fill-mode
       new  8715d8c0df Fix tests of auto-fill-mode
       new  f077ed3472 Send newline for ensuring compiling code
       new  14cd13809e Merge pull request #343 from defunkt/compile-region
       new  2defd54de4 Remove needless attribute
       new  612c50083b Use 'repeat' instead of 'list' type
       new  1d8c8b0fc6 Fix malformed Commentary header and remove redundant 
"for Emacs"
       new  40a48c47b4 Merge pull request #344 from purcell/patch-1
       new  d12b168847 Merge pull request #345 from defunkt/attributes
       new  adfb7ae73d Bump up version and update Changes
       new  216b0c0a2b Support compiling file command on tramp
       new  a666d77700 Merge pull request #348 from defunkt/compile-file-tramp
       new  7b1091e9fd Implement live compiling mode
       new  0c77a2234d Update document for live compiling mode
       new  e1331a2b1f Merge pull request #349 from defunkt/live-compile-mode
       new  f04ad61b10 Fix test
       new  c3ffd9453d Merge pull request #351 from defunkt/fix-test
       new  6cd6df829a Add unit test for issue #350
       new  df18f3d309 Fix indentation after oneline if/while/when line
       new  5b070add25 Merge pull request #352 from defunkt/issue-350
       new  4f90251fc8 Use looking-at-p instead of looking-at as possible
       new  bd4b1bea9c Don't set syntax-table entry in coffee-mode
       new  d0223a4e85 Merge pull request #353 from defunkt/refactoring
       new  3ca2b7fb3b Replace set-auto-mode with custom function
       new  6c8a764b9e Merge pull request #356 from marsam/master
       new  026222983a Add documentation about newline command
       new  dddb1adcc9 Drop Emacs 24.1 and 24.2 support
       new  a7c052eb2f Update document
       new  d7d554cbf4 Merge pull request #358 from defunkt/drop-old-support
       new  231eccd8cf Remove needless provide statement
       new  d29f09182f `package` is a reserved word in coffeescript
       new  4222282ff2 Constants and keywords should take precedence over 
assignment
       new  04023ce0cf Merge pull request #360 from Wilfred/keyword_highlighting
       new  ea6dc5fb2b Update test
       new  82baaa2bc1 Don't highlight string interpolation in comments.
       new  a4d07f123e Merge pull request #361 from 
Wilfred/interpolation_in_comments
       new  4b7117de7f Add test of string interporation in comment
       new  86ab8aae86 Improve Makefile for testing macOS
       new  405f33151d invalidate block-comment start after ####
       new  59b07cc0a7 '=' should be not part of a symbol.
       new  dd580b2ee7 Operators should be not part of a symbol.
       new  a2bf41de9b Highlight "as" and "from" as keywords
       new  7bc3dbf351 Merge pull request #370 from AdamNiederer/patch-1
       new  7d2c4d4001 Merge pull request #368 from kuanyui/master
       new  35a41c7d82 Merge pull request #363 from 
millerjs/fix-multiline-comments




reply via email to

[Prev in Thread] Current Thread [Next in Thread]