[nongnu] elpa/nasm-mode e950dca 06/67: Use work boundary in smart indentation.

2021-08-29 Thread ELPA Syncer
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

[nongnu] elpa/nasm-mode ac9ce5d 18/67: Require imenu (to ensure automatic buffer-local).

2021-08-29 Thread ELPA Syncer
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..

[nongnu] elpa/nasm-mode b2469e0 33/67: Add context-sensitive comment handling.

2021-08-29 Thread ELPA Syncer
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

[nongnu] elpa/nasm-mode 10f775e 28/67: Update instruction listing, since some were missing.

2021-08-29 Thread ELPA Syncer
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

[nongnu] elpa/julia-mode 64d86a4 215/352: Added customization options

2021-08-29 Thread ELPA Syncer
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

[nongnu] elpa/nasm-mode e53433c 10/67: Better label font lock matching.

2021-08-29 Thread ELPA Syncer
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

[nongnu] elpa/julia-mode 892beb1 231/352: Fix #12528

2021-08-29 Thread ELPA Syncer
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

[nongnu] elpa/julia-mode 4afb7be 229/352: Update mailmap.

2021-08-29 Thread ELPA Syncer
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

[nongnu] elpa/nasm-mode e8ca8b9 50/67: Make comment-start local.

2021-08-29 Thread ELPA Syncer
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-

[nongnu] elpa/nasm-mode 3da1454 12/67: Add a docstring to nasm-mode.

2021-08-29 Thread ELPA Syncer
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

[nongnu] elpa/julia-mode 8ab2a60 222/352: julia-paren-indent skips blanks after paren

2021-08-29 Thread ELPA Syncer
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

[nongnu] elpa/julia-mode e7c8550 228/352: Bind indent offset to its standard value for tests

2021-08-29 Thread ELPA Syncer
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

[nongnu] elpa/nasm-mode 4155959 21/67: Remove stray newline.

2021-08-29 Thread ELPA Syncer
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.

[nongnu] elpa/nasm-mode af3d935 61/67: Allow directive names as labels (font-locking)

2021-08-29 Thread ELPA Syncer
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

[nongnu] elpa/nasm-mode 7131afb 63/67: Change nasm-use-tabs to nasm-after-mnemonic-whitespace

2021-08-29 Thread ELPA Syncer
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

[nongnu] elpa/julia-mode 1f254f8 260/352: Fix indentation for anonymous functions.

2021-08-29 Thread ELPA Syncer
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

[nongnu] elpa/nasm-mode a715d4e 22/67: Use sharp quote in call-interactively.

2021-08-29 Thread ELPA Syncer
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

[nongnu] elpa/julia-mode 0583ee3 232/352: String was renamed to AbstractString, replace everywhere

2021-08-29 Thread ELPA Syncer
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

[nongnu] elpa/julia-mode a82e629 239/352: julia-mode: Indent manually inside strings with \n

2021-08-29 Thread ELPA Syncer
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

[nongnu] elpa/julia-mode 2486d1e 247/352: Replace {UTF8, ASCII, Byte}String with String

2021-08-29 Thread ELPA Syncer
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

[nongnu] elpa/nasm-mode 9f05280 23/67: Adjust package description.

2021-08-29 Thread ELPA Syncer
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

[nongnu] elpa/julia-mode 0df9ca4 240/352: julia-mode: Indentation performance improvements

2021-08-29 Thread ELPA Syncer
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

[nongnu] elpa/nginx-mode 3d193f7 05/34: * nginx-mode.el: fix to use md-readme to generate a handy README.md file

2021-08-29 Thread ELPA Syncer
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

[nongnu] elpa/nasm-mode e641c8a 24/67: Flesh out a little more commentary.

2021-08-29 Thread ELPA Syncer
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

[nongnu] elpa/nginx-mode 72e1ea5 09/34: 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.

2021-08-29 Thread ELPA Syncer
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

[nongnu] elpa/julia-mode 0e3217f 243/352: Enable travis on emacs23, emacs24, emacs-snapshot.

