Sync to HEAD
[bpt/emacs.git] / lisp / progmodes / tcl.el
2004-04-16 Kenichi HandaSync to HEAD
2003-09-08 Kenichi Handa*** empty log message ***
2003-09-08 Kenichi HandaNew directory
2003-09-01 Miles BaderAdd arch taglines
2003-06-05 Juanma Barranquero(tcl-mode): Set imenu-generic-expression to the value of
2003-05-17 Stefan Monnier(tcl-indent-exp): Remove dead code.
2003-05-06 Juanma Barranquero(tcl-explain-indentation): Don't quote nil and t in...
2003-02-11 Stefan Monnier(tcl-omit-ws-regexp): Correctly handle cases like ...
2003-02-04 Juanma BarranqueroTrailing whitepace deleted.
2002-11-07 Stefan Monnier(tcl-mode): Don't set paragraph-start,
2002-04-01 Stefan MonnierChange maintainer.
2002-04-01 Richard M. Stallman(tcl-imenu-generic-expression): New value.
2002-03-29 Richard M. Stallman(tcl-imenu-create-index-function): Doc fix.
2002-02-20 Richard M. Stallman(tcl-do-fill-paragraph): Find and fill on more
2001-10-11 Stefan MonnierChange maintainer to FSF and remove loads of compatibil...
2001-07-17 Stefan Monnier*** empty log message ***
2001-07-16 Pavel JaníkSome fixes to follow coding conventions.
2001-01-29 Gerd Moellmann(outline, dabbrev, add-log): Require when
2000-06-04 Stefan Monnier(tcl-indent-for-comment): Ignore comment-indent-hook.
1999-08-04 Richard M. StallmanCustomized.
1999-08-03 Richard M. StallmanMany doc fixes.
1999-07-19 Tom Tromey(tcl-typeword-list): Added `variable'.
1999-07-19 Tom Tromey(tcl-keyword-list): Added method, body, configbody...
1999-07-18 Tom Tromey(tcl-mode): Set font-lock-defaults, not font-lock-keywords.
1999-07-18 Tom Tromey(tcl-proc-list): Reverted; already had `body'.
1999-07-18 Tom Tromey(tcl-proc-list): Added `body'.
1999-03-29 Tom Tromey(tcl-using-emacs-19-23): Recognize Emacs 20.
1998-07-02 Tom TromeySome itcl additions:
1996-09-12 Tom Tromey(tcl-indent-command): Use insert-tab, not self-insert...
1996-03-23 Tom Tromey(tcl-using-emacs-19): Work with XEmacs 20.0. From...
1995-12-07 Tom Tromey(add-log-tcl-defun): Don't use tcl-beginning-of-defun...
1995-12-07 Tom Tromey(add-log-tcl-defun): Now uses tcl-beginning-of-defun.
1995-08-22 Tom Tromey(tcl-hilit): New function from "Chris Alfeld" <calfeld...
1995-08-07 Tom Tromey(tcl-do-auto-fill): Only fill past fill-column; for...
1995-07-23 Tom Tromey(tcl-word-no-props): New function.
1995-07-23 Tom TromeyDoc fixes.
1995-07-17 Tom Tromey(inferior-tcl-mode): Use modeline-process if it exists.
1995-07-17 Tom TromeyXEmacs currently must use tcl-internal-end-of-defun
1995-07-14 Tom TromeyChanges to make menus work in XEmacs.
1995-07-11 Tom Tromey(tcl-mode): Customize for new dabbrev.
1995-07-09 Tom Tromey(tcl-do-fill-paragraph): New function.
1995-07-09 Tom Tromey(tcl-mode): Fixes to 19.29 paragraph variables.
1995-07-09 Tom Tromey(tcl-do-auto-fill): Set fill-prefix.
1995-07-09 Tom Tromey(tcl-imenu-create-index-function): Work with imenu...
1995-06-27 Tom Tromey(tcl-type-alist): More itcl changes.
1995-06-27 Tom TromeyMore changes for itcl.
1995-06-27 Tom Tromey(tcl-set-proc-regexp): Allow leading spaces.
1995-05-11 Tom Tromey(tcl-type-alist): Include entry for "proc".
1995-05-10 Tom Tromey(tcl-add-fsf-menu): Use make-lucid-menu-keymap, not
1995-05-10 Tom TromeyBug fix in menu code for XEmacs.
1995-05-09 Tom TromeyChanged "Lucid Emacs" to "XEmacs".
1995-04-08 Tom Tromey(tcl-outline-level): New function
1994-10-11 Tom Tromey(tcl-mode): imenu-create-index-function made buffer...
1994-09-01 Tom TromeyAdded filename completion in inferior tcl mode
1994-08-22 Tom Tromeytcl-load-file default to current buffer.
1994-08-21 Tom TromeyFixed bug in tcl-guess-application.
1994-08-21 Tom TromeyKeybindings don't overshadown comint bindings.
1994-07-26 Tom TromeyEmacs 18 changes from Carl Witty.
1994-07-14 Tom TromeyAdded ";;;###autoload" comments where appropriate.
1994-06-05 Tom Tromeytcl-current-word does the right thing in inferior-tcl...
1994-06-03 Tom TromeyAnother menu fix.
1994-06-03 Tom TromeyFixed menu bug.
1994-06-03 Tom TromeyFixed bug in bug-reporting code.
1994-05-26 Tom TromeyMenu items now sensitive as appropriate.
1994-05-22 Tom TromeyAdded bug-report keybindings and menu entries.
1994-05-22 Tom TromeyEven more compile stuff.
1994-05-22 Tom TromeyMoved emacs version checking code to very beginning.
1994-05-22 Tom TromeyCompile fixes.
1994-05-22 Tom TromeyFixed mark-defun for 19.23.
1994-05-22 Tom TromeyFixed bug with M-;.
1994-05-22 Tom TromeyFixes for imenu.
1994-05-22 Tom TromeyFixed menu support.
1994-05-03 Tom Tromey*** empty log message ***
1994-04-23 Tom TromeyWrote tcl-indent-for-comment
1994-04-07 Tom TromeyUpdated LCD archive entry.
1994-04-07 Tom TromeyModified LCD archive entry.
1994-04-06 Tom TromeyBug fix; 19.23 should (require 'lmenu).
1994-04-06 Tom TromeyFixed up headers for release.
1994-04-06 Tom TromeyInitial revision