aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/tar-mode.el
Commit message (Expand)AuthorAgeFilesLines
* Merge from emacs--rel--22Miles Bader2007-07-261-1/+1
|\
| * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* | Merge from emacs--rel--22Miles Bader2007-07-241-1/+1
|\|
| * (tar-get-descriptor): No error for zero-length file.Richard M. Stallman2007-07-151-1/+1
| * (tar-header-block-summarize, tar-summarize-buffer)Chong Yidong2007-06-061-9/+11
* | Fix typo, and clarify error message handling.Chong Yidong2007-06-061-9/+9
* | Merge from emacs--rel--22Miles Bader2007-05-241-2/+2
|\|
| * (tar-file-name-handler): New function.Eli Zaretskii2007-05-231-4/+22
* | (tar-header-block-summarize, tar-summarize-buffer, tar-get-descriptor): HandleEli Zaretskii2007-05-231-8/+10
* | (tar-file-name-handler): New function.Eli Zaretskii2007-05-231-4/+20
|/
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* (tar-header-block-summarize, tar-clear-modification-flags): "?\ " -> "?\s".Juanma Barranquero2006-11-271-2/+2
* (tar-extract): Call find-operation-coding-systemKenichi Handa2006-05-261-1/+2
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* Remove spurious or unnecessary leading stars in docstrings.Stefan Monnier2005-11-101-188/+189
* (tar-extract): Be sure to callKenichi Handa2005-10-221-8/+4
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-2/+2
* (tar-subfile-save-buffer): Use `insert-buffer-substring', not `insert-buffer'.Juanma Barranquero2005-07-181-2/+2
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* (tar-mode): Turn off undo unconditionally.Richard M. Stallman2005-03-171-0/+1
* (tar-extract): Bind buffer-undo-list to t.Richard M. Stallman2005-01-151-59/+60
* (tar-mode): Use write-contents-functions, not write-contents-hooks.Richard M. Stallman2004-10-271-1/+1
* (tar-summarize-buffer): Use progress reporter.Eli Zaretskii2004-10-081-8/+5
* (tar-extract): Fix for the case that a file doesn't have end-of-line.Kenichi Handa2004-02-091-0/+1
* (tar-parse-octal-integer-safe): Add missing formatAndreas Schwab2004-02-081-2/+2
* Add arch taglinesMiles Bader2003-09-011-0/+1
* (tar-header-block-summarize): Use l for symlink, h for hard link.Richard M. Stallman2003-02-151-2/+2
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-15/+15
* (tar-untar-buffer): Handle dir-entries.Stefan Monnier2002-09-271-21/+26
* (tar-subfile-mode): Use add-hook and remove-hook, and useRichard M. Stallman2002-08-171-8/+8
* (tar-octal-time): Fix last change.Eli Zaretskii2002-05-181-6/+6
* (tar-octal-time): Fix the last argument of logior.Eli Zaretskii2002-05-171-1/+2
* (tar-header-block-summarize, tar-get-descriptor):Richard M. Stallman2002-03-281-0/+2
* (tar-untar-buffer): New function.Richard M. Stallman2002-03-081-0/+21
* (tar-next-line, tar-previous-line): Add doc string,Pavel Janík2002-02-201-4/+6
* (tar-mode): Use define-derived-mode.Stefan Monnier2001-11-171-21/+9
* (tar-mode-write-file): Don't signal an error byGerd Moellmann2001-09-271-2/+3
* (tar-extract): Avoid generating a new bufferGerd Moellmann2001-08-071-11/+7
* (tar-header-block-summarize): Add help-echo to mouse-highlighted text.Eli Zaretskii2001-06-171-1/+3
* Fix the copyright notice.Eli Zaretskii2001-06-151-1/+2
* (tar-extract): Call generate-new-buffer-name toEli Zaretskii2001-06-151-4/+5
* (tar-extract): Pay attention to the value ofEli Zaretskii2001-05-091-4/+5
* (tar-extract): Base the name of the subfile bufferAndreas Schwab2000-12-121-9/+11
* (tar-extract): For goto-char, use (point-min), notKenichi Handa2000-06-141-5/+5
* (tar-copy): Supply MUSTBENEW arg to write-region.Dave Love2000-06-091-1/+1
* (tar-header-block-recompute-checksum): Remove.Stefan Monnier2000-06-051-87/+39
* Replace tar-dolist, tar-dotimes with dolist, dotimes.Dave Love2000-02-031-44/+13
* (tar-mode-map): Bind q to quit-window, not tar-quit.Richard M. Stallman1999-12-301-8/+2
* (tar-header-block-tokenize):Richard M. Stallman1999-09-081-4/+8
* (tar-header-block-tokenize): Bind linkname.Dave Love1999-09-071-2/+2