summaryrefslogtreecommitdiff
path: root/lisp/textmodes/table.el
Commit message (Expand)AuthorAgeFilesLines
* Replace Lisp calls to delete-backward-char by delete-char.Stefan Monnier2010-05-241-19/+19
* Reorganize Custom groups.Chong Yidong2010-03-121-5/+1
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* Fix typos in comments.Juanma Barranquero2009-10-041-2/+2
* Use `called-interactively-p' instead of `interactive-p'.Juanma Barranquero2009-10-021-10/+12
* Use help-print-return-message rather than the now obsolete alias.Glenn Morris2009-08-211-5/+5
* Kevin Ryde <user42 at zip.com.au>Glenn Morris2009-07-221-5/+5
* * textmodes/table.el (table--unibyte-char-to-multibyte): FunctionChong Yidong2009-05-261-15/+2
* Replace last-command-char with last-command-event.Glenn Morris2009-01-091-2/+2
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
* (table-capture): Fix symbol quoting typo.Chong Yidong2008-12-301-1/+1
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
* Replace table-cell-horizontal-char -> table-cell-horizontal-chars.Stefan Monnier2008-04-231-1/+2
* * erc-ibuffer.el (erc-channel-modes):Stefan Monnier2008-01-041-2/+2
* (table--generate-source-epilogue, table-insert,Juanma Barranquero2007-09-261-41/+41
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* (table--point-entered-cell-function)Martin Rudalics2007-05-291-11/+15
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* (table--warn-incompatibility):Richard M. Stallman2007-01-061-5/+5
* (table--row-column-insertion-point-p): Use "non-nil" in docstrings.Juanma Barranquero2006-11-031-1/+1
* 2006-10-15 Martin Rudalics <rudalics@gmx.at>Kim F. Storm2006-10-151-0/+1
* Add move-beginning-of-line and move-end-of-line to Point Motion Only Group.Eli Zaretskii2006-07-221-2/+4
* 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>Kim F. Storm2006-05-311-8/+8
* (*table--cell-describe-mode, *table--cell-describe-bindings): Undo last changeStefan Monnier2006-02-021-2/+2
* (table-mode-indicator): Typo in last change.Stefan Monnier2006-01-191-1/+1
* Move defvars out of eval-when-compile.Stefan Monnier2006-01-181-41/+31
* * mh-customize.el: Do not use face-alias compatibility forDan Nicolaescu2005-08-151-2/+0
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-3/+3
* (table-yank-handler): Change defcustom to defvar.Kim F. Storm2005-07-311-3/+2
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* (table-hooks): Finish `defgroup' description with period.Juanma Barranquero2005-07-041-15/+15
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-391Miles Bader2005-06-101-4/+6
* (table-disable-menu): Add separator as a string so that tmm doesn't createEli Zaretskii2005-05-211-1/+1
* Specify missing group (and type, if simple) in defcustom.Juanma Barranquero2005-05-191-1/+2
* * mh-customize.el (mh-speedbar-selected-folder-face): Special caseDan Nicolaescu2005-04-081-1/+3
* (table--line-column-position): New idiom.Stefan Monnier2005-03-181-20/+33
* Change release version from 21.4 to 22.1 throughout.Kim F. Storm2005-02-091-1/+1
* (table group): Add :version.Richard M. Stallman2004-11-041-1/+2
* Sentence commands added to Point Motion group; kill and backward-killJuanma Barranquero2004-06-041-3/+14
* (table-yank-handler): New defcustom.Eli Zaretskii2003-12-291-2/+6
* Add arch taglinesMiles Bader2003-09-011-0/+1
* (table-cell-horizontal-chars): Renamed from table-cell-horizontal-char. Now aJuanma Barranquero2003-06-051-44/+55
* (table-generate-source): Use ?\\ instead of space in "work in progress" message.Juanma Barranquero2003-02-181-2/+2
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-4/+4
* (defgroup table-hooks): New group.Markus Rost2002-11-171-1/+5
* (table-command-prefix): Fix type.Markus Rost2002-09-051-1/+1
* New file.Richard M. Stallman2002-08-191-0/+5575