aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/arc-mode.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2026 to copyright years.Sean Whitton2026-01-011-1/+1
* Fix squashfs archives embedded in another archiveEli Zaretskii2025-10-121-2/+18
* Fix rare breakage of 'revert-buffer' in 'archive-mode'Eli Zaretskii2025-10-051-0/+6
* Fix EOL decoding in files extracted from ZIP archivesEli Zaretskii2025-08-301-1/+12
* Do interactive tagging in arc-mode.el (bug#79166).binarydigitz012025-08-071-20/+22
* Improve support of UTF-8 encoded file names in ZIP archivesEli Zaretskii2025-05-071-0/+19
* Detect more types of split zip archivesJens Schmidt2025-04-241-1/+9
* Remove variable aliases obsolete since Emacs 23.2Stefan Kangas2025-03-111-1/+0
* Prefer incf to cl-incf in remaining filesStefan Kangas2025-02-261-1/+1
* Prefer oddp/evenp to open-coding in a few more casesStefan Kangas2025-02-181-2/+1
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* Mark if-let and when-let obsoleteSean Whitton2024-10-241-2/+2
* Fix visiting zip archives inside tar archivesEli Zaretskii2024-05-201-1/+10
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Fix extraction of files with wildcards in names from zip archivesEli Zaretskii2023-12-281-10/+8
* | Port arc to AndroidPo Lu2023-10-081-3/+17
* | Merge from origin/emacs-29Jim Porter2023-08-211-1/+7
|\ \ | |/
| * Fix unpacking ZIP archives on MS-WindowsEli Zaretskii2023-08-161-1/+7
* | Handle modifications in extensionless zip files (bug#61326)Ruijie Yu2023-04-201-20/+56
|/
* ; * lisp/arc-mode.el (w32-get-console-codepage): Declare.Eli Zaretskii2023-03-111-0/+1
* Fix decoding non-ASCII file names in zip archives on MS-WindowsEli Zaretskii2023-03-111-1/+19
* Fix copying binary files from zip archivesEli Zaretskii2023-03-111-1/+3
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Delete many items obsolete since 24.3Stefan Kangas2022-09-091-2/+0
* 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