summaryrefslogtreecommitdiff
path: root/lisp/textmodes/two-column.el
Commit message (Collapse)AuthorAgeFilesLines
...
* (2C-two-columns): Doc fix.Richard M. Stallman2006-10-081-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+2
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (two-column): Finish `defgroup' description with period.Juanma Barranquero2005-07-041-1/+1
|
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* (2C-mode-line-format): Doc fix.John Paul Wallington2003-07-191-1/+1
|
* (2C-mode): Don't use make-local-hook.Stefan Monnier2001-10-131-1/+0
|
* Keyword added and FSF specified as Maintainer.Pavel Janík2001-08-061-0/+1
|
* Some fixes to follow coding conventions.Pavel Janík2001-07-161-2/+5
|
* * simple.el (delete-trailing-whitespace): New interactive function.Sam Steingold2000-11-221-2/+2
| | | | | | | | | | * progmodes/ada-mode.el (ada-mode): Use it instead of `ada-remove-trailing-spaces' (ada-remove-trailing-spaces): Removed. * textmodes/two-column.el (2C-merge): Recommend it in the doc. * textmodes/picture.el (picture-mode-exit): Call it instead of `picture-clean'. (picture-clean): Removed.
* Update comment.Karl Heuer1998-12-141-2/+1
|
* Bind f2 and C-x 6 prefixesKarl Heuer1998-06-011-5/+2
| | | | only via an autoload, not when this file is loaded.
* Comment change.Richard M. Stallman1997-05-271-1/+2
|
* Add defgroup; use defcustom for user vars.Richard M. Stallman1997-04-131-12/+30
|
* (2C-two-columns): Doc fix.Richard M. Stallman1996-10-121-1/+1
|
* (minor-mode-map-alist): Use substitute-key-definitionKarl Heuer1995-11-031-5/+11
| | | | | | | to find the appropriate bindings for window enlarge/shrink. (2C-shrink-window-horizontally, 2C-enlarge-window-horizontally): Renamed from shrink-window-horizontally, enlarge-window-horizontally to avoid redefining the standard functions.
* (2C-mode): Use make-local-hook and add-hook.Richard M. Stallman1995-08-221-2/+2
|
* (2C-toggle-autoscroll, 2C-autoscroll):Karl Heuer1995-08-011-32/+42
| | | | | | | Only (sit-for 0) once for smoother scrolling. (2C-associated-buffer): go to same line and column. (2C-newline): new function. (2C-other): optional arg to signal missing other buffer.
* Symbols renamed to be like mode-line indicator.Karl Heuer1995-07-071-412/+417
| | | | | | | | | | | | | | | | | | | | | | | | | Supposed to now also work for Lucid. (2C-mode-map): New name for `tc-mode-map'. Additionally bound to [f2]. (2C-minor-mode-map) New variable. (2C-mode): New name for `tc-other'. (2C-mode-line-format): New name for `tc-mode-line-format'. (2C-other-buffer-hook): New variable. (2C-separator): New name for `tc-separator'. (2C-window-width): New name for `tc-window-width'. (2C-beyond-fill-column): New name for `tc-beyond-fill-column'. (2C-autoscroll, 2C-autoscroll-start): New variables. (2C-other): New name for `tc-other'. (2C-mode): New name for `tc-mode', `tc-two-columns'. (2C-two-columns): New function. (2C-associate-buffer): New name for `tc-associate-buffer'. (2C-split): New name for `tc-split'. (2C-dissociate): New name for `tc-dissociate'. (2C-merge): New name for `tc-merge'. (2C-associated-buffer): New name for `tc-associated-buffer'. (2C-toggle-autoscroll, 2C-autoscroll): New functions. (tc-scroll-line, tc-scroll-up, tc-scroll-down, tc-recenter): Deleted functions.
* Update copyright.Karl Heuer1994-05-031-1/+1
|
* (tc-mode-line-format):Richard M. Stallman1994-04-241-1/+1
| | | | | Put mode-line-process immediately after mode-name when setting mode-line-format.
* Fix copying conditions for current GPL version.Richard M. Stallman1994-04-071-29/+1
|
* Fix typo in comment.Karl Heuer1994-03-011-1/+1
|
* (tc-mode-map): Fix binding of tc-dissociate.Karl Heuer1994-03-011-1/+1
|
* All fsets changed to defaliases.Eric S. Raymond1993-04-231-1/+1
|
* (tc-dissociate): Renamed from tc-kill-association.Richard M. Stallman1993-04-171-2/+2
| | | | Move binding to C-x 6 d.
* Added Commentary.Eric S. Raymond1993-03-261-0/+2
|
* * two-column.el: Add autoloads for the functions defined inJim Blandy1993-02-221-0/+10
| | | | tc-mode-map.
* Use frame-width instead of screen-width.Richard M. Stallman1992-09-281-61/+34
|
* entered into RCSJim Blandy1992-08-041-13/+14
|
* *** empty log message ***Eric S. Raymond1992-07-221-3/+2
|
* Initial revisionEric S. Raymond1992-07-171-0/+646