summaryrefslogtreecommitdiff
path: root/lisp/tar-mode.el
Commit message (Expand)AuthorAgeFilesLines
...
| * (tar-extract): Bind buffer-undo-list to t.Richard M. Stallman2005-01-151-59/+60
* | (tar-extract): Adjust code merged from trunk forKenichi Handa2005-01-171-1/+7
* | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-69Miles Bader2004-11-041-1/+1
|\ \ | |/
| * (tar-mode): Use write-contents-functions, not write-contents-hooks.Richard M. Stallman2004-10-271-1/+1
* | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-57Miles Bader2004-10-141-8/+6
|\ \ | |/
| * (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
* | Sync to HEADKenichi Handa2004-04-161-2/+3
* | *** empty log message ***Kenichi Handa2003-09-081-106/+68
|\ \
| * | (tar-extract): Fix previous change.Kenichi Handa2002-08-081-1/+1
| * | (tar-file-name-coding-system): New variable. MakeKenichi Handa2002-07-311-107/+75
* | | New directoryKenichi Handa2003-09-081-1/+0
| |/ |/|
* | 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
* (tar-extract): Don't assume buffer is visiting a file.Richard M. Stallman1999-09-061-1/+3
* (tar-header-block-tokenize): Don't assume that the last byteKarl Heuer1999-06-201-8/+8
* (tar-header-block-tokenize): Decode codes of fileKenichi Handa1998-11-161-23/+89
* (tar-mode): Locally set file-precious-flag.Richard M. Stallman1998-10-171-0/+3
* (tar-mode-revert): no-auto-save arg renamed from no-autosave.Karl Heuer1998-10-061-1/+1
* Give set-auto-coding-funciton FILENAME argument.Kenichi Handa1998-07-251-1/+2
* (tar-extract): Adjusted for the change of the specKenichi Handa1998-06-151-8/+2
* (tar-mode): Locally bind local-enable-local-variables,Richard M. Stallman1998-06-131-4/+4
* (tar-extract): Pass HIGHEST=t to detect-coding-region.Karl Heuer1998-06-011-1/+1
* (tar-mode): Position point on the name of the first file.Richard M. Stallman1998-05-221-2/+48
* (tar-subfile-mode): Call auto-save-mode with -1.Dave Love1998-05-111-1/+1
* (tar-mode-write-file): Protect from null tar-header-offset.Dave Love1998-04-291-1/+4