summaryrefslogtreecommitdiff
path: root/lisp/array.el
Commit message (Collapse)AuthorAgeFilesLines
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* Comment (minor header format fixes).Glenn Morris2009-01-101-3/+3
|
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
|
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
|
* Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
|
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* Update copyright years.Glenn Morris2006-12-051-1/+1
|
* Move defvars out of eval-when-compile.Stefan Monnier2006-01-181-116/+57
| | | | | | | | | (array-make-template): Replace undeclared global var with a local one. (array-mode): Inline initialization functions. (array-init-local-variables, array-init-max-row) (array-init-max-column, array-init-columns-per-line) (array-init-field-width, array-init-rows-numbered) (array-init-line-length, array-init-lines-per-row): Remove.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+2
|
* (array-mode, array-reconfigure-rows, untabify-backward): Fix typos inJuanma Barranquero2005-07-181-4/+4
| | | | | docstrings. (array-reconfigure-rows): Use `insert-buffer-substring', not `insert-buffer'.
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (array-mode): Use kill-all-local-variables and run-mode-hooks.Lute Kamstra2005-05-261-1/+2
|
* Replace `read-input' by `read-string'.Juanma Barranquero2005-05-181-6/+6
|
* Replace `string-to-int' by `string-to-number'.Juanma Barranquero2005-05-161-5/+5
|
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-2/+2
|
* Fix typo.Pavel Janík2002-01-131-1/+1
|
* (array-reconfigure-rows): Use insert instead of insert-string.Pavel Janík2001-11-261-1/+1
|
* Some fixes to follow coding conventions in files maintained by FSF.Pavel Janík2001-07-151-1/+1
|
* (array-mode): Don't use make-variable-buffer-local.Richard M. Stallman2000-01-111-1/+1
| | | | Use make-local-variable for `truncate-lines'.
* Assorted cleanups for compiler warnings, doc strings, `array-' prefixDave Love2000-01-061-219/+234
| | | | for symbols.
* (array-reconfigure-rows): Use generate-new-buffer.Richard M. Stallman1999-08-291-1/+1
|
* Provide `array'.Karl Heuer1999-08-101-0/+2
|
* (array-mode): Add autoload cookie.Dave Love1998-04-171-0/+1
|
* (array-what-position): Delete format call inside message.Karl Heuer1996-01-251-3/+3
|
* Update FSF's address.Erik Naggum1996-01-141-2/+3
|
* (array-mode): Set overwrite-mode to overwrite-mode-textual.Richard M. Stallman1995-11-201-1/+1
|
* (array-mode): Use force-mode-line-update.Karl Heuer1995-04-251-4/+1
|
* (abs, ceiling, floor): Remove, since they now redefinePaul Eggert1993-08-101-25/+5
| | | | builtin functions. All `ceiling' callers rewritten to invoke `floor'.
* Added or corrected Commentary sectionsEric S. Raymond1993-03-221-8/+12
|
* Add or correct keywordsEric S. Raymond1993-03-181-1/+1
|
* entered into RCSEric S. Raymond1992-07-221-3/+2
|
* *** empty log message ***Eric S. Raymond1992-07-171-0/+1
|
* *** empty log message ***Eric S. Raymond1992-07-161-4/+11
|
* *** empty log message ***Eric S. Raymond1992-05-301-1/+4
|
* Initial revisionJim Blandy1991-01-301-0/+957