summaryrefslogtreecommitdiff
path: root/lisp/tar-mode.el
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Merge from origin/emacs-28Stefan Kangas2022-09-211-1/+1
|\
| * ; Fix typos in Lisp symbolsStefan Kangas2022-09-201-1/+1
* | Omit some (current-time) callsPaul Eggert2022-08-011-1/+1
* | Improve error messaging when parent archive buffers are missingLars Ingebrigtsen2022-07-171-0/+2
* | * lisp/tar-mode.el (tar-mode-map): Prefer defvar-keymap.Stefan Kangas2022-07-151-38/+36
* | Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\ \ | |/
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Prefer format-time-string to current-time-stringPaul Eggert2021-12-161-2/+2
|/
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-161-4/+4
* Use string-search instead of string-match[-p]Mattias Engdegård2021-08-091-1/+1
* * lisp/files.el (file-modes-number-to-symbolic): Add `filetype` arg.Stefan Monnier2021-04-121-18/+20
* * lisp/**/*.el: Avoid positional args to `define-minor-mode`Stefan Monnier2021-04-111-1/+1
* Use proper command substitutions in some docstringsStefan Kangas2021-03-101-4/+4
* Convert some more menus to easy-menu-defineStefan Kangas2021-02-231-42/+26
* Prefer defvar-local in remaining librariesStefan Kangas2021-02-021-4/+3
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Prefer setq-local in tar-mode.elStefan Kangas2020-12-071-16/+16
* Remove redundant installation instructionsStefan Kangas2020-11-121-7/+0
* Make 'n'/'p' in image mode buffers respect dired sortingLars Ingebrigtsen2020-08-061-0/+50
* Combine archive-int-to-mode and tar-grind-file-modeTino Calancha2020-05-141-17/+3
* Add ‘nofollow’ flag to set-file-timesPaul Eggert2020-03-071-1/+1
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Fix tar-mode reading the oldgnu Tar formatEli Zaretskii2019-12-301-6/+25
* Add a new tar-copy-preserve-time variableLars Ingebrigtsen2019-10-141-2/+15
* Tweak previous tar-mode time stamp codeLars Ingebrigtsen2019-08-231-1/+1
* Use ISO8601 time formats in tar-modeLars Ingebrigtsen2019-08-231-1/+4
* New function time-convertPaul Eggert2019-08-051-1/+1
* * lisp/tar-mode.el: Use lexical-binding; remove redundant :groups.Stefan Monnier2019-06-251-18/+14
* Heed default directory in tar-untar-bufferIvan Shmakov2019-06-251-18/+23
* Let untarring (and hence package installation) go faster (Bug#35909)Noam Postavsky2019-06-031-5/+8
* Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-251-0/+1
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-1/+0
* * lisp/tar-mode.el (tar--try-jka-compr): Remove. (Bug#34251)Juri Linkov2019-02-171-21/+2
* * lisp/tar-mode.el (tar-extract): Call tar--try-jka-compr (bug#34251)Juri Linkov2019-02-031-0/+21
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | New (TICKS . HZ) timestamp formatPaul Eggert2018-10-061-23/+5
* | Audit use of lsh and fix glitchesPaul Eggert2018-08-211-2/+2
* | Optionally add argument description in minor mode DOC (bug#10754)John Shahid2018-07-011-6/+4
* | * lisp/tar-mode.el (tar-summarize-buffer): Let-bind `create-lockfiles' to nilJuri Linkov2018-01-281-1/+1
* | Replace (default-value 'enable-multibyte-characters) with tStefan Monnier2018-01-251-7/+5
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* * lisp/tar-mode.el (tar-grind-file-mode): Fix docstringTino Calancha2017-08-131-1/+1
* Convert more uses of looking-at to following-charMark Oteiza2017-07-061-1/+1
* Warn about incomplete untarring of link filesNoam Postavsky2017-01-011-11/+20
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Allow for adding new members to Tar archives.Ivan Shmakov2015-01-271-4/+111