index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
progmodes
/
ruby-mode.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix ruby-mode.el local command injection vulnerability (bug#60268)
Xi Lu
2022-12-24
1
-1
/
+1
*
; Fix ruby-method-params-indent's :version value
Dmitry Gutov
2022-12-20
1
-1
/
+1
*
ruby-method-params-indent: New user option
Dmitry Gutov
2022-12-19
1
-3
/
+23
*
; ruby-indent-level: Improve the docstring
Dmitry Gutov
2022-12-19
1
-1
/
+1
*
ruby-mode: Support endless singleton method definitions too
Dmitry Gutov
2022-12-19
1
-1
/
+2
*
ruby-mode: Support endless methods (bug#54702)
Dmitry Gutov
2022-12-18
1
-2
/
+26
*
ruby-mode: Recognize instance or global var as first arg in parenless call
Dmitry Gutov
2022-12-17
1
-1
/
+1
*
Fix end-of-defun in ruby-mode
Dmitry Gutov
2022-12-17
1
-3
/
+4
*
Fix ruby-add-log-current-method after nested class definition
Dmitry Gutov
2022-12-15
1
-7
/
+31
*
Pacify recent unused/ignored lexvar warnings
Basil L. Contovounesios
2022-10-26
1
-2
/
+2
*
Make point-at-eol and point-at-bol obsolete
Stefan Kangas
2022-08-23
1
-2
/
+2
*
* lisp/progmodes/ruby-mode.el (ruby-mode): Set outline-regexp, outline-level.
Juri Linkov
2022-07-08
1
-0
/
+7
*
Fix Ruby indentation with double splat as first block param
Dmitry Gutov
2022-04-26
1
-2
/
+2
*
Support indentation of Ruby pattern matching expressions
Dmitry Gutov
2022-03-21
1
-5
/
+7
*
ruby-toggle-block-space-before-parameters: New user option
Dmitry Gutov
2022-01-21
1
-7
/
+15
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
; Minor stylistic fixes found by checkdoc
Stefan Kangas
2021-09-16
1
-5
/
+3
*
* lisp/progmodes/ruby-mode.el (ruby-current-indentation): Tweak obsoletion.
Dmitry Gutov
2021-09-10
1
-1
/
+1
*
Change ruby-align-chained-calls indendation
Stefan Monnier
2021-09-09
1
-1
/
+10
*
ruby-mode imenu: Support methods with modifiers
Dmitry Gutov
2021-08-17
1
-2
/
+2
*
Use string-replace instead of replace-regexp-in-string
Mattias Engdegård
2021-08-08
1
-2
/
+2
*
Add lambda to the pretty Ruby symbols list
Lars Ingebrigtsen
2021-05-29
1
-1
/
+2
*
Add pretty symbols to ruby-mode
William Denton
2021-05-29
1
-0
/
+9
*
ruby-mode.el: puts and printf do not require args
Steve Purcell
2021-05-03
1
-2
/
+2
*
Don't add magic comment to Ruby files for utf-8 encoding
Dmitry Gutov
2021-04-28
1
-8
/
+8
*
Convert many more links to use HTTPS
Stefan Kangas
2021-03-24
1
-1
/
+1
*
(ruby-find-library-file): Also recognize 'gem' statements
Dmitry Gutov
2021-03-02
1
-2
/
+2
*
ruby-syntax-propertize: Fix certain cases following ::
Dmitry Gutov
2021-02-02
1
-2
/
+2
*
ruby-mode: eliminate redundant regexp branch
Mattias Engdegård
2021-01-05
1
-3
/
+3
*
ruby-add-log-current-method: Support methods with symbolic names
Dmitry Gutov
2021-01-04
1
-3
/
+6
*
ruby-smie-rules: Avoid one case of infinite recursion
Dmitry Gutov
2021-01-02
1
-1
/
+1
*
; ruby-smie--bosp: Fix the breakage
Dmitry Gutov
2021-01-01
1
-2
/
+2
*
Fix a compilation warning.
Philipp Stephani
2021-01-01
1
-1
/
+1
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
ruby-mode: Optimize expression expansion too
Dmitry Gutov
2020-12-31
1
-5
/
+11
*
ruby-syntax-propertize: Optimize two rules a little
Dmitry Gutov
2020-12-31
1
-6
/
+13
*
ruby-mode: Recognize setter symbols
Dmitry Gutov
2020-12-31
1
-7
/
+11
*
(ruby-mode-set-encoding): Use 'save-restriction'
Dmitry Gutov
2020-12-22
1
-17
/
+18
*
Shorten over-wide docstrings in variables
Stefan Kangas
2020-12-19
1
-1
/
+1
*
Remove redundant installation instructions
Stefan Kangas
2020-11-12
1
-7
/
+0
*
* lisp/progmodes/ruby-mode.el (auto-mode-alist): Add Brewfile.
Stefan Kangas
2020-11-12
1
-1
/
+1
*
; Prefer https to http in many URLs
Stefan Kangas
2020-10-01
1
-1
/
+1
*
* lisp/progmodes/ruby-mode.el (ruby-use-smie): Declare obsolete
Stefan Monnier
2020-09-24
1
-19
/
+21
*
Make ruby-parse-partial more stable
Dmitry Gutov
2020-08-22
1
-13
/
+3
*
Remove subsumed repetitions in regexps
Mattias Engdegård
2020-02-20
1
-1
/
+1
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Fix some quoting glitches in doc strings
Paul Eggert
2019-11-11
1
-2
/
+2
*
Fix usage of remove-text-properties
Basil L. Contovounesios
2019-08-01
1
-1
/
+1
*
Strip trailing whitespaces at the end of converted do block
Nobuyoshi Nakada
2019-07-25
1
-1
/
+2
*
Omit the misplaced and unnecessary shyness qualifier
Dmitry Gutov
2019-06-10
1
-1
/
+1
[next]