1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-04 08:47:11 +00:00
Commit Graph

42 Commits

Author SHA1 Message Date
Richard M. Stallman
d4ec020080 (tar-copy): Inhibit use of jka-compr handler
when both to- and from- files would use it.
1995-07-25 20:27:07 +00:00
Karl Heuer
9f1250c56e (tar-mode-map): Fix capitalization in menu bar. 1995-05-30 22:35:28 +00:00
Karl Heuer
9a0341b21a (tar-mode): Set write-contents-hooks instead of
local-write-file-hooks.
1995-05-18 19:57:15 +00:00
Richard M. Stallman
67501c0181 (tar-mode): Locally bind next-line-add-newlines to nil.
(tar-subfile-mode): Doc fix.
(tar-expunge): Make questions and messages start with upper case letter.
(tar-summarize-buffer): Ditto.
(tar-subfile-save-buffer): Make message like others.
(tar-mode): Locally bind local-write-file-hooks.
(tar-mode-write-file): Renamed from tar-mode-maybe-write-tar-file.
(tar-mode-write-file): Simplify to only work for tar file buffers.
(write-file-hooks): Don't modify this.
1995-04-14 20:46:11 +00:00
Karl Heuer
5ff436fbc5 Update copyright. 1995-04-13 21:34:34 +00:00
Richard M. Stallman
a7e5e8cbc7 (tar-clear-modification-flags): Fix several bugs. 1995-04-08 18:04:43 +00:00
Richard M. Stallman
0760ac9a9d (tar-mode-map): Fix typo for tar-display-other-file. 1995-04-06 02:12:11 +00:00
Karl Heuer
806cba9c00 (tar-parse-octal-long-integer): Return list, not vector. 1995-03-21 02:19:38 +00:00
Richard M. Stallman
6a06ace60b (tar-grind-file-mode): Doc fix. 1995-03-06 04:37:18 +00:00
Richard M. Stallman
3071220966 (tar-header-block-tokenize): Parse 32-bit modtime
current-time compatible a list of 16-bit ints (HIGH LOW).
(tar-parse-octal-integer): Write char-const '0' as
?0 instead of more obscure 48.
(tar-parse-octal-long-integer): New function.
(tar-clip-time-string): New function.
(tar-header-block-summarize, tar-header-block-summarize):
Insert mod-time into listing.
(tar-next-line): Move goal column to new location of filenames.

(tar-mode-show-date): New variable.
(tar-header-block-summarize, tar-next-line): Obey it.
1995-02-26 22:06:49 +00:00
Richard M. Stallman
42269da571 (tar-mode-map): Bind C-m to tar-extract. 1994-12-27 03:49:57 +00:00
Richard M. Stallman
fef5a0becf (tar-extract): Don't use set-visited-file-name. to
avoid interaction problems with ange-ftp.
1994-12-18 18:48:04 +00:00
Karl Heuer
c4e347be42 (tar-extract): Set default-directory to that of the superior buffer, not the
pseudo-dir formed from the archive name.
1994-11-03 20:37:28 +00:00
Karl Heuer
7bfcceabaa (tar-summarize-buffer): Improperly terminated archive now produces only a
warning.
1994-10-27 18:29:49 +00:00
Karl Heuer
1b15043ec2 (tar-summarize-buffer): Check for end of buffer before extracting substring. 1994-10-26 01:40:21 +00:00
Richard M. Stallman
d246db946d (tar-alter-one-field): Finish previous renaming change. 1994-06-24 18:32:36 +00:00
Richard M. Stallman
1bc2809981 (tar-extract): Set file name by hand before calling
set-visited-file-name.

