aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/files.el
Commit message (Expand)AuthorAgeFilesLines
* (after-find-file): Simplify msg if nonexistent directory.Richard M. Stallman2003-06-031-4/+3
* (large-file-warning-threshold): Add type, groups.John Paul Wallington2003-05-311-2/+5
* (recover-file): Bind coding-system-for-read toKenichi Handa2003-05-311-2/+2
* (insert-directory): Preserve CR in a file name.Andreas Schwab2003-05-241-1/+7
* (file-relative-name): Remove dead code.Stefan Monnier2003-05-131-7/+5
* (insert-file-contents-literally): Allow it to be called within a magic file nameJuanma Barranquero2003-05-071-9/+11
* (revert-buffer): Comment fixed.Kenichi Handa2003-05-061-2/+1
* (file-relative-name): Recognize "c:/foo" as absoluteKai Großjohann2003-04-251-2/+2
* (view-read-only): Doc fix.Richard M. Stallman2003-04-241-1/+5
* (view-read-only): Move from view.el to files.el.Stefan Monnier2003-04-181-1/+4
* (view-read-only): Don't declare a second time.Stefan Monnier2003-04-171-18/+46
* *** empty log message ***Stefan Monnier2003-04-141-6/+8
* (file-chase-links): Fix previous change.Richard M. Stallman2003-04-091-4/+3
* (file-chase-links): New arg LIMIT.Richard M. Stallman2003-04-091-6/+11
* (hack-local-variables-prop-line): New arg MODE-ONLY.Richard M. Stallman2003-04-031-27/+39
* (file-relative-name): Remove superfluous `and'.Kai Großjohann2003-03-311-23/+22
* (file-relative-name): If FILENAME and DIRECTORY are onKai Großjohann2003-03-291-27/+93
* (recode-file-name): New function.Kenichi Handa2003-03-261-0/+52
* * files.el (recover-session): Error if there are no previousJohn Paul Wallington2003-03-141-1/+7
* (insert-directory): Decode by what specified.Kenichi Handa2003-03-121-14/+24
* (auto-mode-alist): Add .xsl for sgml-mode.Jason Rumney2003-03-111-0/+1
* (revert-buffer): Different error message for reverting a nonexistent file.Richard M. Stallman2003-02-231-1/+4
* (abbreviate-file-name): Shorten docstring: variablesKai Großjohann2003-02-221-2/+1
* (abbreviate-file-name): Document removal ofKai Großjohann2003-02-211-1/+2
* (insert-directory): Add workaround for the case that weKenichi Handa2003-02-171-1/+6
* (find-alternate-file): Undo last change.Markus Rost2003-02-131-1/+1
* (file-truename): Revert change from 2002-11-27.Juanma Barranquero2003-02-121-4/+2
* (find-alternate-file): Check whether `dired-directory' is bound.Juanma Barranquero2003-02-121-1/+1
* (find-alternate-file): Handle dired-directory like buffer-file-name.Richard M. Stallman2003-02-041-0/+6
* Cygwin support patch.Juanma Barranquero2003-01-311-6/+8
* (insert-directory): Read the output of "ls" byKenichi Handa2003-01-231-4/+24
* (mode-line-process): Mark as risky.Richard M. Stallman2003-01-131-0/+1
* (backup-buffer): Cope if file-modes returns nil.Richard M. Stallman2003-01-011-1/+1
* (find-file-noselect-1): Kill local value of `cursor-type'.Richard M. Stallman2002-12-281-0/+1
* (insert-directory): Insert free space only when listing a full directory.Andreas Schwab2002-12-081-11/+12
* (find-file-read-args): Reenable wildcard processing unconditionally.Andreas Schwab2002-12-071-1/+1
* (file-truename): Canonicalize non-existent names on w32.Jason Rumney2002-11-271-7/+6
* (parse-time-rules): Mark it as risky.Richard M. Stallman2002-11-181-0/+1
* (mode-name): Mark it as risky-local-variable here like theKim F. Storm2002-11-141-0/+1
* (normal-mode): Call ucs-set-table-for-input.Dave Love2002-11-061-1/+3
* (find-buffer-visiting): Accept new optional PREDICATE argument to return only aJuanma Barranquero2002-11-051-40/+48
* (risky-local-variable-p): VAL=nil has special meaning.Richard M. Stallman2002-10-261-2/+4
* (risky-local-variable-p): New function.Richard M. Stallman2002-10-231-12/+17
* (insert-directory): Handle //SUBDIRED// lines in recursive listingsAndré Spiegel2002-10-141-0/+3
* auto-mode-alist: Use archive-mode for ear/EAR (Enterprise ARchive) andPaul Reilly2002-09-291-2/+2
* New major mode "SES" for spreadsheets.Jonathan Yavner2002-09-281-7/+11
* (backup-buffer): Bind local var MODES.Richard M. Stallman2002-09-261-21/+19
* * dired.el (dired-insert-directory): Always add "--dired" to toKai Großjohann2002-09-221-0/+3
* (diff-buffer-with-file): Check whether associated file exists.Markus Rost2002-09-131-12/+18
* (diff-buffer-with-file): Simplify.Richard M. Stallman2002-09-101-16/+14