summaryrefslogtreecommitdiff
path: root/lisp/files.el
Commit message (Expand)AuthorAgeFilesLines
* * files.el (inhibit-local-variables-regexps): Add .diff and .patch.Glenn Morris2013-03-031-0/+1
* * lisp/files.el (basic-save-buffer): Remove redundant directory-creation.Stefan Monnier2013-02-251-25/+14
* * lisp/files.el (basic-save-buffer): Move check for existing parent directoryGlenn Morris2013-02-201-9/+9
* * files.el (basic-save-buffer): Offer to create a non-existing directory.Glenn Morris2013-02-121-22/+33
* Add `enable-dir-local-variables'Glenn Morris2013-02-101-1/+10
* * files.el (basic-save-buffer-1): Don't set buffer-file-coding-system-explicit.Chong Yidong2013-02-101-3/+1
* Remove all references to buffer-file-type and related features.Eli Zaretskii2013-02-091-3/+0
* Reduce delay between backing up a file and saving new versionGlenn Morris2013-01-301-2/+11
* * lisp/files.el (auto-mode-alist): Use doc-view for djvu files.Elias Pipping2013-01-101-1/+1
* * lisp/view.el (view--enable, view--disable): Rename from view-mode-enableStefan Monnier2013-01-031-2/+1
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-4/+7
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
| * * files.el (parse-colon-path): Return nil for empty path elements.Glenn Morris2012-12-311-3/+6
* | Fix last commit.Eli Zaretskii2012-12-291-3/+5
* | Fix bug #13298 with failed backups by falling back on set-file-modes.Eli Zaretskii2012-12-291-6/+14
* | * lisp/files.el (auto-save-file-name-p): Use \` and \'.Kevin Ryde2012-12-171-1/+1
* | Add support for preserving ACL entries of files.Romain Francoise2012-12-161-17/+47
* | Fix permissions bugs with setgid directories etc.Paul Eggert2012-12-141-12/+34
* | Merge from emacs-24; up to 2012-11-23T06:23:28Z!cyd@gnu.orgGlenn Morris2012-12-021-8/+9
|\ \ | |/
| * * lisp/files.el (dir-locals-read-from-file): Check file non-emptyLeo Liu2012-12-011-8/+9
* | Improve the descriptive message in `recover-session'.Chong Yidong2012-12-011-6/+8
* | Warn if try to set coding in dir-locals (bug#7169)Glenn Morris2012-11-291-4/+7
* | By default, ignore case when testing inhibit-local-variables (bug#10610)Glenn Morris2012-11-281-6/+12
* | Merge from emacs-24; up to 2012-11-17T22:12:47Z!eggert@cs.ucla.eduGlenn Morris2012-11-201-1/+1
|\ \ | |/
| * Minor cleanup for times as lists of four integers.Paul Eggert2012-11-171-1/+1
* | * lisp/files.el (load-file): Require match in minibuffer selection, as wasStefan Monnier2012-11-191-1/+1
* | * lisp/files.el (hack-one-local-variable--obsolete): New function.Stefan Monnier2012-11-081-20/+29
|/
* * lisp/files.el (find-alternate-file): Only ask one question.Stefan Monnier2012-10-291-6/+3
* Move bovine-grammar and wisent-grammar into lisp/ directory.Chong Yidong2012-10-061-0/+2
* Merge from emacs-24; up to 2012-05-08T14:11:47Z!monnier@iro.umontreal.caGlenn Morris2012-10-051-1/+1
|\
| * Doc typo fixesGlenn Morris2012-10-041-1/+1
* | Revert the FOLLOW-SYMLINKS change for file-attributes.Paul Eggert2012-09-301-2/+3
* | file-attributes has a new optional arg FOLLOW-SYMLINKS.Paul Eggert2012-09-301-3/+2
* | Use declare forms, where possible, to mark obsolete functions.Chong Yidong2012-09-251-1/+1
* | * files.el (ctl-x-map): Bind C-x C-q to read-only-mode.Chong Yidong2012-09-221-1/+1
* | * files.el (parse-colon-path): Use split-string.Chong Yidong2012-09-161-16/+7
* | Use quit-window for quitting the *Local Variables* buffer.Chong Yidong2012-09-091-33/+39
* | Fix handling of require-final-newline in after-find-file.Chong Yidong2012-09-071-1/+1
* | New macro with-temp-buffer-window and related fixes.Martin Rudalics2012-09-031-19/+29
* | * lisp/simple.el (read-only-mode): Move from lisp/files.el for bootstrapping.Stefan Monnier2012-08-291-26/+0
* | * lisp/files.el (read-only-mode): New minor mode.Stefan Monnier2012-08-291-34/+21
* | Merge from emacs-24; up to 2012-05-04T19:17:01Z!monnier@iro.umontreal.caGlenn Morris2012-08-281-1/+2
|\ \ | |/
| * * lisp/files.el (safe-local-eval-forms): Fix before-save-hook entry to beStefan Monnier2012-08-231-1/+2
* | Replace version 24.2 with 24.3 where appropriate (hopefully)Glenn Morris2012-08-151-3/+3
* | * files.el (hack-local-variables-filter): Remove useless eval.Andreas Schwab2012-08-131-2/+1
* | Merge from emacs-24; up to 2012-05-02T11:38:01Z!lekktu@gmail.comChong Yidong2012-08-111-5/+10
|\ \ | |/
| * hack-local-variables-filter fix for bug#12155Glenn Morris2012-08-071-5/+10
* | * lisp/files.el (basic-save-buffer): Use `buffer-name' as the defaultJuri Linkov2012-08-081-1/+2
* | Docfix for kill-buffer-hook and others.Chong Yidong2012-08-051-1/+5
* | * files.el (set-auto-mode): Fix invalid setq call.Chong Yidong2012-08-051-1/+1