summaryrefslogtreecommitdiff
path: root/lisp/arc-mode.el
Commit message (Expand)AuthorAgeFilesLines
* Make `C' in over tramp work in archive modeLars Ingebrigtsen2022-07-171-5/+11
* Ensure that directories exist when copying files from archiveVisuwesh2022-07-171-3/+6
* Improve error messaging when parent archive buffers are missingLars Ingebrigtsen2022-07-171-0/+2
* Fix cl-generic bootstrap problemsLars Ingebrigtsen2022-06-241-0/+1
* Make `C RET' work in archive-modeLars Ingebrigtsen2022-04-261-1/+2
* (archive-*-write-file-member): Fix relative file nameStefan Monnier2022-03-241-1/+3
* 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-6/+2
* | Remove Emacs 21 compat code for command-remappingStefan Kangas2021-12-141-6/+2
|/
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-161-1/+1
* Use string-search instead of string-match[-p]Mattias EngdegÄrd2021-08-091-2/+2
* Use proper command substitutions in some docstringsStefan Kangas2021-03-101-3/+3
* * lisp/arc-mode.el (tar-grind-file-mode): Remove left over autoloadStefan Monnier2021-01-031-2/+0
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* * lisp/arc-mode.el (archive-get-descr): Use default mode if needed.Michael Albinus2020-12-011-1/+1
* Make the `C' command work on marked filesLars Ingebrigtsen2020-11-241-20/+36
* Add support for squashfs files in archive modeRuthra Kumar2020-10-231-11/+109
* Remove some references to Emacs 18 and 19Stefan Kangas2020-10-161-2/+1
* Merge from origin/emacs-27Glenn Morris2020-09-271-4/+13
|\
| * Fix support for Zip64 zip filesEli Zaretskii2020-09-251-4/+13
* | ; * lisp/arc-mode.el (archive-copy-file): Doc fix.Eli Zaretskii2020-08-071-1/+3
* | Add a new command to copy a file from zip filesLars Ingebrigtsen2020-08-071-20/+46
* | Make 'n'/'p' in image mode buffers respect dired sortingLars Ingebrigtsen2020-08-061-0/+47
* | ; Fix warning in last changeTino Calancha2020-05-141-2/+2
* | Combine archive-int-to-mode and tar-grind-file-modeTino Calancha2020-05-141-22/+2
* | Fix bugs, inefficiencies and bad style in regexpsMattias EngdegÄrd2020-04-161-1/+1
* | * lisp/arc-mode.el: Rewrite displaying the summariesStefan Monnier2020-04-041-271/+206
* | * lisp/arc-mode.el: Remove make-(local-variable|variable-buffer-local)Stefan Monnier2020-04-041-21/+12
* | * lisp/arc-mode.el (archive--file-desc): Add fields from other structsStefan Monnier2020-04-041-107/+82
* | * lisp/arc-mode.el: Remove unused struct fieldsStefan Monnier2020-04-031-59/+63
* | * lisp/arc-mode.el: Use cl-structs rather than vectorsStefan Monnier2020-04-031-147/+196
* | * lisp/arc-mode.el (archive-ar-write-file-member): New functionStefan Monnier2020-04-031-10/+27
* | * lisp/arc-mode.el: Remove redundant `:group`sStefan Monnier2020-04-031-58/+41
* | * lisp/arc-mode.el: Use lexical-bindingStefan Monnier2020-04-031-42/+37
* | * lisp/arc-mode.el (archive-zip-summarize): Remove unused local.Paul Eggert2020-01-041-2/+1
|/
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Fix updating members of zip archivesEli Zaretskii2019-11-191-3/+8
* arc-mode.el: Remove XEmacs compat codeLars Ingebrigtsen2019-05-191-71/+65
* Remove usage of string-to-multibyte from arc-mode.elLars Ingebrigtsen2019-05-191-16/+15
* Remove usage of string-as-unibyte in arc-modeEli Zaretskii2019-05-181-1/+2
* Mitigate byte-compile warning in arc-modeLars Ingebrigtsen2019-05-181-25/+22
* Fix regexp branches that subsume other branchesPaul Eggert2019-04-191-1/+1
* More regexp corrections and tweaksPaul Eggert2019-03-081-1/+1
* Fix regular-expression glitches and typosPaul Eggert2019-03-041-2/+2
* * lisp/tar-mode.el (tar--try-jka-compr): Remove. (Bug#34251)Juri Linkov2019-02-171-1/+1
* * lisp/tar-mode.el (tar-extract): Call tar--try-jka-compr (bug#34251)Juri Linkov2019-02-031-2/+2
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Minor fixes/simplifications to time functionsPaul Eggert2018-12-191-3/+2