summaryrefslogtreecommitdiff
path: root/lisp/files.el
Commit message (Expand)AuthorAgeFilesLines
* Replace many instances of read-file-name with read-directory-name.Antoine Levitt2011-03-051-3/+3
* Handle git-style backup names in file-name-version-regexp (Bug#8159).Reuben Thomas2011-03-051-1/+3
* Make save-some-buffers message more informative (Bug#8134).David Engster2011-03-051-5/+11
* Fix bug #8177 with re-visiting image files.Eli Zaretskii2011-03-051-2/+2
* file-truename doc fix for bug#2341.Glenn Morris2011-03-031-1/+2
* * lisp/files: Fix comment typo.Glenn Morris2011-02-281-1/+1
* * lisp/files.el: Comment.Glenn Morris2011-02-281-0/+3
* Add the ability to exclude dir-locals from subdirs. (Bug#8100)Glenn Morris2011-02-281-2/+13
* More dir-locals fixes for files.el.Glenn Morris2011-02-241-9/+6
* Partial fix for bug#8095.Glenn Morris2011-02-231-30/+47
* * lisp/files.el (safe-local-eval-forms): Add the write-file-hooks version.Glenn Morris2011-02-221-2/+4
* Merge from emacs-23; up to 2010-06-01T01:49:15Z!monnier@iro.umontreal.caGlenn Morris2011-02-191-1/+2
|\
| * * lisp/files.el (find-file-literally): Doc fix.Glenn Morris2011-02-171-1/+2
| * * lisp/files.el (copy-directory): Revert to pre-2011-01-29 version.Chong Yidong2011-02-121-44/+20
| * * lisp/files.el (copy-directory): New arg COPY-AS-SUBDIR.Chong Yidong2011-02-051-22/+31
* | * lisp/files.el (cd): Make completion obey cd-path.Stefan Monnier2011-02-181-21/+35
* | New optional arg COPY-CONTENTS to copy-directory.Thierry Volpiatto2011-02-121-20/+24
* | Save unmodified buffers when buffer-file-name doesn't exist.Bastien Guerry2011-02-111-1/+5
* | undo 2011-02-01T18:15:18Z!sds@gnu.org (purecopy-cons, purecopy-car) at Stefan...Sam Steingold2011-02-011-2/+4
* | * lisp/subr.el (purecopy-cons, purecopy-car): Add shortcuts.Sam Steingold2011-02-011-4/+2
* | Merge changes from emacs-23 branchChong Yidong2011-01-311-14/+27
|\ \ | |/
| * * lisp/files.el (copy-directory): Fix arguments to the recursive call.Chong Yidong2011-01-311-17/+15
| * Fix bug in copy-directory copying into an existing directory.Chong Yidong2011-01-291-1/+16
* | Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-3/+1
* | Merge from emacs-23.Glenn Morris2011-01-241-15/+12
|\ \ | |/
| * * files.el (file-name-non-special): Only change buffer-file-name afterStefan Monnier2011-01-241-15/+12
* | Revert changes adding format args to yes-or-no-p and y-or-n-p.Chong Yidong2011-01-191-29/+31
* | Merge from emacs-23 branch, up to 2010-05-20T21:33:58Z!juri@jurta.org.Glenn Morris2011-01-151-4/+3
|\ \ | |/
| * Make last-resort backup file in .emacs.d (Bug#6953).Mark Diekhans2011-01-141-4/+3
| * Fix bug #7777 with documentation of directory-abbrev-alist.Eli Zaretskii2011-01-071-1/+4
* | Merge from emacs-23 branch.Glenn Morris2011-01-151-1/+4
|\ \ | |/
* | * lisp/files.el (directory-abbrev-alist): Minor doc fix (Bug#7777).Chong Yidong2011-01-081-1/+1
* | New function read-char-choice for reading a restricted set of chars.Chong Yidong2011-01-081-113/+100
* | Merge changes from emacs-23 branchChong Yidong2011-01-021-2/+3
|\ \ | |/
| * * lisp/files.el (file-local-variables-alist): Make permanent-local.Stefan Monnier2011-01-011-1/+2
* | * doc-view.el (doc-view-set-doc-type): New function refactoredTassilo Horn2010-12-301-1/+1
* | Merge from emacs-23Stefan Monnier2010-12-131-2/+21
|\ \ | |/
| * * lisp/files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.W. Martin Borgert2010-12-041-0/+1
| * Fix bug #4674 with UNCs in file-relative-name.Eli Zaretskii2010-12-041-2/+20
* | * lisp/files.el (auto-mode-alist): Use html-mode for *.xhtml.Karel Klíc2010-12-101-1/+1
* | * lisp/files.el (diff-no-select): Declare.Glenn Morris2010-12-091-0/+3
* | * lisp/files.el (dir-locals-collect-variables): Don't let errors stop us.Stefan Monnier2010-12-071-22/+35
* | Cleanup diff-buffer-with-file.Stefan Monnier2010-11-221-48/+8
* | * lisp/files.el: Make revert work with diff-buffer-with-file.Bob Rogers2010-11-221-7/+25
* | * files.el (backup-by-copying-when-mismatch): The default value isMichael Albinus2010-11-211-1/+2
* | Merge from emacs-23Stefan Monnier2010-11-171-1/+4
|\ \ | |/
| * * lisp/files.el (safe-local-variable-p): Gracefully handle errors.Stefan Monnier2010-11-111-1/+4
* | Merge from emacs-23Stefan Monnier2010-11-091-0/+1
|\ \ | |/
| * * files.el (backup-by-copying-when-mismatch): Make it a buffer localMichael Albinus2010-11-061-0/+1
* | Remove duplicate Lisp definition of temporary-file-directory, from filelock.c.Glenn Morris2010-10-281-27/+0