| Commit message (Expand) | Author | Age | Files | Lines |
* | New syntax-propertize functionality. | Stefan Monnier | 2010-09-11 | 1 | -6/+7 |
* | Derive programming modes from prog-mode. | Tom Tromey | 2010-07-27 | 1 | -1/+1 |
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
* | Replace last-command-char with last-command-event. | Glenn Morris | 2009-01-09 | 1 | -2/+2 |
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-05 | 1 | -2/+2 |
* | (tcl-filter): Don't forcibly move point. | Stefan Monnier | 2008-11-21 | 1 | -6/+4 |
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-06 | 1 | -6/+4 |
* | Add 2008 to copyright years. | Glenn Morris | 2008-01-07 | 1 | -1/+1 |
* | (tcl-indent-level, tcl-continued-indent-level): Add safe-local-variable prop. | Stefan Monnier | 2007-08-07 | 1 | -0/+2 |
* | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
* | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |
* | (tcl-send-string, tcl-send-region): Use forward-line so as to get to BOL | Stefan Monnier | 2006-04-18 | 1 | -4/+13 |
* | (tcl-indent-command): Use indent-for-tab-command. | Stefan Monnier | 2006-01-10 | 1 | -35/+27 |
* | Add :link (custom-group-link font-lock-faces) to defgroup. | Juri Linkov | 2005-11-17 | 1 | -0/+1 |
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
* | (tcl): Finish `defgroup' description with period. | Juanma Barranquero | 2005-07-04 | 1 | -3/+3 |
* | Specify missing group (and type, if simple) in defcustom. | Juanma Barranquero | 2005-05-19 | 1 | -11/+22 |
* | (tcl-escaped-newline): New face. | Glenn Morris | 2005-04-05 | 1 | -3/+43 |
* | (tcl-set-font-lock-keywords): Use new \_< ops. | Stefan Monnier | 2005-04-03 | 1 | -6/+4 |
* | (tcl-omit-ws-regexp): Avoid the case where { or [ appears within a comment. | Stefan Monnier | 2004-11-27 | 1 | -1/+1 |
* | (tcl-omit-ws-regexp): Avoid the case where { or [ appears within a string. | Stefan Monnier | 2004-11-27 | 1 | -1/+1 |
* | * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer. | Jesper Harder | 2004-09-22 | 1 | -9/+7 |
* | Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-196 | Miles Bader | 2004-04-10 | 1 | -1/+0 |
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -1/+2 |
* | (tcl-mode): Set imenu-generic-expression to the value of | Juanma Barranquero | 2003-06-05 | 1 | -2/+2 |
* | (tcl-indent-exp): Remove dead code. | Stefan Monnier | 2003-05-17 | 1 | -20/+4 |
* | (tcl-explain-indentation): Don't quote nil and t in docstrings. | Juanma Barranquero | 2003-05-06 | 1 | -2/+2 |
* | (tcl-omit-ws-regexp): Correctly handle cases like `proc foo {a {b c} d} {'. | Stefan Monnier | 2003-02-11 | 1 | -26/+14 |
* | Trailing whitepace deleted. | Juanma Barranquero | 2003-02-04 | 1 | -11/+11 |
* | (tcl-mode): Don't set paragraph-start, | Stefan Monnier | 2002-11-07 | 1 | -50/+3 |
* | Change maintainer. | Stefan Monnier | 2002-04-01 | 1 | -41/+18 |
* | (tcl-imenu-generic-expression): New value. | Richard M. Stallman | 2002-04-01 | 1 | -23/+13 |
* | (tcl-imenu-create-index-function): Doc fix. | Richard M. Stallman | 2002-03-29 | 1 | -4/+4 |
* | (tcl-do-fill-paragraph): Find and fill on more | Richard M. Stallman | 2002-02-20 | 1 | -7/+7 |
* | Change maintainer to FSF and remove loads of compatibility cruft. | Stefan Monnier | 2001-10-11 | 1 | -628/+237 |
* | *** empty log message *** | Stefan Monnier | 2001-07-17 | 1 | -3/+3 |
* | Some fixes to follow coding conventions. | Pavel JanÃk | 2001-07-16 | 1 | -3/+3 |
* | (outline, dabbrev, add-log): Require when | Gerd Moellmann | 2001-01-29 | 1 | -17/+22 |
* | (tcl-indent-for-comment): Ignore comment-indent-hook. | Stefan Monnier | 2000-06-04 | 1 | -6/+4 |
* | Customized. | Richard M. Stallman | 1999-08-04 | 1 | -36/+66 |
* | Many doc fixes. | Richard M. Stallman | 1999-08-03 | 1 | -324/+50 |
* | (tcl-typeword-list): Added `variable'. | Tom Tromey | 1999-07-19 | 1 | -4/+7 |
* | (tcl-keyword-list): Added method, body, configbody, class | Tom Tromey | 1999-07-19 | 1 | -4/+7 |
* | (tcl-mode): Set font-lock-defaults, not font-lock-keywords. | Tom Tromey | 1999-07-18 | 1 | -5/+9 |
* | (tcl-proc-list): Reverted; already had `body'. | Tom Tromey | 1999-07-18 | 1 | -4/+7 |
* | (tcl-proc-list): Added `body'. | Tom Tromey | 1999-07-18 | 1 | -4/+7 |
* | (tcl-using-emacs-19-23): Recognize Emacs 20. | Tom Tromey | 1999-03-29 | 1 | -5/+11 |
* | Some itcl additions: | Tom Tromey | 1998-07-02 | 1 | -7/+11 |
* | (tcl-indent-command): Use insert-tab, not self-insert-command. | Tom Tromey | 1996-09-12 | 1 | -4/+7 |
* | (tcl-using-emacs-19): Work with XEmacs 20.0. From Ben Wing. | Tom Tromey | 1996-03-23 | 1 | -5/+10 |