2021-08-29 Thread ELPA Syncer
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

[nongnu] elpa/julia-mode 5812bc3 261/352: Added tests for parentheses following keywords.

2021-08-29 Thread ELPA Syncer
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

[nongnu] elpa/julia-mode 362be60 255/352: Merge pull request #26 from JeffBezanson/master

2021-08-29 Thread ELPA Syncer
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

[nongnu] elpa/nasm-mode 42ee760 32/67: Allow to change faces used by nasm-mode

2021-08-29 Thread ELPA Syncer
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 +++--

[nongnu] elpa/julia-mode e4b3428 244/352: Remove test branch in travis, add README

2021-08-29 Thread ELPA Syncer
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

[nongnu] elpa/nginx-mode 06fe730 10/34: add some auto-mode-alist magic. Fixes #6.

2021-08-29 Thread ELPA Syncer
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

[nongnu] elpa/nasm-mode 2259c7d 34/67: Properly distinguish word and symbol constituents.

2021-08-29 Thread ELPA Syncer
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

[nongnu] elpa/julia-mode 04b97c4 269/352: Merge pull request #37 from tpapp/fix-backslash

2021-08-29 Thread ELPA Syncer
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 +

[nongnu] elpa/nasm-mode d95a12d 45/67: Add section name highlighting back.

2021-08-29 Thread ELPA Syncer
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

[nongnu] elpa/nginx-mode 8a296e3 22/34: Merge pull request #11 from chillum/master

2021-08-29 Thread ELPA Syncer
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

[nongnu] elpa/julia-mode c4a75b4 271/352: update short function syntax w.r.t. spaces

2021-08-29 Thread ELPA Syncer
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

[nongnu] elpa/julia-mode 9f990bb 281/352: Handle string escapes

2021-08-29 Thread ELPA Syncer
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

[nongnu] elpa/nginx-mode 88da7a7 12/34: Set auto-mode-alist at top-level and Add autoload cookie

2021-08-29 Thread ELPA Syncer
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

[nongnu] elpa/nginx-mode a04cef3 25/34: Update README.md

