log lisp/progmodes/tcl.el @ 90182:f042e7c0fe20

age author description
Fri, 20 May 2005 04:22:05 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-53
Sat, 09 Apr 2005 02:16:29 +0000 Miles Bader Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-35
Wed, 08 Dec 2004 05:02:30 +0000 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-74
Sat, 25 Sep 2004 12:05:36 +0000 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-44
Fri, 16 Apr 2004 12:51:06 +0000 Kenichi Handa Sync to HEAD
Mon, 16 Jan 2006 00:03:54 +0000 Henrik Enberg sync with trunk
Mon, 08 Sep 2003 11:56:09 +0000 Kenichi Handa New directory
Mon, 29 Jan 2007 22:21:19 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org
Wed, 19 Apr 2006 16:23:46 +0000 Karoly Lorentey Merged from emacs@sv.gnu.org
Thu, 12 Jan 2006 11:20:02 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 174-181, 685-690)
Fri, 18 Nov 2005 14:53:14 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 655)
Tue, 05 Jul 2005 22:22:24 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 469)
Tue, 05 Jul 2005 22:12:55 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 83-87, 449-468)
Fri, 20 May 2005 17:44:36 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 69, 313-319)
Fri, 08 Apr 2005 16:25:22 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 56-58, 232-239)
Mon, 04 Apr 2005 16:43:15 +0000 Karoly Lorentey Merged from miles@gnu.org--gnu-2005 (patch 45-55, 214-231)
Wed, 08 Dec 2004 22:20:27 +0000 Karoly Lorentey Merged in changes from CVS trunk.
Thu, 23 Sep 2004 10:32:54 +0000 Karoly Lorentey Merged in changes from CVS trunk.
Sat, 10 Apr 2004 23:06:09 +0000 Karoly Lorentey Merged in changes from CVS HEAD
Mon, 07 Jan 2008 02:11:00 +0000 Glenn Morris Add 2008 to copyright years.
Tue, 07 Aug 2007 17:00:44 +0000 Stefan Monnier (tcl-indent-level, tcl-continued-indent-level): Add safe-local-variable prop.
Wed, 25 Jul 2007 04:29:40 +0000 Glenn Morris Switch license to GPLv3 or later.
Sun, 21 Jan 2007 03:53:13 +0000 Glenn Morris Add 2007 to copyright years.
Tue, 18 Apr 2006 21:16:50 +0000 Stefan Monnier (tcl-send-string, tcl-send-region): Use forward-line so as to get to BOL
Tue, 10 Jan 2006 19:42:43 +0000 Stefan Monnier (tcl-indent-command): Use indent-for-tab-command.
Thu, 17 Nov 2005 07:40:11 +0000 Juri Linkov Add :link (custom-group-link font-lock-faces) to defgroup.
Mon, 04 Jul 2005 17:55:18 +0000 Lute Kamstra Update FSF's address.
Mon, 04 Jul 2005 03:27:17 +0000 Juanma Barranquero (tcl): Finish `defgroup' description with period.
Thu, 19 May 2005 19:06:19 +0000 Juanma Barranquero Specify missing group (and type, if simple) in defcustom.
Tue, 05 Apr 2005 13:01:58 +0000 Glenn Morris (tcl-escaped-newline): New face.
Sun, 03 Apr 2005 21:20:03 +0000 Stefan Monnier (tcl-set-font-lock-keywords): Use new \_< ops.
Sat, 27 Nov 2004 00:07:14 +0000 Stefan Monnier (tcl-omit-ws-regexp): Avoid the case where { or [ appears within a comment.
Sat, 27 Nov 2004 00:04:16 +0000 Stefan Monnier (tcl-omit-ws-regexp): Avoid the case where { or [ appears within a string.
Wed, 22 Sep 2004 17:31:03 +0000 Jesper Harder * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
Sat, 10 Apr 2004 05:55:49 +0000 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-196
Wed, 24 Dec 2003 16:09:13 +0000 Karoly Lorentey tag of miles@gnu.org--gnu-2003/emacs--cvs-trunk--0--patch-137
Mon, 01 Sep 2003 15:45:59 +0000 Miles Bader Add arch taglines
Thu, 05 Jun 2003 19:47:26 +0000 Juanma Barranquero (tcl-mode): Set imenu-generic-expression to the value of
Sat, 17 May 2003 22:43:51 +0000 Stefan Monnier (tcl-indent-exp): Remove dead code.
Tue, 06 May 2003 17:39:21 +0000 Juanma Barranquero (tcl-explain-indentation): Don't quote nil and t in docstrings.
Tue, 11 Feb 2003 21:04:50 +0000 Stefan Monnier (tcl-omit-ws-regexp): Correctly handle cases like `proc foo {a {b c} d} {'.
Tue, 04 Feb 2003 13:24:35 +0000 Juanma Barranquero Trailing whitepace deleted.
Thu, 07 Nov 2002 15:22:49 +0000 Stefan Monnier (tcl-mode): Don't set paragraph-start,
Mon, 01 Apr 2002 21:01:04 +0000 Stefan Monnier Change maintainer.
Mon, 01 Apr 2002 20:18:48 +0000 Richard M. Stallman (tcl-imenu-generic-expression): New value.
Fri, 29 Mar 2002 12:47:57 +0000 Richard M. Stallman (tcl-imenu-create-index-function): Doc fix.
Wed, 20 Feb 2002 22:33:35 +0000 Richard M. Stallman (tcl-do-fill-paragraph): Find and fill on more
Thu, 11 Oct 2001 00:25:05 +0000 Stefan Monnier Change maintainer to FSF and remove loads of compatibility cruft.
Tue, 17 Jul 2001 18:40:19 +0000 Stefan Monnier *** empty log message ***
Mon, 16 Jul 2001 12:23:00 +0000 Pavel Jank Some fixes to follow coding conventions.
Mon, 29 Jan 2001 20:58:06 +0000 Gerd Moellmann (outline, dabbrev, add-log): Require when
Sun, 04 Jun 2000 22:01:03 +0000 Stefan Monnier (tcl-indent-for-comment): Ignore comment-indent-hook.
Wed, 04 Aug 1999 22:55:56 +0000 Richard M. Stallman Customized.
Tue, 03 Aug 1999 12:42:09 +0000 Richard M. Stallman Many doc fixes.
Mon, 19 Jul 1999 00:36:55 +0000 Tom Tromey (tcl-typeword-list): Added `variable'.
Mon, 19 Jul 1999 00:35:36 +0000 Tom Tromey (tcl-keyword-list): Added method, body, configbody, class
Sun, 18 Jul 1999 18:40:27 +0000 Tom Tromey (tcl-mode): Set font-lock-defaults, not font-lock-keywords.
Sun, 18 Jul 1999 05:21:33 +0000 Tom Tromey (tcl-proc-list): Reverted; already had `body'.
Sun, 18 Jul 1999 05:19:57 +0000 Tom Tromey (tcl-proc-list): Added `body'.
Mon, 29 Mar 1999 07:35:55 +0000 Tom Tromey (tcl-using-emacs-19-23): Recognize Emacs 20.
Thu, 02 Jul 1998 17:47:49 +0000 Tom Tromey Some itcl additions:
Thu, 12 Sep 1996 17:02:52 +0000 Tom Tromey (tcl-indent-command): Use insert-tab, not self-insert-command.
Sat, 23 Mar 1996 05:14:50 +0000 Tom Tromey (tcl-using-emacs-19): Work with XEmacs 20.0. From Ben Wing.
Thu, 07 Dec 1995 18:27:47 +0000 Tom Tromey (add-log-tcl-defun): Don't use tcl-beginning-of-defun; just go to end
Thu, 07 Dec 1995 18:18:21 +0000 Tom Tromey (add-log-tcl-defun): Now uses tcl-beginning-of-defun.
Tue, 22 Aug 1995 17:49:45 +0000 Tom Tromey (tcl-hilit): New function from "Chris Alfeld" <calfeld@math.utah.edu>
Mon, 07 Aug 1995 16:02:01 +0000 Tom Tromey (tcl-do-auto-fill): Only fill past fill-column; for 19.29.
Sun, 23 Jul 1995 23:51:25 +0000 Tom Tromey (tcl-word-no-props): New function.
Sun, 23 Jul 1995 20:26:47 +0000 Tom Tromey Doc fixes.
Mon, 17 Jul 1995 19:59:49 +0000 Tom Tromey (inferior-tcl-mode): Use modeline-process if it exists.
Mon, 17 Jul 1995 19:55:25 +0000 Tom Tromey XEmacs currently must use tcl-internal-end-of-defun
Fri, 14 Jul 1995 21:54:56 +0000 Tom Tromey Changes to make menus work in XEmacs.
Tue, 11 Jul 1995 03:13:15 +0000 Tom Tromey (tcl-mode): Customize for new dabbrev.
Sun, 09 Jul 1995 21:58:03 +0000 Tom Tromey (tcl-do-fill-paragraph): New function.
Sun, 09 Jul 1995 21:30:32 +0000 Tom Tromey (tcl-mode): Fixes to 19.29 paragraph variables.
Sun, 09 Jul 1995 18:52:16 +0000 Tom Tromey (tcl-do-auto-fill): Set fill-prefix.
Sun, 09 Jul 1995 01:07:57 +0000 Tom Tromey (tcl-imenu-create-index-function): Work with imenu from Emacs 19.29
Tue, 27 Jun 1995 20:12:00 +0000 Tom Tromey (tcl-type-alist): More itcl changes.
Tue, 27 Jun 1995 20:06:05 +0000 Tom Tromey More changes for itcl.
Tue, 27 Jun 1995 20:01:29 +0000 Tom Tromey (tcl-set-proc-regexp): Allow leading spaces.
Thu, 11 May 1995 22:12:49 +0000 Tom Tromey (tcl-type-alist): Include entry for "proc".
Wed, 10 May 1995 23:38:12 +0000 Tom Tromey (tcl-add-fsf-menu): Use make-lucid-menu-keymap, not
Wed, 10 May 1995 18:22:21 +0000 Tom Tromey Bug fix in menu code for XEmacs.
Tue, 09 May 1995 21:36:53 +0000 Tom Tromey Changed "Lucid Emacs" to "XEmacs".
Sat, 08 Apr 1995 19:52:50 +0000 Tom Tromey (tcl-outline-level): New function
Tue, 11 Oct 1994 02:01:27 +0000 Tom Tromey (tcl-mode): imenu-create-index-function made buffer local.
Thu, 01 Sep 1994 18:06:24 +0000 Tom Tromey Added filename completion in inferior tcl mode
Mon, 22 Aug 1994 15:56:24 +0000 Tom Tromey tcl-load-file default to current buffer.
Sun, 21 Aug 1994 20:33:05 +0000 Tom Tromey Fixed bug in tcl-guess-application.
Sun, 21 Aug 1994 03:54:45 +0000 Tom Tromey Keybindings don't overshadown comint bindings.
Tue, 26 Jul 1994 00:46:07 +0000 Tom Tromey Emacs 18 changes from Carl Witty.
Thu, 14 Jul 1994 22:49:21 +0000 Tom Tromey Added ";;;###autoload" comments where appropriate.
Sun, 05 Jun 1994 16:57:22 +0000 Tom Tromey tcl-current-word does the right thing in inferior-tcl-mode.
Fri, 03 Jun 1994 21:09:19 +0000 Tom Tromey Another menu fix.
Fri, 03 Jun 1994 20:39:14 +0000 Tom Tromey Fixed menu bug.
Fri, 03 Jun 1994 00:47:15 +0000 Tom Tromey Fixed bug in bug-reporting code.
Thu, 26 May 1994 05:06:14 +0000 Tom Tromey Menu items now sensitive as appropriate.
Sun, 22 May 1994 20:38:11 +0000 Tom Tromey Added bug-report keybindings and menu entries.
Sun, 22 May 1994 20:18:28 +0000 Tom Tromey Even more compile stuff.
Sun, 22 May 1994 20:17:15 +0000 Tom Tromey Moved emacs version checking code to very beginning.
Sun, 22 May 1994 20:14:59 +0000 Tom Tromey Compile fixes.
Sun, 22 May 1994 20:12:44 +0000 Tom Tromey Fixed mark-defun for 19.23.
Sun, 22 May 1994 20:02:03 +0000 Tom Tromey Fixed bug with M-;.
Sun, 22 May 1994 05:26:51 +0000 Tom Tromey Fixes for imenu.
Sun, 22 May 1994 03:38:07 +0000 Tom Tromey Fixed menu support.
Tue, 03 May 1994 01:23:42 +0000 Tom Tromey *** empty log message ***
Sat, 23 Apr 1994 16:23:36 +0000 Tom Tromey Wrote tcl-indent-for-comment
Thu, 07 Apr 1994 17:11:03 +0000 Tom Tromey Updated LCD archive entry.
Thu, 07 Apr 1994 00:23:36 +0000 Tom Tromey Modified LCD archive entry.
Wed, 06 Apr 1994 22:17:36 +0000 Tom Tromey Bug fix; 19.23 should (require 'lmenu).
Wed, 06 Apr 1994 22:12:42 +0000 Tom Tromey Fixed up headers for release.
Wed, 06 Apr 1994 22:10:06 +0000 Tom Tromey Initial revision