1995-12-15 |
Karl Heuer |
(set-auto-mode): Recognize `#!/bin/env INTERPRETER' hack.
|
1995-12-06 |
Erik Naggum |
(recover-file): Also recover new, unsaved files.
|
1995-11-29 |
Richard M. Stallman |
(auto-mode-alist): Don't purecopy the alist elts.
|
1995-11-10 |
Karl Heuer |
(find-file-noselect): Respect the value of
|
1995-11-10 |
Richard M. Stallman |
(set-auto-mode): If mode cmds move point, obey them.
|
1995-10-29 |
Richard M. Stallman |
(set-visited-file-name, basic-save-buffer):
|
1995-10-24 |
Richard M. Stallman |
(set-visited-file-name): Abbreviate buffer-file-name.
|
1995-10-11 |
Richard M. Stallman |
(find-alternate-file-other-window): New function.
|
1995-10-04 |
Richard M. Stallman |
(recover-session): Use auto-save-list-file-prefix.
|
1995-10-04 |
Richard M. Stallman |
(recover-session-finish): Ask only about files that
|
1995-09-30 |
Roland McGrath |
(cd): Fix interactive spec to require match if there is no CDPATH.
|
1995-09-28 |
Richard M. Stallman |
(interpreter-mode-alist): Handle nawk.
|
1995-09-17 |
Richard M. Stallman |
(find-alternate-file): Kill any preexisting ` **lose**' buf.
|
1995-09-12 |
Richard M. Stallman |
(auto-mode-alist): .pl is now Perl.
|
1995-09-02 |
Richard M. Stallman |
(auto-mode-alist): Handle .f90 files.
|
1995-08-30 |
Richard M. Stallman |
(list-directory): Set default-directory.
|
1995-08-28 |
Richard M. Stallman |
(recover-session-finish): Catch erorr in recover-file.
|
1995-08-28 |
Richard M. Stallman |
(basic-save-buffer): Doc fix.
|
1995-08-22 |
Richard M. Stallman |
(basic-save-buffer): Call vc-after-save.
|
1995-08-22 |
Richard M. Stallman |
(auto-mode-alist): Turn on use of makefile-mode.
|
1995-08-19 |
Richard M. Stallman |
(basic-save-buffer): Confirm for overwriting old file
|
1995-08-14 |
Richard M. Stallman |
(basic-save-buffer-1): Pass new arg to write-region.
|
1995-08-14 |
Richard M. Stallman |
(insert-file-contents-literally): New function.
|
1995-08-13 |
Richard M. Stallman |
(recover-file): It's ok if the visited file doesn't exist.
|
1995-08-01 |
Richard M. Stallman |
(recover-session): Mention deletion is possible.
|
1995-07-30 |
Richard M. Stallman |
(cd): When reading arg, use just directory as the default.
|
1995-07-18 |
Richard M. Stallman |
(file-name-sans-versions): Recognize version control version numbers.
|
1995-07-18 |
Richard M. Stallman |
(auto-mode-alist): Recognize *.ads and *.adb as Ada specs and bodies.
|
1995-07-17 |
Karl Heuer |
(auto-mode-alist): Move .scm.[0-9] before nroff-mode.
|
1995-06-29 |
Richard M. Stallman |
(auto-mode-alist): Make archive-mode the default for
|
1995-06-21 |
Richard M. Stallman |
(buffer-file-truename): Duplicate definition deleted.
|
1995-06-15 |
Simon Marshall |
Corrected the comment from last change.
|
1995-06-13 |
Simon Marshall |
Test for "" too; let it go to expand-file-name if it is equal.
|
1995-06-09 |
Karl Heuer |
(file-precious-flag): Doc clarification.
|
1995-06-07 |
Karl Heuer |
(file-precious-flag): Doc fix.
|
1995-06-05 |
Karl Heuer |
(hack-local-variables-prop-line): Don't downcase var name.
|
1995-06-01 |
Roland McGrath |
(multiple-recover-finish): Renamed to recover-session-finish.
|
1995-05-29 |
Karl Heuer |
(after-revert-hook, before-revert-hook): Add defvars.
|
1995-05-29 |
Karl Heuer |
(revert-buffer): Save after-revert-hook (both local and
|
1995-05-29 |
Karl Heuer |
(find-file-noselect): In "file changed" messages,
|
1995-05-22 |
Karl Heuer |
(file-ownership-preserved-p): Fix typo in previous change.
|
1995-05-15 |
Richard M. Stallman |
(path-separator): Defined.
|
1995-05-07 |
Richard M. Stallman |
(recover-session): Renamed from multiple-recover.
|
1995-05-01 |
Richard M. Stallman |
(set-auto-mode): If buffer has no file, use buffer name.
|
1995-04-30 |
Richard M. Stallman |
(multiple-recover, multiple-recover-finish): New commands.
|
1995-04-25 |
Karl Heuer |
(toggle-read-only, rename-uniquely): Use force-mode-line-update.
|
1995-04-25 |
Richard M. Stallman |
(rename-uniquely): Don't discard <NN> from end
|
1995-04-24 |
Richard M. Stallman |
(rename-uniquely): Strip suffix before rename.
|
1995-04-16 |
Richard M. Stallman |
(set-auto-mode): If -*- spec doesn't set `mode:',
|
1995-04-12 |
Karl Heuer |
(set-auto-mode) [WINDOWSNT]: Match insensitive to case.
|
1995-04-10 |
Richard M. Stallman |
(write-file): Default is ask for confirmation only interactively.
|
1995-04-06 |
Karl Heuer |
(write-file): Fix arg count in call to y-or-n-p.
|
1995-04-03 |
Karl Heuer |
(set-auto-mode): Fix previous change.
|
1995-04-02 |
Richard M. Stallman |
(inhibit-first-line-modes-suffixes): New variable.
|
1995-03-31 |
Richard M. Stallman |
(insert-directory): Use \ before insert-directory-program
|
1995-03-18 |
Richard M. Stallman |
(write-file): Query if file exists already.
|
1995-03-08 |
Richard M. Stallman |
(revert-buffer): Doc fix.
|
1995-03-02 |
Richard M. Stallman |
(kill-emacs-query-functions): Doc fix.
|
1995-02-28 |
Karl Heuer |
(revert-buffer): Use current-prefix-arg, not prefix-arg.
|
1995-02-14 |
Richard M. Stallman |
(auto-mode-alist): Fix problem in previous change.
|