summaryrefslogtreecommitdiff
path: root/lisp/progmodes/tcl.el
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-161-1/+1
* Replace "(default %s)" with 'format-prompt'Gabriel do Nascimento Ribeiro2021-03-241-2/+2
* Fix tcl-mode indentation of namespaced codeAnticrisis2021-02-081-24/+5
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Prefer setq-local in tcl.elStefan Kangas2020-12-071-33/+31
* Make XEmacs compat aliases easy-menu-{add,remove} obsoleteStefan Kangas2020-11-241-3/+1
* * lisp/progmodes/tcl.el: Use lexical-bindingStefan Monnier2020-11-031-41/+30
* * lisp/progmodes/tcl.el: Better match Tcl string formation rules (bug#39277)Stefan Monnier2020-10-291-1/+57
* Revert "Fontify strings in {} better in tcl-mode"Lars Ingebrigtsen2020-10-271-25/+20
* Fontify strings in {} better in tcl-modemvar2020-10-271-20/+25
* Declare old compat aliases in tcl.el obsoleteStefan Kangas2020-10-211-12/+12
* Use `format-prompt' when prompting with default valuesLars Ingebrigtsen2020-09-061-3/+2
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Remove XEmacs compat code from tcl.elStefan Kangas2019-10-171-18/+3
* lisp/*.el: Force non-nil result to t, to match docstringJuanma Barranquero2019-10-141-2/+1
* TCL indentation fix outside functionsRolf Ade2019-10-131-3/+8
* Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-251-0/+1
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-1/+0
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Fix Tcl indentation in a namespaceTom Tromey2018-07-031-1/+1
* | Fix two tcl-mode defun-related bugsTom Tromey2018-06-241-6/+43
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Make tcl-auto-fill-mode obsolete (Bug#10772)Noam Postavsky2017-06-271-2/+3
* Fix all unescaped character literalsPhilipp Stephani2017-05-071-1/+1
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* * lisp/progmodes/tcl.el (tcl-filter):Glenn Morris2015-05-121-1/+2
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris2014-02-091-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Misc small custom fixesGlenn Morris2013-12-271-1/+1
* Use completion-at-point rather than obsolete alias.Glenn Morris2013-05-291-1/+1
* Doc fixes re set-variableGlenn Morris2013-02-211-2/+2
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* Remove unnecessary require when compiling tcl.elGlenn Morris2012-09-271-1/+3
* Remove * characters from the front of variable docstrings.Chong Yidong2012-04-091-12/+12
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Fix typos.Juanma Barranquero2011-11-161-1/+1
* lisp/progmodes/*.el: Lexical-binding cleanup.Juanma Barranquero2011-04-221-2/+2
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Derive from prog-mode, use derived-mode-p, and fix up variousStefan Monnier2010-12-101-9/+6
* | Merge from emacs-23Stefan Monnier2010-11-091-9/+1
|\ \ | |/
| * * lisp/progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.Glenn Morris2010-11-081-9/+1
* | Replace still more end-of-line etc with line-end-position, etc.Glenn Morris2010-11-081-3/+1
* | New syntax-propertize functionality.Stefan Monnier2010-09-111-6/+7