aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/files.el
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***Kenichi Handa2003-09-081-1/+1
|\
| * (revert-buffer, recover-file): Use utf-8-emacs codingDave Love2002-05-271-2/+2
* | New directoryKenichi Handa2003-09-081-2/+1
* | Add arch taglinesMiles Bader2003-09-011-0/+1
* | (file-newest-backup): Use `expand-file-name'.Glenn Morris2003-08-241-1/+1
* | (set-visited-file-name): Use truename for buffer-file-name.Markus Rost2003-07-271-1/+1
* | (auto-mode-alist, interpreter-mode-alist): Added comments about whereMartin Stjernholm2003-07-091-0/+8
* | (auto-mode-alist, interpreter-mode-alist): Removed entries to CC ModeMartin Stjernholm2003-07-051-23/+0
* | (recover-session-finish): Don't give up when there are two consecutive emptyJuanma Barranquero2003-06-161-13/+16
* | (after-find-file): Fix arguments of call to `sit-for'.Juanma Barranquero2003-06-031-1/+1
* | (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