| Commit message (Expand) | Author | Age | Files | Lines |
* | (tar-extract): Base the name of the subfile buffer | Andreas Schwab | 2000-12-12 | 1 | -9/+11 |
* | (tar-extract): For goto-char, use (point-min), not | Kenichi Handa | 2000-06-14 | 1 | -5/+5 |
* | (tar-copy): Supply MUSTBENEW arg to write-region. | Dave Love | 2000-06-09 | 1 | -1/+1 |
* | (tar-header-block-recompute-checksum): Remove. | Stefan Monnier | 2000-06-05 | 1 | -87/+39 |
* | Replace tar-dolist, tar-dotimes with dolist, dotimes. | Dave Love | 2000-02-03 | 1 | -44/+13 |
* | (tar-mode-map): Bind q to quit-window, not tar-quit. | Richard M. Stallman | 1999-12-30 | 1 | -8/+2 |
* | (tar-header-block-tokenize): | Richard M. Stallman | 1999-09-08 | 1 | -4/+8 |
* | (tar-header-block-tokenize): Bind linkname. | Dave Love | 1999-09-07 | 1 | -2/+2 |
* | (tar-extract): Don't assume buffer is visiting a file. | Richard M. Stallman | 1999-09-06 | 1 | -1/+3 |
* | (tar-header-block-tokenize): Don't assume that the last byte | Karl Heuer | 1999-06-20 | 1 | -8/+8 |
* | (tar-header-block-tokenize): Decode codes of file | Kenichi Handa | 1998-11-16 | 1 | -23/+89 |
* | (tar-mode): Locally set file-precious-flag. | Richard M. Stallman | 1998-10-17 | 1 | -0/+3 |
* | (tar-mode-revert): no-auto-save arg renamed from no-autosave. | Karl Heuer | 1998-10-06 | 1 | -1/+1 |
* | Give set-auto-coding-funciton FILENAME argument. | Kenichi Handa | 1998-07-25 | 1 | -1/+2 |
* | (tar-extract): Adjusted for the change of the spec | Kenichi Handa | 1998-06-15 | 1 | -8/+2 |
* | (tar-mode): Locally bind local-enable-local-variables, | Richard M. Stallman | 1998-06-13 | 1 | -4/+4 |
* | (tar-extract): Pass HIGHEST=t to detect-coding-region. | Karl Heuer | 1998-06-01 | 1 | -1/+1 |
* | (tar-mode): Position point on the name of the first file. | Richard M. Stallman | 1998-05-22 | 1 | -2/+48 |
* | (tar-subfile-mode): Call auto-save-mode with -1. | Dave Love | 1998-05-11 | 1 | -1/+1 |
* | (tar-mode-write-file): Protect from null tar-header-offset. | Dave Love | 1998-04-29 | 1 | -1/+4 |
* | (tar-extract): Use `!' instead of `:' to construct | Richard M. Stallman | 1998-04-29 | 1 | -1/+2 |
* | Comment change. | Richard M. Stallman | 1998-03-03 | 1 | -0/+1 |
* | Add "q" for quit, and use "C" for copy and "R" for | Karl Heuer | 1998-02-25 | 1 | -2/+9 |
* | Customized. | Stephen Eglen | 1998-02-01 | 1 | -6/+17 |
* | (tar-mode-map): Fix function name in menu entry. | Andreas Schwab | 1997-11-13 | 1 | -1/+1 |
* | (tar-extract): Use second argument of | Richard M. Stallman | 1997-06-17 | 1 | -5/+1 |
* | (tar-mode-write-file): Clear buffer's own modified flag | Richard M. Stallman | 1996-08-28 | 1 | -1/+2 |
* | (tar-mode-map): Bind up and down like C-p, C-n. | Miles Bader | 1996-07-07 | 1 | -0/+2 |
* | (tar-mode-revert): Cope if user cancels the revert. | Richard M. Stallman | 1996-06-12 | 1 | -5/+13 |
* | (tar-subfile-mode): Doc fix. | Richard M. Stallman | 1996-03-06 | 1 | -6/+6 |
* | (tar-summarize-buffer): Fix "done" message. | Karl Heuer | 1996-01-24 | 1 | -2/+2 |
* | (tar-summarize-buffer): Speed-up for large files. | Richard M. Stallman | 1996-01-15 | 1 | -4/+9 |
* | Update FSF's address. | Erik Naggum | 1996-01-14 | 1 | -81/+82 |
* | Comment fixes. | Karl Heuer | 1996-01-05 | 1 | -1/+1 |
* | (tar-copy): Inhibit use of jka-compr handler | Richard M. Stallman | 1995-07-25 | 1 | -1/+12 |
* | (tar-mode-map): Fix capitalization in menu bar. | Karl Heuer | 1995-05-30 | 1 | -1/+1 |
* | (tar-mode): Set write-contents-hooks instead of | Karl Heuer | 1995-05-18 | 1 | -2/+2 |
* | (tar-mode): Locally bind next-line-add-newlines to nil. | Richard M. Stallman | 1995-04-14 | 1 | -37/+24 |
* | Update copyright. | Karl Heuer | 1995-04-13 | 1 | -1/+1 |
* | (tar-clear-modification-flags): Fix several bugs. | Richard M. Stallman | 1995-04-08 | 1 | -3/+3 |
* | (tar-mode-map): Fix typo for tar-display-other-file. | Richard M. Stallman | 1995-04-06 | 1 | -1/+1 |
* | (tar-parse-octal-long-integer): Return list, not vector. | Karl Heuer | 1995-03-21 | 1 | -1/+1 |
* | (tar-grind-file-mode): Doc fix. | Richard M. Stallman | 1995-03-06 | 1 | -1/+2 |
* | (tar-header-block-tokenize): Parse 32-bit modtime | Richard M. Stallman | 1995-02-26 | 1 | -12/+33 |
* | (tar-mode-map): Bind C-m to tar-extract. | Richard M. Stallman | 1994-12-27 | 1 | -0/+1 |
* | (tar-extract): Don't use set-visited-file-name. to | Richard M. Stallman | 1994-12-18 | 1 | -16/+9 |
* | (tar-extract): Set default-directory to that of the superior buffer, not the | Karl Heuer | 1994-11-03 | 1 | -0/+6 |
* | (tar-summarize-buffer): Improperly terminated archive now produces only a | Karl Heuer | 1994-10-27 | 1 | -33/+35 |
* | (tar-summarize-buffer): Check for end of buffer before extracting substring. | Karl Heuer | 1994-10-26 | 1 | -33/+33 |
* | (tar-alter-one-field): Finish previous renaming change. | Richard M. Stallman | 1994-06-24 | 1 | -1/+1 |