summaryrefslogtreecommitdiff
path: root/lisp/tar-mode.el
Commit message (Expand)AuthorAgeFilesLines
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* * lisp/arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'Juri Linkov2012-09-301-4/+5
* * tar-mode.el (tar-header-data-end): Only ignore size for files ofAndreas Schwab2012-08-131-9/+8
* More CL cleanups and reduction of use of cl.el.Stefan Monnier2012-07-111-11/+11
* Fix minor Y10k bugs.Paul Eggert2012-05-031-1/+1
* Replace a use of eval-after-loadGlenn Morris2012-04-161-0/+5
* tar-mode buffer-read-only fixAaron S. Hawley2012-03-161-0/+3
* Minor-mode doc fixes for ARG behaviorGlenn Morris2012-02-071-4/+7
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Spelling fixes.Paul Eggert2011-11-141-1/+1
* tar-grind-file-mode fix.Ulrich Mueller2011-10-201-3/+9
* Coding system fix for tar-untar-buffer (Bug#8870).Jambunathan K2011-06-271-1/+2
* lisp/*.el: Lexical-binding cleanup.Juanma Barranquero2011-04-191-3/+2
* Move keymap initialization into declaration.Stefan Monnier2011-02-101-71/+77
* * lisp/simple.el (special-mode-map): Bind "h" to `describe-mode';Sam Steingold2011-02-011-84/+76
* Refill some long/short copyright headers.Glenn Morris2011-01-261-2/+1
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Nuke arch-tags.Glenn Morris2011-01-151-1/+0
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Merge changes from emacs-23 branch.Juanma Barranquero2010-09-281-1/+2
|\ \ | |/
| * tar-mode.el (tar-header-block-tokenize): Decode filenames in "ustar" format.Kenichi Handa2010-09-271-1/+2
* | Use define-minor-mode where applicable.Stefan Monnier2010-05-021-14/+5
* | Test for special mode-class in view-buffer instead of view-file (bug#5513).Juri Linkov2010-04-191-8/+6
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * tar-mode.el (tar-copy): Call write-region on the right bufferChong Yidong2009-11-071-4/+6
* (tar-data-swapped-p): Make the assertion a bit moreStefan Monnier2009-10-171-6/+16
* Use default-value rather than default-enable-multibyte-characters.Glenn Morris2009-09-031-3/+4
* (tar-header-block-tokenize): Obey @LongLink even forStefan Monnier2009-06-041-1/+4
* (tar-extract): Setup the buffer's name, undo-list, andStefan Monnier2009-03-141-10/+4
* (tar-header-block-tokenize): Presume less, check more.Stefan Monnier2009-03-131-6/+20
* (tar-rename-entry): Only test the magic string, withoutStefan Monnier2009-01-161-2/+2
* (tar-header-block-tokenize): Properly ignore the versionStefan Monnier2009-01-121-4/+9
* (tar-mode, tar-mode-write-contents)Stefan Monnier2009-01-071-12/+12
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
* (tar-mode): Set write-contents-functions instead ofAndreas Schwab2008-12-311-10/+13
* (tar-data-swapped): New var.Stefan Monnier2008-12-301-7/+30
* (tar-swap-data): New function.Andreas Schwab2008-12-261-33/+24
* Merge from emacs--rel--22Miles Bader2008-06-011-1/+1
|\
| * (tar-header-block-summarize): Ensure one space around user&group.Stefan Monnier2008-05-261-1/+1
* | (tar-header): New field `header-start'.Stefan Monnier2008-05-291-97/+95
* | (tar-summarize-buffer): Fix reporter initialization.Stefan Monnier2008-05-281-22/+15
* | Use defstruct and markers.Stefan Monnier2008-05-271-241/+180
* | Use buffer-swap-text to separate summary and raw data.Stefan Monnier2008-05-271-308/+311
* | (tar-summarize-buffer): Comment fix.Andreas Schwab2008-05-261-1/+1
* | Merge from emacs--rel--22Miles Bader2008-05-261-5/+13
|\ \ | |/
| * (tar-summarize-buffer): Handle GNU Tar @LongLink format.Stefan Monnier2008-05-251-9/+17
* | Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
* | (tar-untar-buffer): If the entry has directory link type, extract itMagnus Henoch2008-04-231-1/+3
* | (tar-prefix-offset): New constant.Juri Linkov2008-04-221-4/+12