1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-04 11:40:22 +00:00
Commit Graph

61 Commits

Author SHA1 Message Date
Stefan Monnier
6a4384e6bc (tcl-indent-for-comment): Ignore comment-indent-hook. 2000-06-04 22:01:03 +00:00
Richard M. Stallman
94662de752 Customized. 1999-08-04 22:55:56 +00:00
Richard M. Stallman
2f585cfe9c Many doc fixes.
(tcl-add-emacs-menu): Renamed from tcl-add-fsf-menu.
1999-08-03 12:42:09 +00:00
Tom Tromey
5bc0f801f1 (tcl-typeword-list): Added `variable'. 1999-07-19 00:36:55 +00:00
Tom Tromey
7a366a316f (tcl-keyword-list): Added method, body, configbody, class 1999-07-19 00:35:36 +00:00
Tom Tromey
2e4d8e503e (tcl-mode): Set font-lock-defaults, not font-lock-keywords. 1999-07-18 18:40:27 +00:00
Tom Tromey
4744889106 (tcl-proc-list): Reverted; already had `body'. 1999-07-18 05:21:33 +00:00
Tom Tromey
7d2be63757 (tcl-proc-list): Added `body'. 1999-07-18 05:19:57 +00:00
Tom Tromey
c076faabba (tcl-using-emacs-19-23): Recognize Emacs 20. 1999-03-29 07:35:55 +00:00
Tom Tromey
55c6d8fce1 Some itcl additions:
(tcl-typeword-list): Added private, itk_option.
(tcl-proc-list): Added body, configbody, class.
1998-07-02 17:47:49 +00:00
Tom Tromey
9a0fc2087f (tcl-indent-command): Use insert-tab, not self-insert-command. 1996-09-12 17:02:52 +00:00
Tom Tromey
fcb51016d2 (tcl-using-emacs-19): Work with XEmacs 20.0. From Ben Wing. 1996-03-23 05:14:50 +00:00
Tom Tromey
150269d560 (add-log-tcl-defun): Don't use tcl-beginning-of-defun; just go to end
of line before searching.
1995-12-07 18:27:47 +00:00
Tom Tromey
5191b75daa (add-log-tcl-defun): Now uses tcl-beginning-of-defun. 1995-12-07 18:18:21 +00:00
Tom Tromey
8967cd6efd (tcl-hilit): New function from "Chris Alfeld" <calfeld@math.utah.edu>
(tcl-mode): Call it
1995-08-22 17:49:45 +00:00
Tom Tromey
2064ba4d58 (tcl-do-auto-fill): Only fill past fill-column; for 19.29.
(tcl-auto-fill-mode): Use force-mode-line-update.
1995-08-07 16:02:01 +00:00
Tom Tromey
6654e1b15e (tcl-word-no-props): New function.
(tcl-figure-type): Use it.
(tcl-current-word): Ditto.
1995-07-23 23:51:25 +00:00
Tom Tromey
a37875b4b5 Doc fixes. 1995-07-23 20:26:47 +00:00
Tom Tromey
9bad6296ad (inferior-tcl-mode): Use modeline-process if it exists. 1995-07-17 19:59:49 +00:00
Tom Tromey
c1dc1e4ec5 XEmacs currently must use tcl-internal-end-of-defun 1995-07-17 19:55:25 +00:00
Tom Tromey
c803d3a7e2 Changes to make menus work in XEmacs.
From Mike Scheidler <c23mts@kocrsv01.delcoelect.com>
1995-07-14 21:54:56 +00:00
Tom Tromey
68734e7b47 (tcl-mode): Customize for new dabbrev. 1995-07-11 03:13:15 +00:00
Tom Tromey
370d8fcccf (tcl-do-fill-paragraph): New function.
(tcl-mode): Set up for paragraph filling.
1995-07-09 21:58:03 +00:00
Tom Tromey
fdacefbd18 (tcl-mode): Fixes to 19.29 paragraph variables. 1995-07-09 21:30:32 +00:00
Tom Tromey
1975984577 (tcl-do-auto-fill): Set fill-prefix. 1995-07-09 18:52:16 +00:00
Tom Tromey
8ebb39c016 (tcl-imenu-create-index-function): Work with imenu from Emacs 19.29 1995-07-09 01:07:57 +00:00
Tom Tromey
fe8fa72dad (tcl-type-alist): More itcl changes. 1995-06-27 20:12:00 +00:00
Tom Tromey
a7efef53dc More changes for itcl.
Bug fixes for Emacs 19.29.
1995-06-27 20:06:05 +00:00
Tom Tromey
a0defa814a (tcl-set-proc-regexp): Allow leading spaces.
(tcl-proc-list): Changes for itcl.
(tcl-typeword-list): Ditto.
(tcl-keyword-list): Ditto.
1995-06-27 20:01:29 +00:00
Tom Tromey
303f8496cb (tcl-type-alist): Include entry for "proc". 1995-05-11 22:12:49 +00:00
Tom Tromey
1305021dea (tcl-add-fsf-menu): Use make-lucid-menu-keymap, not
"make-xemacs-menu-keymap".
1995-05-10 23:38:12 +00:00
Tom Tromey
60da020d00 Bug fix in menu code for XEmacs. 1995-05-10 18:22:21 +00:00
Tom Tromey
e9e7f5f226 Changed "Lucid Emacs" to "XEmacs".
Tcl's popup menu now added to existing one, courtesy
dfarmer@evolving.com (Doug Farmer)
1995-05-09 21:36:53 +00:00
Tom Tromey
50776640f7 (tcl-outline-level): New function
(tcl-mode): Added outline-handling stuff.
From Jesper Pedersen <blackie@imada.ou.dk>
1995-04-08 19:52:50 +00:00
Tom Tromey
513a650902 (tcl-mode): imenu-create-index-function made buffer local. 1994-10-11 02:01:27 +00:00
Tom Tromey
2707a9d13d Added filename completion in inferior tcl mode 1994-09-01 18:06:24 +00:00
Tom Tromey
700a20bf49 tcl-load-file default to current buffer. 1994-08-22 15:56:24 +00:00
Tom Tromey
3530a31713 Fixed bug in tcl-guess-application. 1994-08-21 20:33:05 +00:00
Tom Tromey
31cc18672a Keybindings don't overshadown comint bindings. 1994-08-21 03:54:45 +00:00
Tom Tromey
597c7ed598 Emacs 18 changes from Carl Witty. 1994-07-26 00:46:07 +00:00
Tom Tromey
cd754bf547 Added ";;;###autoload" comments where appropriate. 1994-07-14 22:49:21 +00:00
Tom Tromey
f5608c7621 tcl-current-word does the right thing in inferior-tcl-mode. 1994-06-05 16:57:22 +00:00
Tom Tromey
efd7d762ec Another menu fix. 1994-06-03 21:09:19 +00:00
Tom Tromey
a796569b5c Fixed menu bug. 1994-06-03 20:39:14 +00:00
Tom Tromey
03993eef27 Fixed bug in bug-reporting code. 1994-06-03 00:47:15 +00:00
Tom Tromey
dc509e648d Menu items now sensitive as appropriate. 1994-05-26 05:06:14 +00:00
Tom Tromey
524587f216 Added bug-report keybindings and menu entries. 1994-05-22 20:38:11 +00:00
Tom Tromey
8a1bbe07a8 Even more compile stuff. 1994-05-22 20:18:28 +00:00
Tom Tromey
764d485b21 Moved emacs version checking code to very beginning. 1994-05-22 20:17:15 +00:00
Tom Tromey
bc4cb3012a Compile fixes. 1994-05-22 20:14:59 +00:00