summaryrefslogtreecommitdiff
path: root/lisp/files.el
Commit message (Expand)AuthorAgeFilesLines
* (basic-save-buffer): Revert 2008-12-22 change.Chong Yidong2008-12-311-20/+0
* (move-file-to-trash): Bind backup-directory-alist to nil beforeChong Yidong2008-12-281-1/+2
* (dosified-file-name): Declare.Eli Zaretskii2008-12-261-0/+1
* (dir-locals-find-file) [ms-dos]: Run dir-locals-file throughEli Zaretskii2008-12-261-4/+10
* (basic-save-buffer): Fix previous change.Richard M. Stallman2008-12-221-2/+4
* (buffer-swapped-with): New variable.Richard M. Stallman2008-12-221-0/+18
* (save-some-buffers): At each map-y-or-n-p iteration,Chong Yidong2008-12-091-1/+4
* (toggle-read-only): Doc fix.Glenn Morris2008-12-041-2/+2
* Correct spalling.Chong Yidong2008-12-031-2/+2
* * files.el (break-hardlink-on-save): Fix typo in docstring. Add :version tag.Juanma Barranquero2008-11-291-2/+3
* * emacs-cvs/lisp/files.elKarl Fogel2008-11-291-5/+30
* (confirm-nonexistent-file-or-buffer): AllowChong Yidong2008-11-241-18/+43
* (hack-local-variables-confirm): Rename arg `project' toJuri Linkov2008-11-221-105/+111
* (switch-to-buffer-other-window, switch-to-buffer-other-frame):Martin Rudalics2008-11-221-18/+27
* (confirm-nonexistent-file-or-buffer): Change default to nil.Chong Yidong2008-11-211-1/+1
* Stephen Berman <Stephen.Berman at gmx.net>Glenn Morris2008-11-201-1/+1
* (project-settings-file): Remove.Dan Nicolaescu2008-11-191-25/+16
* (confirm-nonexistent-file-or-buffer):Stefan Monnier2008-11-181-13/+15
* (file-precious-flag): Document that this flag is advisory.Karl Fogel2008-11-141-1/+5
* * w32-fns.el (w32-shell-dos-semantics):Juanma Barranquero2008-11-141-22/+22
* (project-find-settings-file): Fix last change.Chong Yidong2008-11-131-1/+2
* * files.el (project-settings-file, locate-dominating-file):Juanma Barranquero2008-11-131-8/+9
* (project-settings-file): New variable.Chong Yidong2008-11-131-15/+23
* (locate-dominating-stop-dir-regexp): Fix typo.Glenn Morris2008-10-301-1/+1
* * files.el (locate-dominating-stop-dir-regexp): New var.Stefan Monnier2008-10-251-29/+80
* (trash-directory): Run thru `convert-standard-filename'.Eli Zaretskii2008-10-181-14/+24
* (make-temp-file): Handle empty `prefix'. (Bug#1081)Glenn Morris2008-10-041-1/+5
* (auto-mode-alist): Add .PRO as per above autoload.Glenn Morris2008-10-031-1/+1
* (locate-dominating-file): Wrap directory-files with condition-case, insteadEli Zaretskii2008-09-301-2/+3
* (locate-dominating-file): Take file-attributes of `dir', not of `file'Eli Zaretskii2008-09-291-1/+1
* * files.el (file-remote-p): Precise doc string; IDENTIFICATION canMichael Albinus2008-09-291-3/+4
* David De La Harpe Golden <david at harpegolden.net>Glenn Morris2008-09-201-1/+2
* (auto-mode-alist): Use sieve-mode for .sv, .siv, andSimon Josefsson2008-09-181-0/+1
* (switch-to-buffer-other-frame): Don't raise frame sinceMartin Rudalics2008-09-161-10/+8
* (file-truename): Don't raise args-out-of-range errorMartin Rudalics2008-09-151-2/+6
* (auto-mode-alist): Use verilog-mode for SystemVerilog files.Dan Nicolaescu2008-09-021-1/+1
* (auto-save-visited-file-name): Move definition to fileio.c.Chong Yidong2008-08-051-6/+0
* (hack-one-local-variable-eval-safep): Handle lisp-indent-function andChong Yidong2008-08-051-5/+9
* * files.el (read-file-modes): Fix tpo in docstring.Juanma Barranquero2008-07-311-6/+6
* (abbreviate-file-name): When replacing $HOME with ~, turn offChong Yidong2008-07-311-5/+9
* (read-file-modes): Set default value to the originalJuri Linkov2008-07-311-1/+13
* * bitmaps/README:Dan Nicolaescu2008-07-311-63/+13
* (normal-mode): Move call to hack-project-variables intoChong Yidong2008-07-311-41/+70
* (file-truename): Get truename of ancestors if file doesJason Rumney2008-07-111-2/+13
* Changes from Toru Tsuneyoshi for using Trash can when deleting files.Jason Rumney2008-07-021-2/+43
* * emacs-lisp/map-ynp.el (map-y-or-n-p): Add support for other-window-scroll.Stefan Monnier2008-06-111-40/+44
* (hack-local-variables): Don't signal an error if the localStefan Monnier2008-05-281-1/+4
* * progmodes/flymake.el (flymake-save-buffer-in-file):Stefan Monnier2008-05-281-3/+2
* * src/fileio.c (Fwrite_region): Delay the defaulting to beg&z to afterStefan Monnier2008-05-281-2/+8
* (locate-dominating-file): Accept non-existing argument.Stefan Monnier2008-05-221-14/+17