summaryrefslogtreecommitdiff
path: root/lisp/arc-mode.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Replace insignificant backquotesMichael Heerdegen2018-11-251-1/+1
* | Prune most-positive-fixnum from Lisp sourcePaul Eggert2018-08-221-48/+22
* | Audit use of lsh and fix glitchesPaul Eggert2018-08-211-4/+4
* | Remove many items obsolete since Emacs 22.1Glenn Morris2018-03-101-2/+0
* | * lisp/arc-mode.el (archive-extract): Let-bind `create-lockfiles' to nilJuri Linkov2018-01-251-2/+4
* | Replace (default-value 'enable-multibyte-characters) with tStefan Monnier2018-01-251-2/+1
* | (archive-rar-summarize): Adjust parsing to be more permissiveLars Ingebrigtsen2018-01-211-7/+7
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* archive-int-to-mode: Fix order of testing S_ISUID, S_ISGID bitsTino Calancha2017-08-151-4/+4
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* Modernize usage of 'macOS' in doc and commentsPaul Eggert2016-11-061-1/+1
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Bind [?\S-\ ] to previous line command in Dired-like modes.Juri Linkov2015-11-121-0/+1
* * lisp/arc-mode.el (archive-rar-summarize): Better alignment of the columns.Nicolas Petton2015-09-301-2/+2
* Use unar and lsar to handle RAR archives in arc-modeNicolas Petton2015-09-301-16/+15
* * lisp/arc-mode.el: Sharp-quote function arguments.Nicolas Petton2015-09-281-15/+15
* Fix a thinko in arc-mode.elEli Zaretskii2015-06-081-2/+2
* Un-revert changes mistakenly dropped by f9fabb2bStefan Monnier2015-05-271-2/+29
* Update copyright year to 2015Paul Eggert2015-01-011-1/+2
* * lisp/arc-mode.el (archive-visit-single-files): Add :version.Glenn Morris2014-11-251-5/+3
* Fix bug #1702 with missing feature in arc-mode.el.Matthew Leach2014-11-211-1/+15
* Improve time stamp handling, and be more consistent about it.Paul Eggert2014-11-161-5/+1
* Fix a few ``MS-DOG''s overlooked in the previous commit.Reuben Thomas2014-08-071-1/+1
* Refer to MS-DOS using the same name everywhere.Reuben Thomas2014-08-071-1/+1
* Spelling fixes.Paul Eggert2014-01-151-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+2
* * lisp/arc-mode.el (archive-extract-by-file): Check if directory existsJuri Linkov2013-12-171-2/+4
* * lisp/arc-mode.el (archive-7z-extract, archive-7z-expunge)Glenn Morris2013-11-131-5/+4
* Use define-derived-mode (and derived-mode-p).Stefan Monnier2013-09-101-2/+2
* * lisp/arc-mode.el: Add support for 7za.William Xu2013-09-061-9/+14
* * arc-mode.el (archive-mode): Add `archive-write-file' also forMichael Albinus2013-06-201-3/+1
* Remove all references to buffer-file-type and related features.Eli Zaretskii2013-02-091-5/+0
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+2
* Use new names for hooks rather than obsolete aliasesGlenn Morris2012-11-121-1/+1
* Cleanup uses of "-hooks".Stefan Monnier2012-10-231-3/+5
* * lisp/arc-mode.el (archive-summarize): Let-bind `buffer-file-truename'Juri Linkov2012-09-301-1/+2
* Display archive errors in the echo area instead of inserting to the file buffer.Juri Linkov2012-09-281-29/+54