summaryrefslogtreecommitdiff
path: root/lisp/progmodes/verilog-mode.el
Commit message (Expand)AuthorAgeFilesLines
* Add `verilog-auto-inst-template-required'.Wilson Snyder2020-02-231-76/+105
* Remove subsumed repetitions in regexpsMattias EngdegÄrd2020-02-201-9/+9
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Verilog-Mode collected updates.Wilson Snyder2019-12-171-5/+10
* 2019-12-05 regexp lint fixesPaul Eggert2019-12-051-1/+1
* Fix regex repetition of repetitionsPaul Eggert2019-12-041-1/+1
* When verilog-auto-ignore-concat is true, also ignore parenthesized signals.Wilson Snyder2019-11-211-11/+11
* Verilog-Mode collected updates.Wilson Snyder2019-11-111-15/+44
* Use quit-window in some functionsAndreas Politz2019-10-131-3/+3
* Verilog-Mode collected updates.Wilson Snyder2019-09-231-31/+39
* Update some URLsPaul Eggert2019-09-231-3/+3
* lisp/*.el, src/*.c: Fix typos in docstringsJuanma Barranquero2019-09-191-1/+1
* * lisp/progmodes/verilog-mode.el: Update Version:Stefan Monnier2019-07-091-1/+1
* Merge branch 'emacs-26' into trunkStefan Monnier2019-07-091-0/+3
|\
| * * lisp/progmodes/verilog-mode.el: One more ELPA Version:Stefan Monnier2019-07-091-0/+3
* | Fix indentation of default clocking definitions.Wilson Snyder2019-07-061-2/+7
* | Backout replacing manually crafted hex regexes with [:xdigit:].Wilson Snyder2019-07-061-4/+4
* | Replace manually crafted hex regexes with [:xdigit:]Konstantin Kharlamov2019-07-061-4/+4
* | Clean up verilog-mode.el documentation examples to match behavior.Wilson Snyder2019-06-151-518/+517
* | Fix verilog-mode module backticks; whitespace from prev commits.Wilson Snyder2019-05-061-11/+11
* | Omit/rewrite useless regexp repetitionsPaul Eggert2019-04-121-4/+4
* | Rename variable for clarityMattias EngdegÄrd2019-04-071-3/+3
* | Fix more regexp odditiesPaul Eggert2019-04-071-1/+1
* | Fix verilog-mode vmm statements and AUTOINPUTREG ignores.Wilson Snyder2019-04-021-14/+20
* | 2019-03-26 regex cleanupPaul Eggert2019-03-261-5/+3
* | Fix more regular expression typosPaul Eggert2019-03-181-1/+1
* | Fix regexp issues introduced in last trunk commit.Wilson Snyder2019-03-051-2/+2
* | Fix regular-expression glitches and typos. Update verilog-mode from upstream.Wilson Snyder2019-03-051-19/+21
* | Fix regular-expression glitches and typosPaul Eggert2019-03-041-4/+4
* | Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\|
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Update verilog-mode with upstream patches.Wilson Snyder2018-11-261-256/+315
* | Replace insignificant backquotesMichael Heerdegen2018-11-251-99/+99
* | * lisp/progmodes/verilog-mode.el (verilog-mode): Quieten compilation.Glenn Morris2018-03-151-1/+3
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Fixes for defcustoms, prompted by cus-test-optsGlenn Morris2017-12-131-4/+4
* * lisp/progmodes/verilog-mode.el (verilog-mode): Fix typo (Bug#24410).Chunyang Xu2017-12-111-2/+2
* maint: shorten https://lists.gnu.org/archive/html/... linksPaul Eggert2017-11-251-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Fix various verilog-mode.el issues.Wilson Snyder2017-09-071-173/+191
* ; Small fixes for some Author: header commentsGlenn Morris2017-06-051-2/+2
* Fix various verilog-mode.el issues.Wilson Snyder2017-05-081-24/+67
* Fix all unescaped character literalsPhilipp Stephani2017-05-071-4/+4
* Don't pass the value of point to 'push-mark', as that's the default.Bartosz Duszel2017-04-281-2/+2
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
| * Fix problems caused by new implementation of sub-word modeEli Zaretskii2016-02-051-12/+12
* | Use completion-at-point in verilog-modeNoam Postavsky2016-12-211-30/+43
* | ; Spelling fixesPaul Eggert2016-11-191-1/+1
* | Update verilog-mode.elWilson Snyder2016-11-141-102/+192