log lisp/progmodes/tcl.el @ 57188:03a731220a33

age author description
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.