summaryrefslogtreecommitdiff
path: root/lisp/tar-mode.el
AgeCommit message (Expand)Author
2012-09-30* lisp/arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'Juri Linkov
2012-08-13* tar-mode.el (tar-header-data-end): Only ignore size for files ofAndreas Schwab
2012-07-11More CL cleanups and reduction of use of cl.el.Stefan Monnier
2012-05-03Fix minor Y10k bugs.Paul Eggert
2012-04-16Replace a use of eval-after-loadGlenn Morris
2012-03-16tar-mode buffer-read-only fixAaron S. Hawley
2012-02-07Minor-mode doc fixes for ARG behaviorGlenn Morris
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris
2011-11-14Spelling fixes.Paul Eggert
2011-10-20tar-grind-file-mode fix.Ulrich Mueller
2011-06-27Coding system fix for tar-untar-buffer (Bug#8870).Jambunathan K
2011-04-19lisp/*.el: Lexical-binding cleanup.Juanma Barranquero
2011-02-10Move keymap initialization into declaration.Stefan Monnier
2011-02-01* lisp/simple.el (special-mode-map): Bind "h" to `describe-mode';Sam Steingold
2011-01-26Refill some long/short copyright headers.Glenn Morris
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris
2011-01-15Nuke arch-tags.Glenn Morris
2011-01-14Merge from emacs-23Stefan Monnier
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris
2010-09-28Merge changes from emacs-23 branch.Juanma Barranquero
2010-09-27tar-mode.el (tar-header-block-tokenize): Decode filenames in "ustar" format.Kenichi Handa
2010-05-02Use define-minor-mode where applicable.Stefan Monnier
2010-04-19Test for special mode-class in view-buffer instead of view-file (bug#5513).Juri Linkov
2010-01-13Add 2010 to copyright years.Glenn Morris
2009-11-07* tar-mode.el (tar-copy): Call write-region on the right bufferChong Yidong
2009-10-17(tar-data-swapped-p): Make the assertion a bit moreStefan Monnier
2009-09-03Use default-value rather than default-enable-multibyte-characters.Glenn Morris
2009-06-04(tar-header-block-tokenize): Obey @LongLink even forStefan Monnier
2009-03-14(tar-extract): Setup the buffer's name, undo-list, andStefan Monnier
2009-03-13(tar-header-block-tokenize): Presume less, check more.Stefan Monnier
2009-01-16(tar-rename-entry): Only test the magic string, withoutStefan Monnier
2009-01-12(tar-header-block-tokenize): Properly ignore the versionStefan Monnier
2009-01-07(tar-mode, tar-mode-write-contents)Stefan Monnier
2009-01-05Add 2009 to copyright years.Glenn Morris
2008-12-31(tar-mode): Set write-contents-functions instead ofAndreas Schwab
2008-12-30(tar-data-swapped): New var.Stefan Monnier
2008-12-26(tar-swap-data): New function.Andreas Schwab
2008-06-01Merge from emacs--rel--22Miles Bader
2008-05-29(tar-header): New field `header-start'.Stefan Monnier
2008-05-28(tar-summarize-buffer): Fix reporter initialization.Stefan Monnier
2008-05-27Use defstruct and markers.Stefan Monnier
2008-05-27Use buffer-swap-text to separate summary and raw data.Stefan Monnier
2008-05-26(tar-header-block-summarize): Ensure one space around user&group.Stefan Monnier
2008-05-26(tar-summarize-buffer): Comment fix.Andreas Schwab
2008-05-26Merge from emacs--rel--22Miles Bader
2008-05-25(tar-summarize-buffer): Handle GNU Tar @LongLink format.Stefan Monnier
2008-05-06Switch to recommended form of GPLv3 permissions notice.Glenn Morris
2008-04-23(tar-untar-buffer): If the entry has directory link type, extract itMagnus Henoch
2008-04-22(tar-prefix-offset): New constant.Juri Linkov
2008-04-03(tar-mode-map): Obey mouse-1-click-follows-link.Stefan Monnier