summaryrefslogtreecommitdiff
path: root/lisp/progmodes/vhdl-mode.el
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* Another fix for VHDL mode highlightingCyril Arnould2023-05-131-23/+37
* Improve VHDL mode highlightingCyril Arnould2023-05-051-1/+8
* Fix regexp string escaping mistake in vhdl-mode.el (bug#62508)Mattias Engdegård2023-04-031-1/+1
* Fix ModelSim error regexp in vhdl-modeEli Zaretskii2023-04-011-1/+1
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Remove redundant let-bindings of `inhibit-point-motion-hooks`Stefan Monnier2022-10-071-4/+3
* Make point-at-eol and point-at-bol obsoleteStefan Kangas2022-08-231-9/+9
* Fix more lexical-binding fallout in vhdl-speedbar-insert-hierarchyGonzalo Larumbe2022-08-221-2/+2
* Merge from origin/emacs-28Stefan Kangas2022-05-141-9/+14
|\
| * Fix lexical-binding fallout in vhdl-mode.elEli Zaretskii2022-05-131-9/+14
* | Fix use of kp-decimal in 'vhdl-stutter-mode'Eli Zaretskii2022-04-301-1/+4
* | Merge from origin/emacs-28Eli Zaretskii2022-04-161-16/+16
|\|
| * Fix fallout from lexical-binding in vhdl-mode.elEli Zaretskii2022-04-051-16/+16
* | Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\|
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Fix minor clock skew issuesPaul Eggert2021-12-051-2/+3
|/
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-10-051-10/+9
* ; More minor stylistic fixes found by checkdocStefan Kangas2021-09-221-35/+32
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-161-35/+34
* ; Fix typosStefan Kangas2021-09-031-1/+1
* * lisp/progmodes/vhdl-mode.el: Add note about XEmacs compatibilityStefan Monnier2021-04-121-0/+3
* * lisp/progmodes/vhdl-mode.el: Use lexical-bindingStefan Monnier2021-04-081-407/+448
* * lisp/progmodes/vhdl-mode.el: Use progress-reporterStefan Monnier2021-04-081-72/+51
* Convert many more links to use HTTPSStefan Kangas2021-03-241-1/+1
* Minor fixes after preloading easymenuStefan Kangas2021-02-271-1/+2
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Remove redundant 'function's around lambda in vhdl-mode.elStefan Kangas2020-12-281-51/+44
* Make XEmacs compat aliases easy-menu-{add,remove} obsoleteStefan Kangas2020-11-241-4/+8
* vhdl-mode: remove minor obstacle to static checkingMattias Engdegård2020-11-121-7/+4
* Remove many items obsolete since Emacs 23.2 and 23.3Stefan Kangas2020-08-241-4/+0
* Merge from origin/emacs-27Glenn Morris2020-05-091-1/+1
|\
| * Fix references to Speedbar in VHDL modeBjörn Holby2020-05-081-1/+1
* | Merge from origin/emacs-27Glenn Morris2020-03-041-1/+1
|\|
| * Don't misinterpret doc string as initial valueMattias Engdegård2020-03-041-1/+1
* | * lisp/progmodes/vhdl-mode.el (speedbar-load-hook): Silence compiler.Glenn Morris2020-01-161-1/+1
|/
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Fix some quoting glitches in doc stringsPaul Eggert2019-11-111-2/+2
* Fix some quoting glitches in doc stringsPaul Eggert2019-11-081-2/+2
* Update some URLsPaul Eggert2019-09-231-1/+1
* Rename variables and functions with "auto-load" in their namesLars Ingebrigtsen2019-08-151-13/+19
* New function time-convertPaul Eggert2019-08-051-2/+2
* * lisp/progmodes/vhdl-mode.el: Use cl-lib when availableStefan Monnier2019-07-291-23/+25
* Properly bracket concat of comment-start-skip (Bug#34805)Noam Postavsky2019-04-151-1/+1
* Fix regular-expression glitches and typosPaul Eggert2019-03-041-7/+7
* Avoid some double-rounding of Lisp timestampsPaul Eggert2019-02-221-2/+2
* Don’t assume CURRENT_TIME_LISTPaul Eggert2019-02-131-6/+6
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Optionally add argument description in minor mode DOC (bug#10754)John Shahid2018-07-011-8/+2