Various renamings; all callers changed.
(tar-header-block-tokenize): Renamed from tokenize-tar-header-block.
(tar-header-block-checksum): Renamed from checksum-tar-header-block.
(tar-header-block-check-checksum):
Renamed from check-tar-header-block-checksum.
(tar-header-block-recompute-checksum):
Renamed from recompute-tar-header-block-checksum.
(tar-header-block-summarize):
Renamed from summarize-tar-header-block.
1994-06-23 17:52:44 +00:00
Richard M. Stallman
9759073737 (tar-extract): Put tar name into subfile visited name.
(tar-subfile-save-buffer): When updating the desc line,
insert new text after, then delete.
1994-05-14 09:18:02 +00:00
Richard M. Stallman
412723df84 (tar-extract): Don't clear out the buffer-file-name.
Don't set list-buffers-directory.
1994-05-12 05:03:19 +00:00
Karl Heuer
d733c5ec03 Update copyright. 1994-05-03 22:46:37 +00:00
Richard M. Stallman
ce2100661a Comment change. 1994-04-25 23:34:17 +00:00
Karl Heuer
6a608e8ebf (tar-copy): Don't bother with a temp buffer. 1994-04-25 18:26:20 +00:00
Richard M. Stallman
c09655bc3c (tar-extract): Don't put whole file name in buffer name.
Do put it in list-buffers-directory.
Save mode line space when mentioning the tar file name.
(tar-subfile-mode): Don't add anything to minor-mode-alist.
1994-04-24 08:32:32 +00:00
Karl Heuer
84258c5dcc (summarize-tar-header-block): Add mouse-face properties. 1994-04-02 05:52:36 +00:00
Richard M. Stallman
439fa06f53 Fix error message syntax.
(tar-mode): Doc fix.
(tar-mouse-extract): New command.
(tar-mode-map): Bind mouse-2.
(tar-get-descriptor): New function.
(tar-extract, tar-copy): Use that.
(tar-mode-maybe-write-tar-file): Renamed from maybe-write-tar-file.
1994-03-31 17:16:37 +00:00
Richard M. Stallman
628d6cef6e (tar-pad-to-blocksize): Bind inhibit-read-only, not buffer-read-only. 1994-02-07 05:59:31 +00:00
Roland McGrath
4a520a2215 (tar-mode-map): Don't bind C-c. 1993-08-12 18:38:32 +00:00
Richard M. Stallman
e865c5cea7 Fix doc strings and error message syntax.
Add menu bar items.
(tar-subfile-mode): Set a local-write-file-hook
rather than using key bindings.
(tar-subfile-save-buffer): Return t.
1993-07-31 22:35:20 +00:00
Richard M. Stallman
1c0b374342 (tar-parse-info, tar-header-offset, tar-superior-buffer)
(tar-superior-descriptor): Make them permanent locals.
(tar-mode): Call kill-all-local-variables.
Locally set enable-local-variables to nil.
1993-07-24 08:42:00 +00:00
Richard M. Stallman
b5ae9ca5a9 (tar-extract): Use view-exit-action to kill viewed buf. 1993-07-17 19:10:13 +00:00
Richard M. Stallman
bdd53bbcac Typo in autoload cookie. 1993-06-01 21:42:03 +00:00
Richard M. Stallman
72e6e6b15e Don't initialize write-file-hooks.
Don't change auto-mode-alist.
(tar-regexp): Deleted.
(tar-normal-mode): Deleted.
(tar-mode): Add autoload.
1993-05-31 21:51:15 +00:00
Eric S. Raymond
31e1d9206b All fsets changed to defaliases. 1993-04-23 06:51:44 +00:00
Eric S. Raymond
0f8becaa42 Add defvars to pacify the byte compiler, at RMS's request. 1993-04-16 19:36:29 +00:00
Eric S. Raymond
3d7fc2fb35 entered into RCS 1992-07-27 06:59:29 +00:00
Eric S. Raymond
eea8d4efaf *** empty log message *** 1992-07-22 02:58:21 +00:00
Eric S. Raymond
d7b4d18fd4 *** empty log message *** 1992-07-17 20:24:00 +00:00
Eric S. Raymond
e516799970 *** empty log message *** 1992-07-16 21:47:34 +00:00
Eric S. Raymond
22a89ee866 *** empty log message *** 1992-07-14 21:51:51 +00:00
Eric S. Raymond
c88ab9ce4a *** empty log message *** 1992-05-30 21:11:25 +00:00
Jim Blandy
49116ac071 *** empty log message *** 1992-03-16 20:39:07 +00:00
Richard M. Stallman
aa73f29c5c Initial revision 1991-03-11 01:37:34 +00:00