log lisp/files.el @ 11563:63215d2a1e3f

age author description
Tue, 25 Apr 1995 22:22:21 +0000 Karl Heuer (toggle-read-only, rename-uniquely): Use force-mode-line-update.
Tue, 25 Apr 1995 04:22:37 +0000 Richard M. Stallman (rename-uniquely): Don't discard <NN> from end
Mon, 24 Apr 1995 14:59:22 +0000 Richard M. Stallman (rename-uniquely): Strip suffix before rename.
Sun, 16 Apr 1995 03:20:40 +0000 Richard M. Stallman (set-auto-mode): If -*- spec doesn't set `mode:',
Wed, 12 Apr 1995 03:10:46 +0000 Karl Heuer (set-auto-mode) [WINDOWSNT]: Match insensitive to case.
Mon, 10 Apr 1995 04:49:13 +0000 Richard M. Stallman (write-file): Default is ask for confirmation only interactively.
Thu, 06 Apr 1995 19:25:20 +0000 Karl Heuer (write-file): Fix arg count in call to y-or-n-p.
Mon, 03 Apr 1995 21:37:39 +0000 Karl Heuer (set-auto-mode): Fix previous change.
Sun, 02 Apr 1995 02:22:14 +0000 Richard M. Stallman (inhibit-first-line-modes-suffixes): New variable.
Fri, 31 Mar 1995 01:56:18 +0000 Richard M. Stallman (insert-directory): Use \ before insert-directory-program
Sat, 18 Mar 1995 21:51:18 +0000 Richard M. Stallman (write-file): Query if file exists already.
Wed, 08 Mar 1995 03:43:34 +0000 Richard M. Stallman (revert-buffer): Doc fix.
Thu, 02 Mar 1995 19:36:40 +0000 Richard M. Stallman (kill-emacs-query-functions): Doc fix.
Tue, 28 Feb 1995 06:24:08 +0000 Karl Heuer (revert-buffer): Use current-prefix-arg, not prefix-arg.
Tue, 14 Feb 1995 00:26:11 +0000 Richard M. Stallman (auto-mode-alist): Fix problem in previous change.
Sat, 11 Feb 1995 04:50:55 +0000 Richard M. Stallman (auto-mode-alist): Add .cpp, .cxx, .hxx, .c++, .h++.
Fri, 10 Feb 1995 06:29:31 +0000 Richard M. Stallman (recover-file): Use ordinary `f' to read file name.
Sun, 15 Jan 1995 10:59:20 +0000 Roland McGrath (not-modified): Doc fix.
Thu, 12 Jan 1995 23:45:01 +0000 Richard M. Stallman (revert-buffer): Recompute buffer-file-truename.
Thu, 12 Jan 1995 21:05:07 +0000 Richard M. Stallman (find-backup-file-name): Run a file name handler.
Wed, 04 Jan 1995 22:02:59 +0000 Richard M. Stallman (auto-mode-alist): Add entries for .cls files, and for /drafts/.
Sat, 31 Dec 1994 07:49:59 +0000 Richard M. Stallman (auto-mode-alist): Add entries for .cls files,
Sat, 24 Dec 1994 16:41:31 +0000 Richard M. Stallman (save-buffers-kill-emacs): Fix backward test of value of
Thu, 15 Dec 1994 12:36:03 +0000 Richard M. Stallman (hack-local-variables): Run hack-local-variables-hook.
Tue, 13 Dec 1994 13:44:20 +0000 Richard M. Stallman (ignored-local-variables): Mark it risky.
Fri, 09 Dec 1994 06:14:44 +0000 Karl Heuer (set-auto-mode): Don't get confused by anything ending in "mode:" which isn't
Thu, 17 Nov 1994 16:53:01 +0000 Richard M. Stallman (backup-buffer): Use file-ownership-preserved-p.
Tue, 01 Nov 1994 05:48:21 +0000 Richard M. Stallman (abbreviate-file-name): Handle drive letters on windows-nt as on ms-dos.
Thu, 27 Oct 1994 22:34:21 +0000 Karl Heuer (find-file-noselect): Call set-buffer-major-mode here.
Tue, 25 Oct 1994 04:46:54 +0000 Richard M. Stallman (buffer-file-truename): Doc fix.
Wed, 19 Oct 1994 00:08:18 +0000 Richard M. Stallman (auto-mode-alist): Doc fix.
Wed, 19 Oct 1994 00:03:41 +0000 Richard M. Stallman (auto-mode-alist): Doc fix.
Tue, 04 Oct 1994 02:56:49 +0000 Richard M. Stallman (set-auto-mode): Discard versions from file name before
Sun, 02 Oct 1994 20:10:39 +0000 Richard M. Stallman (file-truename): If name has no dir, use default-directory.
Sat, 01 Oct 1994 21:07:33 +0000 Richard M. Stallman (save-buffers-kill-emacs): Fix previous change.
Fri, 30 Sep 1994 20:47:37 +0000 Richard M. Stallman (save-buffers-kill-emacs): Use run-hook-with-args-until-failure.
Tue, 27 Sep 1994 22:59:50 +0000 Richard M. Stallman (hack-one-local-variable): Support safe-local-variable property.
Sat, 24 Sep 1994 05:02:49 +0000 Richard M. Stallman (auto-mode-alist): Handle ada-mode and icon-mode.
Sat, 24 Sep 1994 01:27:46 +0000 Richard M. Stallman (find-alternate-file): Confirm killing buffer only if it is visiting a file.
Thu, 22 Sep 1994 04:15:33 +0000 Richard M. Stallman (file-ownership-preserved-p): New function.
Tue, 20 Sep 1994 04:27:40 +0000 Richard M. Stallman (basic-save-buffer-1): If writing temp file fails
Mon, 19 Sep 1994 04:32:41 +0000 Richard M. Stallman (file-name-sans-extension): New function.
Sun, 28 Aug 1994 07:37:42 +0000 Richard M. Stallman (after-find-file-from-revert-buffer): Add defvar.
Thu, 25 Aug 1994 00:05:36 +0000 Richard M. Stallman (find-file-noselect): Improve "file changed" message.
Wed, 17 Aug 1994 21:46:05 +0000 Richard M. Stallman (after-find-file): New arg renamed to after-find-file-from-revert-buffer.
Wed, 17 Aug 1994 21:42:40 +0000 Richard M. Stallman (after-find-file): New arg from-revert-buffer.
Sat, 06 Aug 1994 03:19:35 +0000 Richard M. Stallman (save-buffer): Unconditionally make a backup with 2 or
Fri, 29 Jul 1994 03:45:49 +0000 Richard M. Stallman (file-truename): Temporarily get rid of the
Wed, 27 Jul 1994 18:55:38 +0000 Richard M. Stallman (set-auto-mode): Shorten scope of case-fold-search binding.
Thu, 14 Jul 1994 22:48:40 +0000 Richard M. Stallman (rmail-output-file-alist): Mark it risky.
Wed, 13 Jul 1994 04:03:09 +0000 Richard M. Stallman (insert-directory): Fix previous change.
Tue, 12 Jul 1994 07:08:31 +0000 Richard M. Stallman (insert-directory): Fix prev change.
Tue, 12 Jul 1994 00:35:27 +0000 Richard M. Stallman (insert-directory): Allow list for SWITCHES.
Fri, 08 Jul 1994 21:26:56 +0000 Richard M. Stallman (hack-one-local-variable): Check for root using user-uid.
Thu, 07 Jul 1994 20:34:55 +0000 Richard M. Stallman (outline-level): Mark it risky.
Thu, 07 Jul 1994 16:25:53 +0000 Richard M. Stallman (process-environment, exec-path, load-path,exec-directory):
Thu, 07 Jul 1994 05:07:02 +0000 Richard M. Stallman (switch-to-buffer-other-frame): Raise the frame.
Wed, 06 Jul 1994 23:03:47 +0000 Richard M. Stallman (revert-buffer-function): Doc fix.
Wed, 06 Jul 1994 21:41:47 +0000 Richard M. Stallman (auto-save-mode): If autosave is off because buffer has
Wed, 06 Jul 1994 21:34:31 +0000 Richard M. Stallman (delete-old-versions): Var renamed from trim-versions-without-asking.