log lisp/files.el @ 3652:31e55359fcdb

age author description
Fri, 11 Jun 1993 16:02:27 +0000 Richard M. Stallman (cd): Use file-name-absolute-p.
Fri, 11 Jun 1993 05:59:16 +0000 Richard M. Stallman (make-backup-files): Doc fix.
Thu, 10 Jun 1993 23:35:18 +0000 Richard M. Stallman (basic-save-buffer): Cal auto-save-mode with t as arg
Thu, 10 Jun 1993 21:31:56 +0000 Richard M. Stallman (hack-one-local-variable): Treat ...-hook(s) and ..-function(s)
Thu, 10 Jun 1993 20:44:12 +0000 Richard M. Stallman (abbreviate-file-name): Make abbreviated-home-dir
Wed, 09 Jun 1993 11:59:12 +0000 Jim Blandy Apply typo patches from Paul Eggert.
Mon, 31 May 1993 21:50:52 +0000 Richard M. Stallman (inhibit-local-variables-regexps): New variable.
Sat, 29 May 1993 22:28:56 +0000 Richard M. Stallman (find-file-run-dired): Doc fix.
Sat, 29 May 1993 20:13:58 +0000 Richard M. Stallman (file-chase-links): Handle leading .. in symlink target.
Sat, 29 May 1993 20:00:45 +0000 Richard M. Stallman (file-chase-links): New function.
Sat, 29 May 1993 05:22:49 +0000 Richard M. Stallman (auto-mode-alist): Fix syntax for sgml mode.
Fri, 28 May 1993 01:22:00 +0000 Richard M. Stallman (find-alternate-file): Hide truename and inode number
Wed, 26 May 1993 23:19:07 +0000 Richard M. Stallman (find-file-noselect): Expand buffer-file-truename
Wed, 26 May 1993 18:21:26 +0000 Richard M. Stallman (auto-mode-alist): Recognize .sgm, .sgml, .dtd.
Wed, 26 May 1993 18:12:00 +0000 Richard M. Stallman (auto-mode-alist): Treat .H and .hh as C++ files.
Tue, 25 May 1993 03:56:02 +0000 Richard M. Stallman (find-file-read-only-other-window): Use find-file-other-window.
Mon, 24 May 1993 21:45:20 +0000 Richard M. Stallman (cd): Set cd-path to a list.
Wed, 19 May 1993 06:03:04 +0000 Jim Blandy * files.el (set-auto-mode): If the buffer's file name is nil,
Thu, 06 May 1993 01:33:13 +0000 Richard M. Stallman (auto-mode-alist): Delete the entries for makefile-mode.
Mon, 03 May 1993 03:37:22 +0000 Jim Blandy * files.el (insert-directory): Undo change of March 23;
Sun, 02 May 1993 12:46:26 +0000 Richard M. Stallman (find-file-noselect): On VMS, maybe set buffer-file-name
Fri, 30 Apr 1993 11:54:04 +0000 Richard M. Stallman (find-file-noselect): Do set buffer-file-name
Wed, 28 Apr 1993 17:33:42 +0000 Roland McGrath (file-truename): Undo last change.
Tue, 27 Apr 1993 21:59:41 +0000 Eric S. Raymond (file-truename): Do the right thing when /home/gp2/eric = "".
Mon, 26 Apr 1993 05:01:41 +0000 Eric S. Raymond (cd): Handle leading "~" like an absolute filename.
Sun, 25 Apr 1993 06:14:06 +0000 Eric S. Raymond (cd): Changed to use to resolve relative cd calls.
Mon, 19 Apr 1993 20:36:23 +0000 Roland McGrath (find-file-noselect): Never set SAME-TRUENAME to a buffer whose
Mon, 19 Apr 1993 20:27:50 +0000 Roland McGrath (set-auto-mode): If the buffer begins with "#!", look for -*- in the first
Sun, 11 Apr 1993 21:22:35 +0000 Richard M. Stallman (find-file-noselect): Verify other buffers' file numbers are still valid.
Tue, 30 Mar 1993 22:21:03 +0000 Noah Friedman (find-backup-file-name): delete nothing if overflow in number of files to keep.