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

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

[nongnu] elpa/lua-mode bdf121b 318/468: New release 20151025


From: Philip Kaludercic
Subject: [nongnu] elpa/lua-mode bdf121b 318/468: New release 20151025
Date: Thu, 5 Aug 2021 04:59:01 -0400 (EDT)

branch: elpa/lua-mode
commit bdf121b2c05bc74d3d7961a91d7afeb6176e0f45
Author: immerrr <immerrr+lua@gmail.com>
Commit: immerrr <immerrr+lua@gmail.com>

    New release 20151025
---
 NEWS        | 33 ++++++++++++++++++++++++++++++++-
 lua-mode.el |  2 +-
 2 files changed, 33 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 524314e..9328516 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,37 @@
-* dev
+* Release rel-20151025
+** allow setting lua-indent-level as file local variable (issue #108)
+
+** add luadoc keyword fontification (issue #71)
+
+** fix comments being spilled into the code (issue #25)
+
+** add `run-lua' alias for `lua-start-process' (issue #97)
+
 ** skip shebang line when sending to inferior buffer (issue #61)
 
+** add builtin functions and modules for Lua 5.3 (issue #90)
+
+** fix lua-beginning-of-proc matching (issue #85)
+
+** add `lua-documentation-function' to customize the way the documentation is
+   shown, rename `lua-search-url-prefix' to `lua-documentation-url',
+   auto-detect lua documentation installed in /usr/share/doc/lua (issue #82)
+
+** fix some errors with `lua-kill-process' (issue #69)
+
+** improve `next-error' integration in Lua subprocess buffer: "stdin:N:"
+   entries are no longer highlighted and no longer prompt for "stdin" files
+
+** add support for Lua 5.2 goto keyword (issue #66)
+
+** add support for local functions in imenu (issue #65)
+
+** fix font lock of functions with underscores (issue #63)
+
+** don't send shebang when sending lua buffer to subprocess (issue #61)
+
+** fix interaction with electric-pair-mode (issue #54)
+
 ** rewrite lua-send-region to use "loadstring" rather than "dofile"
    - sending code to processes on remote hosts is now supported
    - stack traces for errors occurred in sent code point to proper lines in 
files
diff --git a/lua-mode.el b/lua-mode.el
index ea84ee5..3126d21 100644
--- a/lua-mode.el
+++ b/lua-mode.el
@@ -12,7 +12,7 @@
 ;;              Aaron Smith <aaron-lua@gelatinous.com>.
 ;;
 ;; URL:         http://immerrr.github.com/lua-mode
-;; Version:     20130419
+;; Version:     20151025
 ;;
 ;; This file is NOT part of Emacs.
 ;;



reply via email to

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