]> code.delx.au - gnu-emacs/history - lisp/files.el
*** empty log message ***
[gnu-emacs] / lisp / files.el
2003-09-08 Kenichi Handa*** empty log message ***
2003-09-08 Kenichi HandaNew directory
2003-09-01 Miles BaderAdd arch taglines
2003-08-24 Glenn Morris(file-newest-backup): Use `expand-file-name'.
2003-07-27 Markus Rost(set-visited-file-name): Use truename for buffer-file...
2003-07-09 Martin Stjernholm(auto-mode-alist, interpreter-mode-alist): Added commen...
2003-07-05 Martin Stjernholm(auto-mode-alist, interpreter-mode-alist): Removed...
2003-06-16 Juanma Barranquero(recover-session-finish): Don't give up when there...
2003-06-03 Juanma Barranquero(after-find-file): Fix arguments of call to `sit-for'.
2003-06-03 Richard M. Stallman(after-find-file): Simplify msg if nonexistent directory.
2003-05-31 John Paul Wallington(large-file-warning-threshold): Add type, groups.
2003-05-31 Kenichi Handa(recover-file): Bind coding-system-for-read to
2003-05-24 Andreas Schwab(insert-directory): Preserve CR in a file name.
2003-05-13 Stefan Monnier(file-relative-name): Remove dead code.
2003-05-07 Juanma Barranquero(insert-file-contents-literally): Allow it to be called...
2003-05-06 Kenichi Handa(revert-buffer): Comment fixed.
2003-04-25 Kai Großjohann(file-relative-name): Recognize "c:/foo" as absolute
2003-04-24 Richard M. Stallman(view-read-only): Doc fix.
2003-04-18 Stefan Monnier(view-read-only): Move from view.el to files.el.
2003-04-17 Stefan Monnier(view-read-only): Don't declare a second time.
2003-04-14 Stefan Monnier*** empty log message ***
2003-04-09 Richard M. Stallman(file-chase-links): Fix previous change.
2003-04-09 Richard M. Stallman(file-chase-links): New arg LIMIT.
2003-04-03 Richard M. Stallman(hack-local-variables-prop-line): New arg MODE-ONLY.
2003-03-31 Kai Großjohann(file-relative-name): Remove superfluous `and'.
2003-03-29 Kai Großjohann(file-relative-name): If FILENAME and DIRECTORY are on
2003-03-26 Kenichi Handa(recode-file-name): New function.
2003-03-14 John Paul Wallington* files.el (recover-session): Error if there are no...
2003-03-12 Kenichi Handa(insert-directory): Decode by what specified.
2003-03-11 Jason Rumney(auto-mode-alist): Add .xsl for sgml-mode.
2003-02-23 Richard M. Stallman(revert-buffer): Different error message for reverting...
2003-02-22 Kai Großjohann(abbreviate-file-name): Shorten docstring: variables
2003-02-21 Kai Großjohann(abbreviate-file-name): Document removal of
2003-02-17 Kenichi Handa(insert-directory): Add workaround for the case that we
2003-02-13 Markus Rost(find-alternate-file): Undo last change.
2003-02-12 Juanma Barranquero(file-truename): Revert change from 2002-11-27.
2003-02-12 Juanma Barranquero(find-alternate-file): Check whether `dired-directory...
2003-02-04 Richard M. Stallman(find-alternate-file): Handle dired-directory like...
2003-01-31 Juanma BarranqueroCygwin support patch.
2003-01-23 Kenichi Handa(insert-directory): Read the output of "ls" by
2003-01-13 Richard M. Stallman(mode-line-process): Mark as risky.
2003-01-01 Richard M. Stallman(backup-buffer): Cope if file-modes returns nil.
2002-12-28 Richard M. Stallman(find-file-noselect-1): Kill local value of `cursor...
2002-12-08 Andreas Schwab(insert-directory): Insert free space only when listing...
2002-12-07 Andreas Schwab(find-file-read-args): Reenable wildcard processing...
2002-11-27 Jason Rumney(file-truename): Canonicalize non-existent names on...
2002-11-18 Richard M. Stallman(parse-time-rules): Mark it as risky.
2002-11-14 Kim F. Storm(mode-name): Mark it as risky-local-variable here like the
2002-11-06 Dave Love(normal-mode): Call ucs-set-table-for-input.
2002-11-05 Juanma Barranquero(find-buffer-visiting): Accept new optional PREDICATE...
2002-10-26 Richard M. Stallman(risky-local-variable-p): VAL=nil has special meaning.
2002-10-23 Richard M. Stallman(risky-local-variable-p): New function.
2002-10-14 André Spiegel(insert-directory): Handle //SUBDIRED// lines in recurs...
2002-09-29 Paul Reillyauto-mode-alist: Use archive-mode for ear/EAR (Enterpri...
2002-09-28 Jonathan YavnerNew major mode "SES" for spreadsheets.
2002-09-26 Richard M. Stallman(backup-buffer): Bind local var MODES.
2002-09-22 Kai Großjohann* dired.el (dired-insert-directory): Always add "-...
2002-09-13 Markus Rost(diff-buffer-with-file): Check whether associated file...
2002-09-10 Richard M. Stallman(diff-buffer-with-file): Simplify.
2002-09-10 Kai Großjohann(auto-mode-alist): ~/.gnus, ~/.viper are in
2002-09-09 Markus Rost(save-some-buffers-action-alist): Use lower case for...
2002-09-09 Richard M. Stallman(auto-mode-alist): Use sh-mode for .bash files.
2002-09-09 Richard M. Stallman(make-backup-file-name-1): When make-directory fails,
2002-09-07 Colin Walters(diff-buffer-with-file): Call diff synchronously, so...
2002-09-02 Richard M. Stallman(save-some-buffers-action-alist): New variable.
2002-08-28 Richard M. Stallman(find-buffer-visiting): Compare file attributes using...
2002-08-28 Richard M. Stallman(make-auto-save-file-name, make-backup-file-name-1):
2002-08-27 Richard M. Stallman(find-alternate-file): Bind kill-buffer-query-functions...
2002-08-24 Richard M. Stallman(ange-ftp-completion-hook-function): Add safe-magic...
2002-08-15 Richard M. Stallman(recover-this-file): New function.
2002-07-30 Kenichi Handa(revert-buffer): Fix previous change.
2002-07-27 Richard M. Stallman(file-name-sans-extension): Avoid expanding DIRECTORY.
2002-07-26 Kenichi Handa(revert-buffer): Before calling insert-file-contents,
2002-07-23 Richard M. Stallman(basic-save-buffer-2): If there's an error writing...
2002-07-20 Richard M. Stallman(toggle-read-only): Clean up the hint message.
2002-07-16 André SpiegelBind toggle-read-only to C-x C-q.
2002-07-14 Richard M. Stallman(find-alternate-file): Offer to save a modified buffer.
2002-07-11 Pavel Janík*** empty log message ***
2002-07-09 Kenichi Handa(insert-directory): Be sure to bind
2002-07-07 Kim F. Storm(after-find-file): Don't check for read-only status
2002-07-07 Richard M. Stallman(safe-local-eval-forms): New user option.
2002-07-05 Francesco Potortì(auto-mode-alist): Add knowledge of .sx[dmicw] file
2002-07-02 Richard M. Stallman(hack-one-local-variable-constantp): New function.
2002-06-30 Andreas Schwab* files.el (directory-free-space-args): Don't use ...
2002-06-23 Stefan MonnierRename (and mark as obsolete)
2002-06-21 Andreas Schwab(find-file-read-args): Add new argument `mustmatch...
2002-06-13 Andreas Schwab(auto-mode-alist): Move entry for ".in" to the end.
2002-06-11 Richard M. Stallman(make-auto-save-file-name): Rename local `filename...
2002-06-10 Miles Bader(revert-buffer): Correct typo: variable name is `buffer...
2002-06-08 Richard M. Stallman(find-file-noselect-1): Undo previous change.
2002-06-01 Sam Steingold(auto-mode-alist): Strip trailing ".in" from the file
2002-05-30 Richard M. Stallman(find-file-default): Add defvar for var already used.
2002-05-29 Richard M. Stallman(find-file-noselect-1): Return the buffer we created
2002-05-28 Kim F. Storm(read-directory-name): New function.
2002-05-27 Dave Love(revert-buffer, recover-file): Use utf-8-emacs coding
2002-05-22 Markus Rost(file-newest-backup): Use file-name-sans-versions.
2002-05-20 Miles Bader(find-file-read-args): Don't trash existing value of
2002-05-19 Richard M. Stallman(locate-file): Doc fix.
2002-05-14 Richard M. Stallman(make-auto-save-file-name):
2002-05-06 Stefan Monnier(locate-file): Deprecate integer values for predicate.
next