summaryrefslogtreecommitdiff
path: root/lisp/tar-mode.el
Commit message (Expand)AuthorAge
* Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris2014-02-09
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* * lisp/emacs-lisp/package.el: Use tar-mode rather than tar executable.Stefan Monnier2013-06-20
* * lisp/tar-mode.el (tar-superior-buffer, tar-superior-descriptor): Add doc.Glenn Morris2013-05-08
* Update copyright notices for 2013.Paul Eggert2013-01-01
* * lisp/arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'Juri Linkov2012-09-30
* * tar-mode.el (tar-header-data-end): Only ignore size for files ofAndreas Schwab2012-08-13
* More CL cleanups and reduction of use of cl.el.Stefan Monnier2012-07-11
* Fix minor Y10k bugs.Paul Eggert2012-05-03
* Replace a use of eval-after-loadGlenn Morris2012-04-16
* tar-mode buffer-read-only fixAaron S. Hawley2012-03-16
* Minor-mode doc fixes for ARG behaviorGlenn Morris2012-02-07
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-05
* Spelling fixes.Paul Eggert2011-11-14
* tar-grind-file-mode fix.Ulrich Mueller2011-10-20
* Coding system fix for tar-untar-buffer (Bug#8870).Jambunathan K2011-06-27
* lisp/*.el: Lexical-binding cleanup.Juanma Barranquero2011-04-19
* Move keymap initialization into declaration.Stefan Monnier2011-02-10
* * lisp/simple.el (special-mode-map): Bind "h" to `describe-mode';Sam Steingold2011-02-01
* Refill some long/short copyright headers.Glenn Morris2011-01-26
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-24
* Nuke arch-tags.Glenn Morris2011-01-15
* Merge from emacs-23Stefan Monnier2011-01-14
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-02
* | Merge changes from emacs-23 branch.Juanma Barranquero2010-09-28
|\|
| * tar-mode.el (tar-header-block-tokenize): Decode filenames in "ustar" format.Kenichi Handa2010-09-27
* | Use define-minor-mode where applicable.Stefan Monnier2010-05-02
* | Test for special mode-class in view-buffer instead of view-file (bug#5513).Juri Linkov2010-04-19
|/
* Add 2010 to copyright years.Glenn Morris2010-01-13
* * tar-mode.el (tar-copy): Call write-region on the right bufferChong Yidong2009-11-07
* (tar-data-swapped-p): Make the assertion a bit moreStefan Monnier2009-10-17
* Use default-value rather than default-enable-multibyte-characters.Glenn Morris2009-09-03
* (tar-header-block-tokenize): Obey @LongLink even forStefan Monnier2009-06-04
* (tar-extract): Setup the buffer's name, undo-list, andStefan Monnier2009-03-14
* (tar-header-block-tokenize): Presume less, check more.Stefan Monnier2009-03-13
* (tar-rename-entry): Only test the magic string, withoutStefan Monnier2009-01-16
* (tar-header-block-tokenize): Properly ignore the versionStefan Monnier2009-01-12
* (tar-mode, tar-mode-write-contents)Stefan Monnier2009-01-07
* Add 2009 to copyright years.Glenn Morris2009-01-05
* (tar-mode): Set write-contents-functions instead ofAndreas Schwab2008-12-31
* (tar-data-swapped): New var.Stefan Monnier2008-12-30
* (tar-swap-data): New function.Andreas Schwab2008-12-26
* Merge from emacs--rel--22Miles Bader2008-06-01
|\
| * (tar-header-block-summarize): Ensure one space around user&group.Stefan Monnier2008-05-26
* | (tar-header): New field `header-start'.Stefan Monnier2008-05-29
* | (tar-summarize-buffer): Fix reporter initialization.Stefan Monnier2008-05-28
* | Use defstruct and markers.Stefan Monnier2008-05-27
* | Use buffer-swap-text to separate summary and raw data.Stefan Monnier2008-05-27
* | (tar-summarize-buffer): Comment fix.Andreas Schwab2008-05-26
* | Merge from emacs--rel--22Miles Bader2008-05-26
|\|