| Commit message (Expand) | Author | Age | Files | Lines |
* | * lisp/arc-mode.el (tar-grind-file-mode): Remove left over autoload | Stefan Monnier | 2021-01-03 | 1 | -2/+0 |
* | Update copyright year to 2021 | Paul Eggert | 2021-01-01 | 1 | -1/+1 |
* | * lisp/arc-mode.el (archive-get-descr): Use default mode if needed. | Michael Albinus | 2020-12-01 | 1 | -1/+1 |
* | Make the `C' command work on marked files | Lars Ingebrigtsen | 2020-11-24 | 1 | -20/+36 |
* | Add support for squashfs files in archive mode | Ruthra Kumar | 2020-10-23 | 1 | -11/+109 |
* | Remove some references to Emacs 18 and 19 | Stefan Kangas | 2020-10-16 | 1 | -2/+1 |
* | Merge from origin/emacs-27 | Glenn Morris | 2020-09-27 | 1 | -4/+13 |
|\ |
|
| * | Fix support for Zip64 zip files | Eli Zaretskii | 2020-09-25 | 1 | -4/+13 |
* | | ; * lisp/arc-mode.el (archive-copy-file): Doc fix. | Eli Zaretskii | 2020-08-07 | 1 | -1/+3 |
* | | Add a new command to copy a file from zip files | Lars Ingebrigtsen | 2020-08-07 | 1 | -20/+46 |
* | | Make 'n'/'p' in image mode buffers respect dired sorting | Lars Ingebrigtsen | 2020-08-06 | 1 | -0/+47 |
* | | ; Fix warning in last change | Tino Calancha | 2020-05-14 | 1 | -2/+2 |
* | | Combine archive-int-to-mode and tar-grind-file-mode | Tino Calancha | 2020-05-14 | 1 | -22/+2 |
* | | Fix bugs, inefficiencies and bad style in regexps | Mattias EngdegÄrd | 2020-04-16 | 1 | -1/+1 |
* | | * lisp/arc-mode.el: Rewrite displaying the summaries | Stefan Monnier | 2020-04-04 | 1 | -271/+206 |
* | | * lisp/arc-mode.el: Remove make-(local-variable|variable-buffer-local) | Stefan Monnier | 2020-04-04 | 1 | -21/+12 |
* | | * lisp/arc-mode.el (archive--file-desc): Add fields from other structs | Stefan Monnier | 2020-04-04 | 1 | -107/+82 |
* | | * lisp/arc-mode.el: Remove unused struct fields | Stefan Monnier | 2020-04-03 | 1 | -59/+63 |
* | | * lisp/arc-mode.el: Use cl-structs rather than vectors | Stefan Monnier | 2020-04-03 | 1 | -147/+196 |
* | | * lisp/arc-mode.el (archive-ar-write-file-member): New function | Stefan Monnier | 2020-04-03 | 1 | -10/+27 |
* | | * lisp/arc-mode.el: Remove redundant `:group`s | Stefan Monnier | 2020-04-03 | 1 | -58/+41 |
* | | * lisp/arc-mode.el: Use lexical-binding | Stefan Monnier | 2020-04-03 | 1 | -42/+37 |
* | | * lisp/arc-mode.el (archive-zip-summarize): Remove unused local. | Paul Eggert | 2020-01-04 | 1 | -2/+1 |
|/ |
|
* | Update copyright year to 2020 | Paul Eggert | 2020-01-01 | 1 | -1/+1 |
* | Fix updating members of zip archives | Eli Zaretskii | 2019-11-19 | 1 | -3/+8 |
* | arc-mode.el: Remove XEmacs compat code | Lars Ingebrigtsen | 2019-05-19 | 1 | -71/+65 |
* | Remove usage of string-to-multibyte from arc-mode.el | Lars Ingebrigtsen | 2019-05-19 | 1 | -16/+15 |
* | Remove usage of string-as-unibyte in arc-mode | Eli Zaretskii | 2019-05-18 | 1 | -1/+2 |
* | Mitigate byte-compile warning in arc-mode | Lars Ingebrigtsen | 2019-05-18 | 1 | -25/+22 |
* | Fix regexp branches that subsume other branches | Paul Eggert | 2019-04-19 | 1 | -1/+1 |
* | More regexp corrections and tweaks | Paul Eggert | 2019-03-08 | 1 | -1/+1 |
* | Fix regular-expression glitches and typos | Paul Eggert | 2019-03-04 | 1 | -2/+2 |
* | * lisp/tar-mode.el (tar--try-jka-compr): Remove. (Bug#34251) | Juri Linkov | 2019-02-17 | 1 | -1/+1 |
* | * lisp/tar-mode.el (tar-extract): Call tar--try-jka-compr (bug#34251) | Juri Linkov | 2019-02-03 | 1 | -2/+2 |
* | Merge from origin/emacs-26 | Paul Eggert | 2018-12-31 | 1 | -1/+1 |
|\ |
|
| * | Update copyright year to 2019 | Paul Eggert | 2019-01-01 | 1 | -1/+1 |
* | | Minor fixes/simplifications to time functions | Paul Eggert | 2018-12-19 | 1 | -3/+2 |
* | | Replace insignificant backquotes | Michael Heerdegen | 2018-11-25 | 1 | -1/+1 |
* | | Prune most-positive-fixnum from Lisp source | Paul Eggert | 2018-08-22 | 1 | -48/+22 |
* | | Audit use of lsh and fix glitches | Paul Eggert | 2018-08-21 | 1 | -4/+4 |
* | | Remove many items obsolete since Emacs 22.1 | Glenn Morris | 2018-03-10 | 1 | -2/+0 |
* | | * lisp/arc-mode.el (archive-extract): Let-bind `create-lockfiles' to nil | Juri Linkov | 2018-01-25 | 1 | -2/+4 |
* | | Replace (default-value 'enable-multibyte-characters) with t | Stefan Monnier | 2018-01-25 | 1 | -2/+1 |
* | | (archive-rar-summarize): Adjust parsing to be more permissive | Lars Ingebrigtsen | 2018-01-21 | 1 | -7/+7 |
|/ |
|
* | Update copyright year to 2018 | Paul Eggert | 2018-01-01 | 1 | -1/+1 |
* | Prefer HTTPS to FTP and HTTP in documentation | Paul Eggert | 2017-09-13 | 1 | -1/+1 |
* | archive-int-to-mode: Fix order of testing S_ISUID, S_ISGID bits | Tino Calancha | 2017-08-15 | 1 | -4/+4 |
* | Update copyright year to 2017 | Paul Eggert | 2016-12-31 | 1 | -1/+1 |
* | Modernize usage of 'macOS' in doc and comments | Paul Eggert | 2016-11-06 | 1 | -1/+1 |
* | Update copyright year to 2016 | Paul Eggert | 2016-01-01 | 1 | -1/+1 |