2021-08-29 Thread ELPA Syncer
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(+

[nongnu] elpa/julia-mode 2ef6992 278/352: Fixed import export etc indentation at start of buffer. (#47)

2021-08-29 Thread ELPA Syncer
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

[nongnu] elpa/julia-mode 8818ede 245/352: fix ignoring of keywords inside comments

2021-08-29 Thread ELPA Syncer
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

[nongnu] elpa/julia-mode 68181e6 293/352: Replace IntSet by BitSet

2021-08-29 Thread ELPA Syncer
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 ---

[nongnu] elpa/julia-mode 47d2fb0 282/352: Merge pull request #51 from non-Jedi/arg-list

2021-08-29 Thread ELPA Syncer
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

[nongnu] elpa/nginx-mode c13fa62 27/34: Merge pull request #15 from zonuexe/feature/comment-syntax-table

2021-08-29 Thread ELPA Syncer
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 +++-

[nongnu] elpa/nasm-mode e7fa960 49/67: make indent-line-function local

2021-08-29 Thread ELPA Syncer
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

[nongnu] elpa/julia-mode 117b791 294/352: Replace `Associative` by `AbstractDict` (thanks to @tpapp)

2021-08-29 Thread ELPA Syncer
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

[nongnu] elpa/nginx-mode 47aaf2c 29/34: Remove `run-hook`, it is run automatically.

2021-08-29 Thread ELPA Syncer
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

[nongnu] elpa/julia-mode dc21978 289/352: Merge pull request #63 from nverno/movement-functions

2021-08-29 Thread ELPA Syncer
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 +

[nongnu] elpa/nasm-mode d990ed9 51/67: Bump to 1.1.1.

2021-08-29 Thread ELPA Syncer
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/

[nongnu] elpa/nasm-mode c3f5475 48/67: Bump to 1.1.0.

2021-08-29 Thread ELPA Syncer
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/

[nongnu] elpa/nginx-mode a3ea629 33/34: Merge pull request #17 from joewreschnig/magic-fallback-mode

2021-08-29 Thread ELPA Syncer
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

[nongnu] elpa/julia-mode 61e22f6 312/352: Merge pull request #90 from tpapp/tp/add-melpa-badge

2021-08-29 Thread ELPA Syncer
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

[nongnu] elpa/julia-mode 999569b 297/352: Update substitutions to include emoji

2021-08-29 Thread ELPA Syncer
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,

[nongnu] elpa/julia-mode 10b0eff 286/352: beginning/end of defun functions

2021-08-29 Thread ELPA Syncer
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

[nongnu] elpa/julia-mode 1b8682b 308/352: fix travis setup

2021-08-29 Thread ELPA Syncer
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

[nongnu] elpa/nasm-mode 5110886 64/67: Add type specification to nasm-basic-offset

2021-08-29 Thread ELPA Syncer
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

[nongnu] elpa/nasm-mode 96a06c0 65/67: Support M-; (comment-dwim function)

2021-08-29 Thread ELPA Syncer
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

[nongnu] elpa/julia-mode 344e6c2 283/352: Merge pull request #42 from antoine-levitt/math-insert

2021-08-29 Thread ELPA Syncer
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

[nongnu] elpa/nginx-mode f8f5769 13/34: Update Readme with an example

2021-08-29 Thread ELPA Syncer
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(+

[nongnu] elpa/julia-mode 46d2469 272/352: Merge pull request #39 from rfourquet/rf/where

2021-08-29 Thread ELPA Syncer
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

[nongnu] elpa/nginx-mode b5c7899 14/34: Merge pull request #7 from yasuyk/remove-duplicated-provide-form

2021-08-29 Thread ELPA Syncer
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

[nongnu] elpa/nginx-mode 6fd3933 17/34: Update README.md

2021-08-29 Thread ELPA Syncer
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

[nongnu] elpa/julia-mode b66f8a4 274/352: Insertion of math symbols in julia using auctex's mechanism

2021-08-29 Thread ELPA Syncer
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

[nongnu] elpa/julia-mode a31868d 340/352: font-lock ccall as a builtin

2021-08-29 Thread ELPA Syncer
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

[nongnu] elpa/nginx-mode 81766b7 18/34: version increase

2021-08-29 Thread ELPA Syncer
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 ---

[nongnu] elpa/julia-mode db84928 299/352: Merge pull request #74 from non-Jedi/emoji

2021-08-29 Thread ELPA Syncer
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 +++

[nongnu] elpa/julia-mode b800403 326/352: Font lock tweaks (#102)

2021-08-29 Thread ELPA Syncer
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

[nongnu] elpa/nasm-mode 3d4786b 08/67: Add ELPA header.

2021-08-29 Thread ELPA Syncer
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

[nongnu] elpa/julia-mode 7de3b0c 330/352: Remove highlighting for :: and <:. (#112)

2021-08-29 Thread ELPA Syncer
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(-)

[nongnu] elpa/nasm-mode b595921 11/67: Add nasm-colon key binding.

2021-08-29 Thread ELPA Syncer
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

[nongnu] elpa/nasm-mode 3af81f6 14/67: Require colons on labels.

2021-08-29 Thread ELPA Syncer
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

[nongnu] elpa/julia-mode 1c122f1 328/352: Fix multiple type face highlighting. Add tests. (#110)

2021-08-29 Thread ELPA Syncer
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

[nongnu] elpa/nasm-mode 9e8e7c9 15/67: Add constant syntax highlighting.

2021-08-29 Thread ELPA Syncer
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

[nongnu] elpa/nasm-mode f357905 19/67: Fix up README.

2021-08-29 Thread ELPA Syncer
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/

[nongnu] elpa/julia-mode 023df24 322/352: add latest PR to changelog

2021-08-29 Thread ELPA Syncer
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

[nongnu] elpa/nasm-mode f62c103 25/67: Add preprocessor directives:

2021-08-29 Thread ELPA Syncer
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

[nongnu] elpa/julia-mode 9dcabbc 334/352: Simplify the logic to find the end of last block

2021-08-29 Thread ELPA Syncer
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

[nongnu] elpa/nasm-mode 832caad 59/67: Make semicolons behave when typed into strings

2021-08-29 Thread ELPA Syncer
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

[nongnu] elpa/nasm-mode 213331e 31/67: Oops, bump version number.

2021-08-29 Thread ELPA Syncer
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

[nongnu] elpa/julia-mode c45c786 335/352: Add more tests

2021-08-29 Thread ELPA Syncer
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

[nongnu] elpa/nasm-mode 2940e4f 27/67: Run all regexp-opt at compile time (faster loads).

2021-08-29 Thread ELPA Syncer
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

[nongnu] elpa/nginx-mode 99d5eea 02/34: mention where you can find it

2021-08-29 Thread ELPA Syncer
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

[nongnu] elpa/julia-mode 796ddfd 338/352: Apply proper syntax to triple-quoted cmds

2021-08-29 Thread ELPA Syncer
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 ++

[nongnu] elpa/nasm-mode 02c2450 40/67: Assume things that start with dot are labels.

2021-08-29 Thread ELPA Syncer
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

[nongnu] elpa/julia-mode 505d71b 339/352: Add all problemmatic strings from issue #15 to tests

2021-08-29 Thread ELPA Syncer
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

[nongnu] elpa/nasm-mode 8ce1831 55/67: Use nasm-basic-offset instead of a literal 8

2021-08-29 Thread ELPA Syncer
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

[nongnu] elpa/julia-mode 549a7b4 341/352: Remove C_NULL from constants and add Cvoid

2021-08-29 Thread ELPA Syncer
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

[nongnu] elpa/nginx-mode 79e1c5b 04/34: hrm. maybe highlighting parens and curly braces wasn't such a good idea (my eyes!)

2021-08-29 Thread ELPA Syncer
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 --

[nongnu] elpa/nginx-mode 5990ae9 20/34: more docs

2021-08-29 Thread ELPA Syncer
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

[nongnu] branch elpa/prop-menu created (now 50b102c)

2021-08-29 Thread ELPA Syncer
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

[nongnu] elpa/nginx-mode 9e25e1f 31/34: version bump

2021-08-29 Thread ELPA Syncer
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

[nongnu] elpa/julia-mode 6e9e60b 327/352: Fix forloop matching on == instead of = (#105)

2021-08-29 Thread ELPA Syncer
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(-)

[nongnu] elpa/julia-mode 5cccdbd 350/352: Fixed installation documentation (#147)

2021-08-29 Thread ELPA Syncer
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

[nongnu] elpa/prop-menu 01ae5d4 1/9: Initial commit

2021-08-29 Thread ELPA Syncer
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 ++

[nongnu] elpa/julia-mode a1ba9a0 352/352: add logo, README tweaks, add section on testing (#163)

2021-08-29 Thread ELPA Syncer
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

[nongnu] elpa/prop-menu 632ac43 4/9: Execute property-getting functions with point at click location

2021-08-29 Thread ELPA Syncer
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

[nongnu] elpa/prop-menu 2b0de81 5/9: Get properties from correct window on click

2021-08-29 Thread ELPA Syncer
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

[nongnu] elpa/julia-mode b295e36 345/352: Merge pull request #133 from non-Jedi/triple-quote-cmd

2021-08-29 Thread ELPA Syncer
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

[nongnu] elpa/julia-mode e10a730 056/352: FFT of real vectors as well

2021-08-29 Thread ELPA Syncer
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

[nongnu] elpa/prop-menu 1edda80 8/9: Version bump

2021-08-29 Thread ELPA Syncer
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

<    1   2   3   4   5   6   7   8   9   10   >