summaryrefslogtreecommitdiff
path: root/test/lisp/progmodes/ruby-mode-tests.el
AgeCommit message (Expand)Author
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-01-01Update copyright year to 2025Paul Eggert
2024-12-18Make font-lock face variables obsoleteStefan Kangas
2024-09-02Add new option ruby-bracketed-args-indentAaron Jensen
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-12-16ruby-syntax-methods-before-regexp: Drop this whitelistDmitry Gutov
2023-12-09ruby-mode: Better detect regexp vs division (bug#67569)Dmitry Gutov
2023-04-13ruby-add-log-current-method: Reduce the use of 'nreverse'Dmitry Gutov
2023-01-04(ruby-ts-add-log-current-function): Fix when between two methodsDmitry Gutov
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-12-31Add new options for Ruby code indentationDmitry Gutov
2022-12-19ruby-method-params-indent: New user optionDmitry Gutov
2022-12-18ruby-mode: Support endless methods (bug#54702)Dmitry Gutov
2022-12-15Fix ruby-add-log-current-method after nested class definitionDmitry Gutov
2022-01-21ruby-toggle-block-space-before-parameters: New user optionDmitry Gutov
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-09-09Change ruby-align-chained-calls indendationStefan Monnier
2021-08-17ruby-mode imenu: Support methods with modifiersDmitry Gutov
2021-04-28Add testsPeter Oliver
2021-01-04ruby-add-log-current-method: Support methods with symbolic namesDmitry Gutov
2021-01-01Update copyright year to 2021Paul Eggert
2020-10-16Use new resource directory macros in tests (Bug#43792)Stefan Kangas
2020-10-06* test/lisp/progmodes/ruby-mode-tests.el: Fix obsolete warningsStefan Monnier
2020-09-23Remove TODO to convert files to unit testsStefan Kangas
2020-09-21Convert manual indent test for ruby-mode into unit testStefan Kangas
2020-04-28Use lexical-binding in most progmodes testsStefan Kangas
2020-01-01Update copyright year to 2020Paul Eggert
2019-07-25Strip trailing whitespaces at the end of converted do blockNobuyoshi Nakada
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-12-11Support Ruby block arguments ending with , or *Nobuyoshi Nakada
2018-03-09Quieten compilation of some test/lisp filesGlenn Morris
2018-01-01Update copyright year to 2018Paul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-06-27Also handle escaping when string begins with a quoteDmitry Gutov
2016-06-27Fix quote escaping in ruby-toggle-string-quotesSriram Thaiyar
2016-05-13Merge from origin/emacs-25Paul Eggert
2016-03-22-Paul Eggert
2016-03-11Merge from origin/emacs-25John Wiegley
2016-01-11Merge from origin/emacs-25John Wiegley
2015-11-24Rename all test files to reflect source layout.Phillip Lord