summaryrefslogtreecommitdiff
path: root/lisp/arc-mode.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix minor Y10k bugs.Paul Eggert2012-05-031-2/+3
* Add missing :version tags to new defgroups and defcustomsGlenn Morris2012-02-111-0/+3
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Spelling fixes.Paul Eggert2011-12-141-2/+2
* Spelling fixes.Paul Eggert2011-11-171-2/+2
* Spelling fixes.Paul Eggert2011-11-141-1/+1
* Remove pop-to-buffer-same-window.Chong Yidong2011-09-021-1/+1
* * lisp/arc-mode.el (archive-zip-expunge, archive-zip-update)Juri Linkov2011-07-081-24/+24
* Fix some uses of switch-to-buffer.Stefan Monnier2011-07-051-1/+1
* Add 7z operations to delete and save changed members.Juri Linkov2011-07-051-6/+35
* lisp/*.el: Lexical-binding cleanup.Juanma Barranquero2011-04-191-1/+1
* Fix bug #7977 with special-mode-map in arc-mode.el.Eli Zaretskii2011-02-041-1/+1
* * lisp/simple.el (special-mode-map): Bind "h" to `describe-mode';Sam Steingold2011-02-011-4/+1
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | arc-mode.el (archive-zip-extract): If w32-quote-process-args is nil, do quoteEli Zaretskii2010-12-101-3/+5
* | Use line-end-position rather than end-of-line, etc.Glenn Morris2010-11-061-2/+1
* | Merge changes from emacs-23 branch.Chong Yidong2010-07-101-3/+6
|\ \ | |/
| * Fix bugs #6144 and #6467.Eli Zaretskii2010-06-251-2/+6
* | Test for special mode-class in view-buffer instead of view-file (bug#5513).Juri Linkov2010-04-191-2/+2
* | Add 7z archive format support (bug#5475).Juri Linkov2010-04-191-23/+102
|/
* * arc-mode.el (archive-unique-fname): Make directories for nestedJuri Linkov2010-02-121-0/+5
* * arc-mode.el (archive-zip-extract): Use `member-ignore-case' toJuri Linkov2010-02-021-5/+9
* * arc-mode.el (archive-zip-extract): Quote the argument passed to unzip (Bug#...Chong Yidong2010-01-281-1/+4
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* (archive-rar-summarize): Support Attribute fields in RAR archivesEli Zaretskii2009-12-121-1/+1
* (archive-rar-summarize): Allow between 6 and 7 characters in theEli Zaretskii2009-12-101-1/+1
* * arc-mode.el: Add "Keywords: files", so the details in itsKevin Ryde2009-11-261-1/+1
* * arc-mode.el (archive-maybe-copy): Move creation of directory ...Michael Albinus2009-11-151-9/+11
* Use default-value rather than default-enable-multibyte-characters.Glenn Morris2009-09-031-3/+3
* * arc-mode.el (archive-mode):Juanma Barranquero2009-08-281-1/+1
* * gnus/nnheader.el (nnheader-find-file-noselect):Stefan Monnier2009-08-281-1/+1
* * arc-mode.el (archive-find-type): Allow for a PK00 string beforeChong Yidong2009-07-121-1/+1
* (archive-ar-summarize): Don't burp on special GNUStefan Monnier2009-03-261-48/+47
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
* * align.el:Lute Kamstra2008-12-031-16/+16
* * bitmaps/README:Dan Nicolaescu2008-07-311-2/+2
* American English spelling fix.Glenn Morris2008-06-271-1/+1
* American English spelling fix.Glenn Morris2008-06-271-1/+1
* * progmodes/flymake.el (flymake-save-buffer-in-file):Stefan Monnier2008-05-281-1/+1
* (archive-add-new-member): Use `derived-mode-p'.John Paul Wallington2008-05-151-5/+4
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
* (archive-mode-map): Obey mouse-1-click-follows-link.Stefan Monnier2008-04-031-8/+30
* (archive-ar-file-header-re): New const.Stefan Monnier2008-03-061-1/+121
* Merge from emacs--devo--0Miles Bader2008-01-301-2/+3
|\