summaryrefslogtreecommitdiff
path: root/lisp/files.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* * lisp/files.el (dir-locals-read-from-file): Check file non-emptyLeo Liu2012-12-011-8/+9
* Minor cleanup for times as lists of four integers.Paul Eggert2012-11-171-1/+1
* * 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
* | Support symlinks on latest versions of MS-Windows.Eli Zaretskii2012-08-031-28/+12
* | Don't warn on toggle-read-only calls.Chong Yidong2012-07-131-33/+43
* | * lisp/files.el (toggle-read-only): Restrict message to interactive use.Glenn Morris2012-07-061-2/+3
* | Merge from emacs-24; up to 2012-05-01T00:16:02Z!rgm@gnu.orgChong Yidong2012-07-061-5/+7
|\ \ | |/
| * Fix bug #11827 with file-relative-name on MS-Windows.Eli Zaretskii2012-07-011-5/+7
* | * lisp/files.el (locate-dominating-file): Allow `name' to be a predicate.Stefan Monnier2012-07-041-50/+31
* | * lisp/files.el (file-name-base): New convenience function.Sam Steingold2012-06-261-0/+6
* | Further GV/CL cleanups.Stefan Monnier2012-06-221-8/+6
* | Fix bug #11726 -- send a message after `toggle-read-only'.Bastien Guerry2012-06-221-12/+15
* | Provide generalized variables in core Elisp.Stefan Monnier2012-06-221-4/+4
* | * lisp/files.el (abort-if-file-too-large): Use `file-size-human-readable'.Sam Steingold2012-06-141-2/+2
* | * lisp/emacs-lisp/cl-macs.el (cl-defstruct): Don't add print-func.Stefan Monnier2012-06-131-4/+6
* | Clean up scoping rule of predefined single-word vars.Stefan Monnier2012-06-081-2/+0
* | * files.el (enable-remote-dir-locals): New option.Michael Albinus2012-06-061-1/+9
* | Fix previous (slogin and rlogin not appropriate for remote-shell-program)Glenn Morris2012-05-241-1/+1
* | Move prune-directory-list, remote-shell-program from paths.el to files.elGlenn Morris2012-05-241-0/+41
* | Move define-obsolete-variable-alias before the var's definition.Stefan Monnier2012-05-121-5/+5
* | Merge from emacs-24; up to 2012-04-21T14:12:27Z!sdl.web@gmail.comGlenn Morris2012-05-081-13/+15
|\ \ | |/
| * Improve previous dir-locals-read-from-file changeGlenn Morris2012-05-061-1/+1
| * * files.el (dir-locals-read-from-file): Mention dir-locals in any error message.Glenn Morris2012-05-061-13/+15
* | * lisp/files.el (auto-mode-alist): Treat ".make" like ".mk".Glenn Morris2012-05-081-0/+2
* | * lisp/files.el (file-auto-mode-skip): New var.Ransom Williams2012-05-041-1/+6
* | Add new error and function `user-error'.Stefan Monnier2012-05-041-2/+2