summaryrefslogtreecommitdiff
path: root/lisp/files.el
Commit message (Collapse)AuthorAgeFilesLines
* (kill-emacs-query-functions): Doc fix; `save-buffers-kill-emacs'Juanma Barranquero2007-10-261-3/+2
| | | | is no longer bound to a key.
* * files.el (backup-buffer-copy): Call `copy-file' with non-nilMichael Albinus2007-10-211-2/+2
| | | | | | | preserve-uid-gid. * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for compatibility. It is not used, though.
* (auto-mode-alist): Don't use doc-view for PS and EPS.Reiner Steib2007-10-181-1/+2
|
* (auto-mode-alist): Add \\. before PDF/PS/DVI extensions. Regroup.Juri Linkov2007-10-181-1/+1
|
* * bindings.el (completion-ignored-extensions): Remove pdf and dviReiner Steib2007-10-171-1/+1
| | | | | | | | | | | | | | extensions since they can be viewed with doc-view. * files.el (auto-mode-alist): Make doc-view-mode the default mode for pdf, ps and dvi files. * doc-view.el: Make doc-view-mode the standard mode for viewing pdf, [e]ps and dvi files and add binding C-c C-c to toggle between text and image display. Add binding C-c C-e to switch to an editing mode. (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to avoid security problems when rendering files untrusted sources.
* Merge from emacs--rel--22Miles Bader2007-10-151-3/+4
|\ | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 116-121) - Update from CVS Revision: emacs@sv.gnu.org/emacs--devo--0--patch-889
| * (directory-abbrev-alist): Doc fix.Richard M. Stallman2007-10-131-3/+4
| |
* | Merge from emacs--rel--22Miles Bader2007-10-091-23/+44
|\ \ | |/ | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-875
| * (file-name-sans-versions): Use [:alnum:] and also allowDan Nicolaescu2007-09-231-1/+1
| | | | | | | | #, @, : and ^.
| * (file-name-sans-versions): Also allow `A-Z'.Dan Nicolaescu2007-09-221-1/+1
| |
| * (file-name-sans-versions): Also allow `_'.Andreas Schwab2007-09-221-1/+1
| |
| * * files.el (file-name-sans-versions): Allow - and a-z in versionDan Nicolaescu2007-09-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | names. * log-view.el (log-view-mode-map, log-view-mode-menu): Bind log-view-annotate-version. (log-view-beginning-of-defun, log-view-end-of-defun) (log-view-annotate-version): New functions. (log-view-mode): Use log-view-beginning-of-defun and log-view-end-of-defun.
| * (find-file): Fix last change.Eli Zaretskii2007-09-131-2/+3
| |
| * (find-file, find-file-other-window, find-file-other-frame, find-file-existing)Eli Zaretskii2007-09-131-8/+20
| | | | | | | | | | | | (find-file-read-only, find-file-read-only-other-window) (find-file-read-only-other-frame, find-alternate-file-other-window) (find-alternate-file): Doc fixes.
| * (hack-local-variables-confirm): Rename arg VARS to ALL-VARS. Add doc string.Richard M. Stallman2007-09-011-2/+6
| |
| * (backup-buffer-copy): Try to overwrite old backup first.Martin Rudalics2007-08-301-12/+16
| |
| * (backup-buffer-copy): Fully revert change. Sigh.Glenn Morris2007-08-241-3/+1
| |
| * Ulrich Mueller <ulm at gentoo.org> (tiny change)Glenn Morris2007-08-241-3/+2
| | | | | | | | | | (backup-buffer-copy): Don't wrap delete in condition-case, only try to delete if file exists.
| * (backup-buffer-copy): Revert 2007-08-22 change.Glenn Morris2007-08-241-10/+0
| |
| * (backup-buffer-copy): Check backup directory is writable, to avoidGlenn Morris2007-08-221-1/+15
| | | | | | | | infloop deleting old backup.
* | (cd): Use `mapc' rather than `mapcar'.Juanma Barranquero2007-09-251-1/+1
| |
* | (auto-mode-alist): Use archive-mode for .rar files.Stefan Monnier2007-09-191-2/+3
| |
* | (file-modes-char-to-who, file-modes-char-to-right)Michaël Cadilhac2007-09-101-0/+92
| | | | | | | | | | | | | | | | | | (file-modes-rights-to-number): Auxiliary functions for symbolic to numeric notation of file modes. (file-modes-symbolic-to-number): New. Convert symbolic modes to its numeric value. (read-file-modes): New. Read either an octal value of a file mode or a symbolic value, and return its numeric value.
* | (create-file-buffer): If the filename sans directory starts with spaces,Michaël Cadilhac2007-08-311-2/+5
| | | | | | | | remove them.
* | Merge from emacs--devo--0Miles Bader2007-08-271-4/+4
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 857-862) - Update from CVS - Merge from emacs--rel--22 - Update from CVS: lisp/emacs-lisp/avl-tree.el: New file. * emacs--rel--22 (patch 97-100) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 246-247) - Update from CVS Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-38
| * | (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.Juri Linkov2007-08-251-1/+0
| | |
| * | (backup-buffer-copy): Fully revert change. Sigh.Glenn Morris2007-08-241-3/+1
| | |
| * | Ulrich Mueller <ulm at gentoo.org> (tiny change)Glenn Morris2007-08-241-3/+2
| | | | | | | | | | | | | | | (backup-buffer-copy): Don't wrap delete in condition-case, only try to delete if file exists.
| * | (backup-buffer-copy): Revert 2007-08-22 change.Glenn Morris2007-08-241-10/+0
| | |
| * | Fix typo in previous change.Glenn Morris2007-08-221-1/+1
| | |
| * | (backup-buffer-copy): Check backup directory is writable, to avoidGlenn Morris2007-08-221-0/+14
| | | | | | | | | | | | infloop deleting old backup.
* | | Merge from emacs--devo--0Miles Bader2007-08-131-5/+11
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 846-851) - Update from CVS - Merge from emacs--rel--22 * emacs--rel--22 (patch 88-92) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 242-244) - Update from CVS Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-31
| * | Merge from emacs--rel--22Miles Bader2007-08-131-4/+5
| |\ \ | | |/ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-851
| | * (auto-mode-alist): Use the purecopied text (duh!).Stefan Monnier2007-08-081-1/+1
| | |
| | * Replace `iff' in doc-strings and comments.Glenn Morris2007-08-081-3/+4
| | |
| | * *** empty log message ***Michael Albinus2007-08-051-2/+2
| | |
| | * * net/tramp.el (tramp-handle-file-remote-p): Return a string asMichael Albinus2007-08-051-1/+1
| | | | | | | | | | | | remote identification.
| | * * files.el (set-auto-mode): Handle also remote files wrtMichael Albinus2007-08-051-1/+6
| | | | | | | | | | | | `auto-mode-alist'.
| * | *** empty log message ***Michael Albinus2007-08-051-1/+1
| | |
| * | * files.el (set-auto-mode): Handle also remote files wrtMichael Albinus2007-08-051-1/+6
| | | | | | | | | | | | `auto-mode-alist'.
* | | Merge from emacs--devo--0Miles Bader2007-07-311-1/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 824-838) - Update from CVS - Merge from emacs--rel--22 - Remove lisp/erc/erc-nicklist.el - Update some .arch-inventory files - Fix void function definition error in cus-edit.el - Restore lisp/emacs-lisp/cl-loaddefs.el * emacs--rel--22 (patch 70-83) - Update from CVS - Remove lisp/erc/erc-nicklist.el - Update some .arch-inventory files - Indicate that emacs--devo--0--patch-834 does not need to be applied - Merge from gnus--rel--5.10 - Restore lisp/emacs-lisp/cl-loaddefs.el * gnus--rel--5.10 (patch 239-241) - Merge from emacs--devo--0 - Update from CVS Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-28
| * | Merge from emacs--rel--22Miles Bader2007-07-261-1/+1
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 70-73) - Update from CVS 2007-07-25 Glenn Morris <rgm@gnu.org> * Relicense all FSF files to GPLv3 or later. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-828
| | * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
| | |
* | | Merge from emacs--devo--0Miles Bader2007-07-241-2/+30
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 814-823) - Update from CVS - Merge from emacs--rel--22 * emacs--rel--22 (patch 59-69) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 237-238) - Update from CVS Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-26
| * | Mark mode-line-remote as risky.Nick Roberts2007-07-221-0/+1
| | |
| * | (locate-dominating-file): Add comment.Stefan Monnier2007-07-201-0/+4
| | |
| * | (locate-dominating-file): New function.Stefan Monnier2007-07-191-0/+18
| | |
| * | * files.el (file-remote-p): Introduce optional parameterMichael Albinus2007-07-171-2/+7
| | | | | | | | | | | | IDENTIFICATION.
* | | Merge from emacs--devo--0Miles Bader2007-07-151-10/+36
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--devo--0 (patch 803-813) - Update from CVS - Merge from emacs--rel--22 * emacs--rel--22 (patch 51-58) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 233-236) - Merge from emacs--devo--0 - Update from CVS Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-25
| * | Merge from emacs--rel--22Miles Bader2007-07-101-1/+1
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 51-54) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 233-234) - Merge from emacs--devo--0 - Update from CVS 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/cus-start.el (file-coding-system-alist): Fix custom type. 2007-07-08 Chong Yidong <cyd@stupidchicken.com> * lisp/longlines.el (longlines-wrap-region): Avoid marking buffer as modified. (longlines-auto-wrap, longlines-window-change-function): Remove unnecessary calls to set-buffer-modified-p. 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu> * lisp/progmodes/gud.el (auto-mode-alist): Match more valid gdb init file names. 2007-07-01 Richard Stallman <rms@gnu.org> * lisp/files.el (find-file-visit-truename): Fix safe-local-variable value. 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles as unfetched articles. 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de> * lisp/gnus/gnus-start.el (gnus-level-unsubscribed): Improve doc string. 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/gnus-art.el (gnus-article-summary-command-nosave) (gnus-article-read-summary-keys): Don't set the 3rd arg of pop-to-buffer for XEmacs. 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de> * man/gnus-faq.texi ([3.2]): Fix locating of environment variables in the Control Panel. * man/gnus.texi (Misc Article): Add index entry for gnus-single-article-buffer. 2007-06-27 Andreas Seltenreich <andreas@gate450.dyndns.org> * man/gnus.texi (Starting Up): Fix typo. 2007-06-25 Katsumi Yamaoka <yamaoka@jpl.org> * man/gnus.texi (Asynchronous Fetching): Fix typo. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-806