branch: elpa/nasm-mode
commit e950dca345d759fad708ffa7d610aa226c5fa1e9
Author: Christopher Wellons
Commit: Christopher Wellons
Use work boundary in smart indentation.
---
nasm-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nasm-mode.el b/nasm-mode.el
index 44552
branch: elpa/nasm-mode
commit ac9ce5db1cded1795c42f7d7f09ff8ba500d54d9
Author: Christopher Wellons
Commit: Christopher Wellons
Require imenu (to ensure automatic buffer-local).
---
nasm-mode.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/nasm-mode.el b/nasm-mode.el
index 8516f25..
branch: elpa/nasm-mode
commit b2469e0c6233e2421ddd7ff6dec3cc9433e84c87
Author: Christopher Wellons
Commit: Christopher Wellons
Add context-sensitive comment handling.
---
nasm-mode.el | 76 +++-
1 file changed, 75 insertions(+), 1 dele
branch: elpa/nasm-mode
commit 10f775e977fb6e8f3bc0cf1f8cc18f46b8529b23
Author: Christopher Wellons
Commit: Christopher Wellons
Update instruction listing, since some were missing.
Grabbing names from tokhash.c instead of insnsn.c.
---
nasm-mode.el | 588
branch: elpa/julia-mode
commit 64d86a45871898d9915b9e23d82f46e175b20223
Author: Philip Woods
Commit: Yichao Yu
Added customization options
---
julia-mode.el | 28
1 file changed, 20 insertions(+), 8 deletions(-)
diff --git a/julia-mode.el b/julia-mode.el
index
branch: elpa/nasm-mode
commit e53433c3a5f4a5680e3734014c3954831dd85df6
Author: Christopher Wellons
Commit: Christopher Wellons
Better label font lock matching.
---
nasm-mode.el | 7 ---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/nasm-mode.el b/nasm-mode.el
index 39eef
branch: elpa/julia-mode
commit 892beb166ab77360fd758d4d7446540218eed4e0
Author: Dan Schmidt
Commit: Yichao Yu
Fix #12528
---
julia-mode.el | 10 ++
1 file changed, 10 insertions(+)
diff --git a/julia-mode.el b/julia-mode.el
index 8a779d7..abab7fc 100644
--- a/julia-mode.el
+++ b/ju
branch: elpa/julia-mode
commit 4afb7be6227c9ac6e1566cf3febf8323c87c9df0
Author: Viral B. Shah
Commit: Yichao Yu
Update mailmap.
---
.mailmap | 46 ++
1 file changed, 46 insertions(+)
diff --git a/.mailmap b/.mailmap
index 1ad0a33..3276094 100644
branch: elpa/nasm-mode
commit e8ca8b9ae1e91e74d46ae06fac8e5df717d71ed3
Author: Christopher Wellons
Commit: Christopher Wellons
Make comment-start local.
---
nasm-mode.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/nasm-mode.el b/nasm-mode.el
index 2be68ac..ab5ff32 100644
--- a/nasm-
branch: elpa/nasm-mode
commit 3da1454011dec5cca411712714ab317ebd15abe0
Author: Christopher Wellons
Commit: Christopher Wellons
Add a docstring to nasm-mode.
---
nasm-mode.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/nasm-mode.el b/nasm-mode.el
index 0a21da5..b5aeebd 100644
--- a/n
branch: elpa/julia-mode
commit 8ab2a60e8bf85df8e876ed06fae71521e142c5af
Author: Dan Schmidt
Commit: Yichao Yu
julia-paren-indent skips blanks after paren
---
julia-mode.el | 10 +++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/julia-mode.el b/julia-mode.el
index 31c2
branch: elpa/julia-mode
commit e7c85504daf3b681ee5093802f103f1baf20b113
Author: Marten Lienen
Commit: Yichao Yu
Bind indent offset to its standard value for tests
---
julia-mode.el | 11 ++-
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/julia-mode.el b/julia-mode.el
branch: elpa/nasm-mode
commit 415595943dc8ed4f118e16501f05ab717f7abb3d
Author: Christopher Wellons
Commit: Christopher Wellons
Remove stray newline.
---
nasm-mode.el | 1 -
1 file changed, 1 deletion(-)
diff --git a/nasm-mode.el b/nasm-mode.el
index a58cdf8..60b6526 100644
--- a/nasm-mode.
branch: elpa/nasm-mode
commit af3d9352a678eac61961f795dae158d9085353d3
Author: Charlie Green
Commit: Christopher Wellons
Allow directive names as labels (font-locking)
---
nasm-mode.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/nasm-mode.el b/nasm-mode.el
index
branch: elpa/nasm-mode
commit 7131afbcc18cc4fc0845dc763169575195a9f01d
Author: Christopher Wellons
Commit: Christopher Wellons
Change nasm-use-tabs to nasm-after-mnemonic-whitespace
Instead of nil and t, it accepts :tab, :space, or nil.
---
nasm-mode.el | 17 -
1 fi
branch: elpa/julia-mode
commit 1f254f80ed5273ee33245fc4915c02ed43a19d35
Author: Tamas K. Papp
Commit: Tamas K. Papp
Fix indentation for anonymous functions.
This should fix issue #10. The problem was that when the indentation
algorithm traversed forms with `function(args...)`, a
branch: elpa/nasm-mode
commit a715d4e33cc0ed512d5a66b2a2257bd46c746151
Author: Christopher Wellons
Commit: Christopher Wellons
Use sharp quote in call-interactively.
---
nasm-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nasm-mode.el b/nasm-mode.el
index 60b652
branch: elpa/julia-mode
commit 0583ee35315813cfb4a3148913deb5da426ebb93
Author: Stefan Karpinski
Commit: Yichao Yu
String was renamed to AbstractString, replace everywhere
---
julia-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/julia-mode.el b/julia-mode.el
ind
branch: elpa/julia-mode
commit a82e6299bac675e6d006409febf7e2f138897bce
Author: justbur
Commit: Yichao Yu
julia-mode: Indent manually inside strings with \n
Don't try to automatically indent when inside strings with newline
characters. We don't want to add indentation where it i
branch: elpa/julia-mode
commit 2486d1ec31bcb089c545a15b4edd05ba2a47a589
Author: Yichao Yu
Commit: Yichao Yu
Replace {UTF8,ASCII,Byte}String with String
---
julia-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/julia-mode.el b/julia-mode.el
index e9a2c0c..abc7c4e
branch: elpa/nasm-mode
commit 9f05280af75edfb9e37a9c53b88d716c4731eac6
Author: Christopher Wellons
Commit: Christopher Wellons
Adjust package description.
---
nasm-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nasm-mode.el b/nasm-mode.el
index 053cda9..6c7448d
branch: elpa/julia-mode
commit 0df9ca44c4ba888341801ea00bec6e83ab6b208b
Author: justbur
Commit: Yichao Yu
julia-mode: Indentation performance improvements
These focus on the block indentation algorithm, and basically remove
unnecessary checks.
1. If we jump out of any
branch: elpa/nginx-mode
commit 3d193f7e5c1459b1d07b429d5c717a80d8cbdfd5
Author: Andrew J Cosgriff
Commit: Andrew J Cosgriff
* nginx-mode.el: fix to use md-readme to generate a handy README.md file
(see http://jugglingbits.wordpress.com/2009/11/14/announcing-md-readme/ )
---
README
branch: elpa/nasm-mode
commit e641c8ae56ed65717905a5b06d9acee2c9afe7cb
Author: Christopher Wellons
Commit: Christopher Wellons
Flesh out a little more commentary.
---
README.md| 6 +++---
nasm-mode.el | 7 +++
2 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/README.md
branch: elpa/nginx-mode
commit 72e1ea5ad51103c9fe3cae731f3205c21ac90bee
Author: Andrew J Cosgriff
Commit: Andrew J Cosgriff
Remove font-lock-pseudo-keyword-face. I can't think of anything else to
highlight semicolons with, and really, it doesn't matter that much anyway.
Fixes #5.
---
ngin
branch: elpa/julia-mode
commit 0e3217f3167435bee27dfdb0c68fa5e5703ed919
Author: Yichao Yu
Commit: Yichao Yu
Enable travis on emacs23, emacs24, emacs-snapshot.
---
.travis.yml | 46 ++
1 file changed, 46 insertions(+)
diff --git a/.travis.yml b/.t
branch: elpa/julia-mode
commit 5812bc37524ca3e5f07a9e83bfeeeb25fb0fd4f9
Author: Tamas K. Papp
Commit: Tamas K. Papp
Added tests for parentheses following keywords.
Since the previous commit fixes #27 too.
---
julia-mode-tests.el | 21 +
1 file changed, 21 insert
branch: elpa/julia-mode
commit 362be602b17412aefe9dca1d68b9ded3121ef025
Merge: 7b1d3fb 6add61b
Author: Yichao Yu
Commit: GitHub
Merge pull request #26 from JeffBezanson/master
fix indenting after commented `end`
---
julia-mode-tests.el | 14 ++
julia-mode.el | 3
branch: elpa/nasm-mode
commit 42ee760456bbd5afbb2e8ed2bf119bf4c48ffc86
Author: chapui_s
Commit: chapui_s
Allow to change faces used by nasm-mode
- Remove -face suffix
Conflicts:
nasm-mode.el
---
nasm-mode.el | 62 +++--
branch: elpa/julia-mode
commit e4b34286bc8ec3006a24ece6a1280ede943eb6e1
Author: Yichao Yu
Commit: Yichao Yu
Remove test branch in travis, add README
---
.travis.yml | 1 -
README.md | 12
2 files changed, 12 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.ym
branch: elpa/nginx-mode
commit 06fe7300712ee20dd7c205dd3c3d68ee5ec98c89
Author: Andrew J Cosgriff
Commit: Andrew J Cosgriff
add some auto-mode-alist magic. Fixes #6.
---
nginx-mode.el | 8 ++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/nginx-mode.el b/nginx-mode.el
i
branch: elpa/nasm-mode
commit 2259c7d698afaf49d4a8d490f980707e2d479a4d
Author: Christopher Wellons
Commit: Christopher Wellons
Properly distinguish word and symbol constituents.
Using backward-kill-word was behaving inconsistently with other modes.
Characters like _ should be sy
branch: elpa/julia-mode
commit 04b97c4095e7efc0d1bee9feee66b6ca2f2cc68c
Merge: 9067194 e22219f
Author: Yichao Yu
Commit: GitHub
Merge pull request #37 from tpapp/fix-backslash
Fix backslash character class.
---
julia-mode-tests.el | 17 +
julia-mode.el | 1 +
branch: elpa/nasm-mode
commit d95a12d3caaf1decf4d3bd39ac8559098e7227aa
Author: Christopher Wellons
Commit: Christopher Wellons
Add section name highlighting back.
---
nasm-mode.el | 12 +++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/nasm-mode.el b/nasm-mode.el
in
branch: elpa/nginx-mode
commit 8a296e30b01adbc40d1aa9ccde369a972ac5ceab
Merge: 81766b7 bb5d84b
Author: Andrew J. Cosgriff
Commit: Andrew J. Cosgriff
Merge pull request #11 from chillum/master
fixed auto-mode-alist
---
README.md | 15 +++
nginx-mode.el | 6 +++---
2
branch: elpa/julia-mode
commit c4a75b43e0af254fa6b62142d7184400e728cc7d
Author: Rafael Fourquet
Commit: Rafael Fourquet
update short function syntax w.r.t. spaces
Spaces are not allowed anymore between function name and parameter list.
---
julia-mode.el | 2 --
1 file changed, 2 de
branch: elpa/julia-mode
commit 9f990bb73542e2326eff0535d54a0c1aa8a5951a
Author: Jamie Brandon
Commit: GitHub
Handle string escapes
[Before](https://i.imgur.com/j7UsXNd.png)
[After](https://i.imgur.com/BApO2QS.png)
---
julia-mode.el | 2 +-
1 file changed, 1 insertion(+), 1
branch: elpa/nginx-mode
commit 88da7a78098c0a439942a91bfdc7e0543687725e
Author: Yasuyuki Oka
Commit: Yasuyuki Oka
Set auto-mode-alist at top-level and Add autoload cookie
---
nginx-mode.el | 9 +
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/nginx-mode.el b/nginx-mod
branch: elpa/nginx-mode
commit a04cef3a07d235eb03bd944fe6923664493896ee
Author: Andrew J. Cosgriff
Commit: GitHub
Update README.md
- add a MELPA link
- make the GPL version in the README match the one in the code :facepalm:
---
README.md | 4 +++-
1 file changed, 3 insertions(+
branch: elpa/julia-mode
commit 2ef6992125a85674532a1e37dacd5c60bee4feeb
Author: Tamas K. Papp
Commit: Yichao Yu
Fixed import export etc indentation at start of buffer. (#47)
Previously julia-mode would indent these keywords at the start of the
buffer, because the code had an err
branch: elpa/julia-mode
commit 8818ede7e1bb7d7ab6ce4b5fca6d3c235e21293e
Author: Jeff Bezanson
Commit: Jeff Bezanson
fix ignoring of keywords inside comments
This was part of the fix for
https://github.com/JuliaLang/julia/issues/15461, but I just noticed that it
doesn't work due to
branch: elpa/julia-mode
commit 68181e67ffc47a61008ffc091d56b519254e7fc6
Author: Éric Thiébaut
Commit: Éric Thiébaut
Replace IntSet by BitSet
---
julia-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/julia-mode.el b/julia-mode.el
index 7c0916e..3405832 100644
---
branch: elpa/julia-mode
commit 47d2fb0a28f82ffb3a4fe451299b8e3c095f7bd1
Merge: 2ef6992 0f064b7
Author: Yichao Yu
Commit: GitHub
Merge pull request #51 from non-Jedi/arg-list
Allow user to set multiple arguments to inferior julia
---
julia-mode.el | 7 ---
1 file changed, 4 inse
branch: elpa/nginx-mode
commit c13fa624f47f216d3f612ed656c46016916ecfdd
Merge: a04cef3 f33abe7
Author: Andrew J. Cosgriff
Commit: GitHub
Merge pull request #15 from zonuexe/feature/comment-syntax-table
Use syntax table instead of font-lock regexp
---
nginx-mode.el | 20 +++-
branch: elpa/nasm-mode
commit e7fa960f03619e9420e4321397d71d0005d19f34
Author: Luke Lazurite
Commit: Luke Lazurite
make indent-line-function local
Signed-off-by: Luke Lazurite
---
nasm-mode.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/nasm-mode.el b/nasm-mode.el
index df
branch: elpa/julia-mode
commit 117b791810753a7a5aed4d348d78da6c632ada06
Author: Éric Thiébaut
Commit: Éric Thiébaut
Replace `Associative` by `AbstractDict` (thanks to @tpapp)
---
julia-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/julia-mode.el b/julia-mode.el
branch: elpa/nginx-mode
commit 47aaf2c9a0beb0a530430b9c12ec148af6a2bd88
Author: Matus Goljer
Commit: GitHub
Remove `run-hook`, it is run automatically.
Hi.
When using `define-derived-mode` one doesn't need (and shouldn't) use
`run-hook` because the macro adds the form `run
branch: elpa/julia-mode
commit dc219787b7576d90341470e69b2f3dbf2ef1836a
Merge: 6a0f756 10b0eff
Author: Yichao Yu
Commit: GitHub
Merge pull request #63 from nverno/movement-functions
beginning/end of defun functions
---
julia-mode-tests.el | 219 +
branch: elpa/nasm-mode
commit d990ed94d902b74a5c834fb567e03307607cee45
Author: Christopher Wellons
Commit: Christopher Wellons
Bump to 1.1.1.
---
nasm-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nasm-mode.el b/nasm-mode.el
index ab5ff32..3081081 100644
--- a/
branch: elpa/nasm-mode
commit c3f5475c2f4bd930411b6d716765d094b36ce219
Author: Christopher Wellons
Commit: Christopher Wellons
Bump to 1.1.0.
---
nasm-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nasm-mode.el b/nasm-mode.el
index a7003f2..df11b53 100644
--- a/
branch: elpa/nginx-mode
commit a3ea62939516a24abd1e4efb6194bbcc5981502f
Merge: 9e25e1f 95cb916
Author: Andrew J. Cosgriff
Commit: GitHub
Merge pull request #17 from joewreschnig/magic-fallback-mode
Add top-level Nginx configuration blocks to magic-fallback-mode-alist.
---
nginx-mod
branch: elpa/julia-mode
commit 61e22f681fa2c0984112f1ee17cf861b37d544e4
Merge: addd3d4 864e124
Author: Tamas K. Papp
Commit: GitHub
Merge pull request #90 from tpapp/tp/add-melpa-badge
Add MELPA badge, clarify installation.
---
README.md | 15 +--
1 file changed, 13 ins
branch: elpa/julia-mode
commit 999569b5886c4a668a446058a786d9bc37fb0a96
Author: Adam Beckmeyer
Commit: Adam Beckmeyer
Update substitutions to include emoji
---
julia-latexsubs.el | 839 +++-
make-julia-latexsubs.jl | 4 +-
2 files changed,
branch: elpa/julia-mode
commit 10b0eff520eab0248b3687be3b4125dd743c47cf
Author: nverno
Commit: nverno
beginning/end of defun functions
---
julia-mode-tests.el | 219
julia-mode.el | 135 ++--
2 files chan
branch: elpa/julia-mode
commit 1b8682b312be3d4333f219f7587211cf2138a36b
Author: Tamas K. Papp
Commit: Tamas K. Papp
fix travis setup
---
.travis.yml | 10 +-
1 file changed, 1 insertion(+), 9 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index a542264..dd2bfde 100644
--- a/.t
branch: elpa/nasm-mode
commit 51108863a38567c7e2e6d65490f2acf7ec044a61
Author: Christopher Wellons
Commit: Christopher Wellons
Add type specification to nasm-basic-offset
---
nasm-mode.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/nasm-mode.el b/nasm-mode.el
index 66a0938..db6c081
branch: elpa/nasm-mode
commit 96a06c05cc45f68c41da7e966f3aac6bc5950ad3
Author: Lassi Kortela
Commit: Lassi Kortela
Support M-; (comment-dwim function)
---
nasm-mode.el | 11 +++
1 file changed, 11 insertions(+)
diff --git a/nasm-mode.el b/nasm-mode.el
index db6c081..af5f08f 100644
branch: elpa/julia-mode
commit 344e6c2a32b528eef87165ac32151990193a70f1
Merge: 47d2fb0 b66f8a4
Author: Yichao Yu
Commit: GitHub
Merge pull request #42 from antoine-levitt/math-insert
Insertion of math symbols in julia using auctex's mechanism
---
julia-mode.el | 22
branch: elpa/nginx-mode
commit f8f576915d1179463209a21443ebaa71eb07cb70
Author: Pedro de Carvalho
Commit: Pedro de Carvalho
Update Readme with an example
added a line on how to load all files in a directory with nginx-mode.
---
README.md | 8 ++--
1 file changed, 6 insertions(+
branch: elpa/julia-mode
commit 46d2469c40cfeeec27904116cfc22ceb1461
Merge: 04b97c4 c4a75b4
Author: Yichao Yu
Commit: GitHub
Merge pull request #39 from rfourquet/rf/where
add support for `where` keyword
---
julia-mode-tests.el | 26 +++---
julia-mode.el
branch: elpa/nginx-mode
commit b5c78991f282773543181187ed51813f26ccdba2
Merge: 06fe730 5d0738a
Author: Andrew J. Cosgriff
Commit: Andrew J. Cosgriff
Merge pull request #7 from yasuyk/remove-duplicated-provide-form
Remove duplicated provide form
---
nginx-mode.el | 2 --
1 file chan
branch: elpa/nginx-mode
commit 6fd3933a9aa4911f7c9e594a132819470f2ed02c
Author: Andrew J. Cosgriff
Commit: Andrew J. Cosgriff
Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 5df9502..d38f7c9 100644
--- a/README.m
branch: elpa/julia-mode
commit b66f8a44e9e6bc5e0093d4fd6160646ae5dd2108
Author: Antoine Levitt
Commit: Antoine Levitt
Insertion of math symbols in julia using auctex's mechanism
---
julia-mode.el | 22 ++
1 file changed, 22 insertions(+)
diff --git a/julia-mode.el b/jul
branch: elpa/julia-mode
commit a31868dc3934c60275830a31a6962835dbf5d973
Author: Adam Beckmeyer
Commit: Adam Beckmeyer
font-lock ccall as a builtin
Closes #125
---
julia-mode-tests.el | 6 ++
julia-mode.el | 3 ++-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --gi
branch: elpa/nginx-mode
commit 81766b7f72c872aa4bda46b75e5f369f0edec52a
Author: Andrew J Cosgriff
Commit: Andrew J Cosgriff
version increase
---
nginx-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nginx-mode.el b/nginx-mode.el
index 83d8619..8195a00 100644
---
branch: elpa/julia-mode
commit db84928742b3e4189dcc81997e4a3cad3eac7b68
Merge: 1eacdc6 999569b
Author: Yichao Yu
Commit: GitHub
Merge pull request #74 from non-Jedi/emoji
Update substitutions to include emoji
---
julia-latexsubs.el | 839 +++
branch: elpa/julia-mode
commit b800403fada2b83bc98d6006cfd370e0cfd7876f
Author: Adam B
Commit: GitHub
Font lock tweaks (#102)
* Remove unused type-parameter regex
This regex was designed to operate on type parameters (e.g. Vector{T}
has T as a type parameter) to fontify
branch: elpa/nasm-mode
commit 3d4786baacafc964e60d80aca150a5ce0a59af31
Author: Christopher Wellons
Commit: Christopher Wellons
Add ELPA header.
---
nasm-mode.el | 5 +
1 file changed, 5 insertions(+)
diff --git a/nasm-mode.el b/nasm-mode.el
index bd736a1..5f46617 100644
--- a/nasm-mode
branch: elpa/julia-mode
commit 7de3b0c79722d77820bf891fbfe581cc1d2ae63e
Author: Tamas K. Papp
Commit: GitHub
Remove highlighting for :: and <:. (#112)
Removing this appears to be innocuous (ie nothing is changed). Fixes #53.
---
julia-mode.el | 3 ---
1 file changed, 3 deletions(-)
branch: elpa/nasm-mode
commit b595921533e91041f825cd90a27f2cf41556ae42
Author: Christopher Wellons
Commit: Christopher Wellons
Add nasm-colon key binding.
---
nasm-mode.el | 12
1 file changed, 12 insertions(+)
diff --git a/nasm-mode.el b/nasm-mode.el
index af3e9fa..0a21da5 10
branch: elpa/nasm-mode
commit 3af81f6ecefeebb36c4de27339260224d2ab4005
Author: Christopher Wellons
Commit: Christopher Wellons
Require colons on labels.
---
nasm-mode.el | 24
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/nasm-mode.el b/nasm-mode.e
branch: elpa/julia-mode
commit 1c122f1dff8dd2674245b2ce5e43b62504864bfd
Author: Tamas K. Papp
Commit: GitHub
Fix multiple type face highlighting. Add tests. (#110)
---
julia-mode-tests.el | 8
julia-mode.el | 2 +-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a
branch: elpa/nasm-mode
commit 9e8e7c957bbcfcb824a03e0c3b89e5997cd1bc4c
Author: Christopher Wellons
Commit: Christopher Wellons
Add constant syntax highlighting.
---
nasm-mode.el | 9 +++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/nasm-mode.el b/nasm-mode.el
index d6
branch: elpa/nasm-mode
commit f357905d5cf8312fea1b7f4cf700a1fff6347d18
Author: Christopher Wellons
Commit: Christopher Wellons
Fix up README.
---
README.md | 9 +
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index b51dfc9..f202ca4 100644
--- a/
branch: elpa/julia-mode
commit 023df2435b764179469b82363877f6c334b7648a
Author: Tamas K. Papp
Commit: Tamas K. Papp
add latest PR to changelog
---
CHANGELOG.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 231ef2a..3178b63 100644
--- a/CHANGELOG.md
branch: elpa/nasm-mode
commit f62c103deb22c306b559089c2ef178f3fe1fe69c
Author: chapui_s
Commit: chapui_s
Add preprocessor directives:
- Structures
- NASM Version
- Date
- few others
---
nasm-mode.el | 8 +++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git
branch: elpa/julia-mode
commit 9dcabbcc3e33d6c75ab0512bb18c617b58deb35b
Author: Ronan Arraes Jardim Chagas
Commit: Ronan Arraes Jardim Chagas
Simplify the logic to find the end of last block
---
julia-mode.el | 5 +
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/julia-mode
branch: elpa/nasm-mode
commit 832caadfcf23ea7e6a62b871726435f9c34e431e
Author: Charlie Green
Commit: Christopher Wellons
Make semicolons behave when typed into strings
---
nasm-mode.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/nasm-mode.el b/nasm-mode.el
index
branch: elpa/nasm-mode
commit 213331eb1caa15f2bd12b083815af89581316537
Author: Christopher Wellons
Commit: Christopher Wellons
Oops, bump version number.
---
nasm-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nasm-mode.el b/nasm-mode.el
index 79e44ec..f48407d 1
branch: elpa/julia-mode
commit c45c786bfc217235b9546b40392310e7f9eb7068
Author: Ronan Arraes Jardim Chagas
Commit: Ronan Arraes Jardim Chagas
Add more tests
---
julia-mode-tests.el | 11 ++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/julia-mode-tests.el b/julia-mo
branch: elpa/nasm-mode
commit 2940e4f21ce1e29093bb17aaefba1e343cc331f0
Author: Christopher Wellons
Commit: Christopher Wellons
Run all regexp-opt at compile time (faster loads).
---
nasm-mode.el | 22 +++---
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/nas
branch: elpa/nginx-mode
commit 99d5eeae470fc404a3e11663792a070e133f00c3
Author: Andrew J Cosgriff
Commit: Andrew J Cosgriff
mention where you can find it
---
nginx-mode.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/nginx-mode.el b/nginx-mode.el
index b8998c3..4fed8b0 100644
--- a
branch: elpa/julia-mode
commit 796ddfd03454fbe5e8fb8abe1ffce2b5d29c9b8e
Author: Adam Beckmeyer
Commit: Adam Beckmeyer
Apply proper syntax to triple-quoted cmds
Previously they were being syntax-propertized as 3 single-quoted
cmds.
---
julia-mode-tests.el | 49 ++
branch: elpa/nasm-mode
commit 02c2450e6b47b109199ccf4e07ec88288de3a88b
Author: Christopher Wellons
Commit: Christopher Wellons
Assume things that start with dot are labels.
---
nasm-mode.el | 8 +++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/nasm-mode.el b/nasm-mode.e
branch: elpa/julia-mode
commit 505d71b0fd311ef2ad86a708af33dae3ed7c20e9
Author: Adam Beckmeyer
Commit: Adam Beckmeyer
Add all problemmatic strings from issue #15 to tests
Closes #15
---
julia-mode-tests.el | 9 +
1 file changed, 9 insertions(+)
diff --git a/julia-mode-test
branch: elpa/nasm-mode
commit 8ce1831316cad68b617c087d3792407d2742c4c9
Author: Charlie Green
Commit: Christopher Wellons
Use nasm-basic-offset instead of a literal 8
---
nasm-mode.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/nasm-mode.el b/nasm-mode.el
index 97
branch: elpa/julia-mode
commit 549a7b4587bcb4c196ae83e0c5eeeb5fb50a2e26
Author: Adam Beckmeyer
Commit: Adam Beckmeyer
Remove C_NULL from constants and add Cvoid
C_NULL is the only highlighted constant exported from Base. In a
baremodule, it is undefined (and therefore can't be a
branch: elpa/nginx-mode
commit 79e1c5bfb73dcaa11ef10dec72bd649641a23484
Author: Andrew J Cosgriff
Commit: Andrew J Cosgriff
hrm. maybe highlighting parens and curly braces wasn't such a good idea (my
eyes!)
---
nginx-mode.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --
branch: elpa/nginx-mode
commit 5990ae95fa328cfef1fb23e713bc3b8ab886d4a2
Author: Vasily Korytov
Commit: Vasily Korytov
more docs
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 068cf1c..ee68dc9 100644
--- a/README.md
+++ b/REA
elpasync pushed a change to branch elpa/prop-menu.
at 50b102c Merge pull request #2 from david-christiansen/travis
This branch includes the following new commits:
new 01ae5d4 Initial commit
new 67db928 Increase the range of compatible Emacsen
new 65df241
branch: elpa/nginx-mode
commit 9e25e1f696087c412a45fe004b98b9345f610767
Author: Andrew J Cosgriff
Commit: Andrew J Cosgriff
version bump
---
nginx-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nginx-mode.el b/nginx-mode.el
index b038532..03ec64f 100644
--- a/ng
branch: elpa/julia-mode
commit 6e9e60b2c75b68d379428a45b129c86de0967a2e
Author: Adam B
Commit: GitHub
Fix forloop matching on == instead of = (#105)
Fix #104
---
julia-mode-tests.el | 8 +++-
julia-mode.el | 9 +++--
2 files changed, 14 insertions(+), 3 deletions(-)
branch: elpa/julia-mode
commit 5cccdbd064395191cbc18107653f498bc4bab616
Author: Volker-Weissmann <39418860+volker-weissm...@users.noreply.github.com>
Commit: GitHub
Fixed installation documentation (#147)
* Fixed installation documentation
* Update README.md
Co-auth
branch: elpa/prop-menu
commit 01ae5d470dd160654cb6506112a0a657fe5d9d34
Author: David Raymond Christiansen
Commit: David Raymond Christiansen
Initial commit
---
.gitignore | 1 +
README.org | 27 +++
prop-menu.el | 110 ++
branch: elpa/julia-mode
commit a1ba9a03a4b18a0d9536753efee623ab7afca596
Author: Antti Halme
Commit: GitHub
add logo, README tweaks, add section on testing (#163)
---
README.md | 54 ++
logo.png | Bin 0 -> 9610 bytes
2 files changed, 38
branch: elpa/prop-menu
commit 632ac43b7bc3acd8aade1b1487ca31702b4118c5
Author: David Raymond Christiansen
Commit: David Raymond Christiansen
Execute property-getting functions with point at click location
---
prop-menu.el | 20 +---
1 file changed, 13 insertions(+), 7 deleti
branch: elpa/prop-menu
commit 2b0de81cdebab563a053026056b558bebfd98bce
Author: David Raymond Christiansen
Commit: David Raymond Christiansen
Get properties from correct window on click
Now, text properties for the mouse menu are computed for the correct
window when clicking. Pre
branch: elpa/julia-mode
commit b295e36721718ceef309d9eaaf968925b31d7045
Merge: a4eeb6c 13a3c53
Author: Tamas K. Papp
Commit: GitHub
Merge pull request #133 from non-Jedi/triple-quote-cmd
Apply proper syntax to triple-quoted cmds
---
julia-mode-tests.el | 58
branch: elpa/julia-mode
commit e10a730f7023fd4980da6f9e88623949d3a5f821
Author: Viral Shah
Commit: Yichao Yu
FFT of real vectors as well
Replace "lapackfn_" with :lapackfn_ in blas/lapack macros
This does not work for cases like @foo :x :y. Those cases are not changed.
---
julia-mod
branch: elpa/prop-menu
commit 1edda80e2e32b72e77f4f16ae5b83c312c68ee95
Author: David Raymond Christiansen
Commit: David Raymond Christiansen
Version bump
---
prop-menu.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/prop-menu.el b/prop-menu.el
index 32220fc..92773
101 - 200 of 2568 matches
Mail list logo