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
/
verilog-mode.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove ineffective expression in verilog-mode
Mattias Engdegård
2021-08-03
1
-1
/
+0
*
* lisp/progmodes/verilog-mode.el (vl-memory): Add missing defvar.
Wilson Snyder
2021-04-12
1
-2
/
+4
*
Adjust verilog-mode to changes in the completion framework
Lars Ingebrigtsen
2021-04-12
1
-17
/
+17
*
lisp/progmodes/verilog-mode.el internal code cleanup.
Mattias Engdegard
2021-03-30
1
-10
/
+5
*
lisp/progmodes/verilog-mode.el: Prepare for lexical-binding.
Stefan Monnier
2021-03-29
1
-144
/
+145
*
* lisp/progmodes/verilog-mode.el: Use #' where appropriate.
Stefan Monnier
2021-03-29
1
-84
/
+84
*
lisp/progmodes/verilog-mode.el: Fix indentation of enum.
Wilson Snyder
2021-03-29
1
-8
/
+7
*
Fix typos
Mattias Engdegård
2021-02-18
1
-2
/
+2
*
Assume font-lock-mode variable is not void
Stefan Kangas
2021-02-05
1
-2
/
+2
*
Update lisp/progmodes/verilog-mode.el
Wilson Snyder
2021-02-02
1
-202
/
+410
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Fix some over-wide docstrings
Stefan Kangas
2020-12-30
1
-3
/
+4
*
Shorten over-wide docstrings in variables
Stefan Kangas
2020-12-19
1
-1
/
+2
*
; Fix typos
Stefan Kangas
2020-09-21
1
-1
/
+1
*
Verilog-Mode collected updates.
Wilson Snyder
2020-07-05
1
-36
/
+76
*
Evaluate some unnecessarily quoted lambdas
Basil L. Contovounesios
2020-06-21
1
-5
/
+5
*
Add `verilog-auto-inst-template-required'.
Wilson Snyder
2020-02-23
1
-76
/
+105
*
Remove subsumed repetitions in regexps
Mattias Engdegård
2020-02-20
1
-9
/
+9
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Verilog-Mode collected updates.
Wilson Snyder
2019-12-17
1
-5
/
+10
*
2019-12-05 regexp lint fixes
Paul Eggert
2019-12-05
1
-1
/
+1
*
Fix regex repetition of repetitions
Paul Eggert
2019-12-04
1
-1
/
+1
*
When verilog-auto-ignore-concat is true, also ignore parenthesized signals.
Wilson Snyder
2019-11-21
1
-11
/
+11
*
Verilog-Mode collected updates.
Wilson Snyder
2019-11-11
1
-15
/
+44
*
Use quit-window in some functions
Andreas Politz
2019-10-13
1
-3
/
+3
*
Verilog-Mode collected updates.
Wilson Snyder
2019-09-23
1
-31
/
+39
*
Update some URLs
Paul Eggert
2019-09-23
1
-3
/
+3
*
lisp/*.el, src/*.c: Fix typos in docstrings
Juanma Barranquero
2019-09-19
1
-1
/
+1
*
* lisp/progmodes/verilog-mode.el: Update Version:
Stefan Monnier
2019-07-09
1
-1
/
+1
*
Merge branch 'emacs-26' into trunk
Stefan Monnier
2019-07-09
1
-0
/
+3
|
\
|
*
* lisp/progmodes/verilog-mode.el: One more ELPA Version:
Stefan Monnier
2019-07-09
1
-0
/
+3
*
|
Fix indentation of default clocking definitions.
Wilson Snyder
2019-07-06
1
-2
/
+7
*
|
Backout replacing manually crafted hex regexes with [:xdigit:].
Wilson Snyder
2019-07-06
1
-4
/
+4
*
|
Replace manually crafted hex regexes with [:xdigit:]
Konstantin Kharlamov
2019-07-06
1
-4
/
+4
*
|
Clean up verilog-mode.el documentation examples to match behavior.
Wilson Snyder
2019-06-15
1
-518
/
+517
*
|
Fix verilog-mode module backticks; whitespace from prev commits.
Wilson Snyder
2019-05-06
1
-11
/
+11
*
|
Omit/rewrite useless regexp repetitions
Paul Eggert
2019-04-12
1
-4
/
+4
*
|
Rename variable for clarity
Mattias Engdegård
2019-04-07
1
-3
/
+3
*
|
Fix more regexp oddities
Paul Eggert
2019-04-07
1
-1
/
+1
*
|
Fix verilog-mode vmm statements and AUTOINPUTREG ignores.
Wilson Snyder
2019-04-02
1
-14
/
+20
*
|
2019-03-26 regex cleanup
Paul Eggert
2019-03-26
1
-5
/
+3
*
|
Fix more regular expression typos
Paul Eggert
2019-03-18
1
-1
/
+1
*
|
Fix regexp issues introduced in last trunk commit.
Wilson Snyder
2019-03-05
1
-2
/
+2
*
|
Fix regular-expression glitches and typos. Update verilog-mode from upstream.
Wilson Snyder
2019-03-05
1
-19
/
+21
*
|
Fix regular-expression glitches and typos
Paul Eggert
2019-03-04
1
-4
/
+4
*
|
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
Update verilog-mode with upstream patches.
Wilson Snyder
2018-11-26
1
-256
/
+315
*
|
Replace insignificant backquotes
Michael Heerdegen
2018-11-25
1
-99
/
+99
*
|
* lisp/progmodes/verilog-mode.el (verilog-mode): Quieten compilation.
Glenn Morris
2018-03-15
1
-1
/
+3
|
/
[next]