aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/tar-mode.el
Commit message (Expand)AuthorAgeFilesLines
* (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
* (tar-extract): Use `!' instead of `:' to constructRichard M. Stallman1998-04-291-1/+2
* Comment change.Richard M. Stallman1998-03-031-0/+1
* Add "q" for quit, and use "C" for copy and "R" forKarl Heuer1998-02-251-2/+9
* Customized.Stephen Eglen1998-02-011-6/+17
* (tar-mode-map): Fix function name in menu entry.Andreas Schwab1997-11-131-1/+1
* (tar-extract): Use second argument ofRichard M. Stallman1997-06-171-5/+1
* (tar-mode-write-file): Clear buffer's own modified flagRichard M. Stallman1996-08-281-1/+2
* (tar-mode-map): Bind up and down like C-p, C-n.Miles Bader1996-07-071-0/+2
* (tar-mode-revert): Cope if user cancels the revert.Richard M. Stallman1996-06-121-5/+13
* (tar-subfile-mode): Doc fix.Richard M. Stallman1996-03-061-6/+6
* (tar-summarize-buffer): Fix "done" message.Karl Heuer1996-01-241-2/+2
* (tar-summarize-buffer): Speed-up for large files.Richard M. Stallman1996-01-151-4/+9
* Update FSF's address.Erik Naggum1996-01-141-81/+82
* Comment fixes.Karl Heuer1996-01-051-1/+1
* (tar-copy): Inhibit use of jka-compr handlerRichard M. Stallman1995-07-251-1/+12
* (tar-mode-map): Fix capitalization in menu bar.Karl Heuer1995-05-301-1/+1
* (tar-mode): Set write-contents-hooks instead ofKarl Heuer1995-05-181-2/+2
* (tar-mode): Locally bind next-line-add-newlines to nil.Richard M. Stallman1995-04-141-37/+24
* Update copyright.Karl Heuer1995-04-131-1/+1
* (tar-clear-modification-flags): Fix several bugs.Richard M. Stallman1995-04-081-3/+3
* (tar-mode-map): Fix typo for tar-display-other-file.Richard M. Stallman1995-04-061-1/+1
* (tar-parse-octal-long-integer): Return list, not vector.Karl Heuer1995-03-211-1/+1
* (tar-grind-file-mode): Doc fix.Richard M. Stallman1995-03-061-1/+2
* (tar-header-block-tokenize): Parse 32-bit modtimeRichard M. Stallman1995-02-261-12/+33
* (tar-mode-map): Bind C-m to tar-extract.Richard M. Stallman1994-12-271-0/+1
* (tar-extract): Don't use set-visited-file-name. toRichard M. Stallman1994-12-181-16/+9
* (tar-extract): Set default-directory to that of the superior buffer, not theKarl Heuer1994-11-031-0/+6
* (tar-summarize-buffer): Improperly terminated archive now produces only aKarl Heuer1994-10-271-33/+35
* (tar-summarize-buffer): Check for end of buffer before extracting substring.Karl Heuer1994-10-261-33/+33
* (tar-alter-one-field): Finish previous renaming change.Richard M. Stallman1994-06-241-1/+1
* (tar-extract): Set file name by hand before callingRichard M. Stallman1994-06-231-17/+21