index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
files.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
(cd-absolute): Fix omission bug:
Thien-Thi Nguyen
2007-12-29
1
-4
/
+4
*
Merge from emacs--rel--22
Miles Bader
2007-12-28
1
-2
/
+15
|
\
|
*
(conf-mode-maybe): New function.
Richard M. Stallman
2007-12-26
1
-1
/
+11
|
*
(switch-to-buffer-other-frame): Return the buffer
Andreas Schwab
2007-12-23
1
-2
/
+4
|
*
(file-name-history): Add reference to `history-length' in the doc string.
Eli Zaretskii
2007-12-22
1
-1
/
+4
*
|
(auto-mode-alist): Add \\' to doc-view files regexp.
Juri Linkov
2007-12-23
1
-2
/
+1
*
|
(switch-to-buffer-other-frame): Return the buffer
Andreas Schwab
2007-12-23
1
-2
/
+4
*
|
* files.el (cd-absolute): Set `list-buffers-directory' in order to
Michael Albinus
2007-12-18
1
-1
/
+2
*
|
Merge from emacs--rel--22
Miles Bader
2007-12-16
1
-0
/
+2
|
\
|
|
*
(auto-mode-alist): Recognize verilog files.
Dan Nicolaescu
2007-12-08
1
-0
/
+1
|
*
(enable-local-variables): Doc fix.
Juanma Barranquero
2007-11-09
1
-1
/
+1
|
*
2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
Romain Francoise
2007-11-02
1
-2
/
+2
*
|
revert-buffer docstring fix
Vinicius Jose Latorre
2007-12-12
1
-2
/
+2
*
|
revert-buffer docstring fix
Vinicius Jose Latorre
2007-12-12
1
-4
/
+6
*
|
return back entry: revert-buffer should eliminate overlays and the mark
Vinicius Jose Latorre
2007-12-12
1
-11
/
+5
*
|
revert-buffer eliminates overlays and the mark
Vinicius Jose Latorre
2007-12-11
1
-5
/
+11
*
|
Fix possibly buggy calls to `message'.
Deepak Goel
2007-12-06
1
-1
/
+1
*
|
* international/titdic-cnv.el (dos-8+3-filename):
Dan Nicolaescu
2007-11-22
1
-0
/
+2
*
|
* frame.el (msdos-mouse-p):
Dan Nicolaescu
2007-11-21
1
-3
/
+0
*
|
* frame.el (msdos-mouse-p):
Dan Nicolaescu
2007-11-21
1
-0
/
+10
*
|
* files.el (set-auto-mode-1): Check second line for -*- if file
Werner LEMBERG
2007-11-16
1
-1
/
+5
*
|
* files.el (auto-mode-alist): Select org-mode for files with the
Carsten Dominik
2007-11-10
1
-0
/
+1
*
|
(enable-local-variables): Doc fix.
Juanma Barranquero
2007-11-09
1
-1
/
+1
*
|
2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
Romain Francoise
2007-11-02
1
-2
/
+2
*
|
(kill-emacs-query-functions): Doc fix; `save-buffers-kill-emacs'
Juanma Barranquero
2007-10-26
1
-3
/
+2
*
|
* files.el (backup-buffer-copy): Call `copy-file' with non-nil
Michael Albinus
2007-10-21
1
-2
/
+2
*
|
(auto-mode-alist): Don't use doc-view for PS and EPS.
Reiner Steib
2007-10-18
1
-1
/
+2
*
|
(auto-mode-alist): Add \\. before PDF/PS/DVI extensions. Regroup.
Juri Linkov
2007-10-18
1
-1
/
+1
*
|
* bindings.el (completion-ignored-extensions): Remove pdf and dvi
Reiner Steib
2007-10-17
1
-1
/
+1
*
|
Merge from emacs--rel--22
Miles Bader
2007-10-15
1
-3
/
+4
|
\
|
|
*
(directory-abbrev-alist): Doc fix.
Richard M. Stallman
2007-10-13
1
-3
/
+4
*
|
Merge from emacs--rel--22
Miles Bader
2007-10-09
1
-23
/
+44
|
\
|
|
*
(file-name-sans-versions): Use [:alnum:] and also allow
Dan Nicolaescu
2007-09-23
1
-1
/
+1
|
*
(file-name-sans-versions): Also allow `A-Z'.
Dan Nicolaescu
2007-09-22
1
-1
/
+1
|
*
(file-name-sans-versions): Also allow `_'.
Andreas Schwab
2007-09-22
1
-1
/
+1
|
*
* files.el (file-name-sans-versions): Allow - and a-z in version
Dan Nicolaescu
2007-09-22
1
-1
/
+1
|
*
(find-file): Fix last change.
Eli Zaretskii
2007-09-13
1
-2
/
+3
|
*
(find-file, find-file-other-window, find-file-other-frame, find-file-existing)
Eli Zaretskii
2007-09-13
1
-8
/
+20
|
*
(hack-local-variables-confirm): Rename arg VARS to ALL-VARS. Add doc string.
Richard M. Stallman
2007-09-01
1
-2
/
+6
|
*
(backup-buffer-copy): Try to overwrite old backup first.
Martin Rudalics
2007-08-30
1
-12
/
+16
|
*
(backup-buffer-copy): Fully revert change. Sigh.
Glenn Morris
2007-08-24
1
-3
/
+1
|
*
Ulrich Mueller <ulm at gentoo.org> (tiny change)
Glenn Morris
2007-08-24
1
-3
/
+2
|
*
(backup-buffer-copy): Revert 2007-08-22 change.
Glenn Morris
2007-08-24
1
-10
/
+0
|
*
(backup-buffer-copy): Check backup directory is writable, to avoid
Glenn Morris
2007-08-22
1
-1
/
+15
*
|
(cd): Use `mapc' rather than `mapcar'.
Juanma Barranquero
2007-09-25
1
-1
/
+1
*
|
(auto-mode-alist): Use archive-mode for .rar files.
Stefan Monnier
2007-09-19
1
-2
/
+3
*
|
(file-modes-char-to-who, file-modes-char-to-right)
Michaël Cadilhac
2007-09-10
1
-0
/
+92
*
|
(create-file-buffer): If the filename sans directory starts with spaces,
Michaël Cadilhac
2007-08-31
1
-2
/
+5
*
|
Merge from emacs--devo--0
Miles Bader
2007-08-27
1
-4
/
+4
|
\
\
|
*
|
(auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
Juri Linkov
2007-08-25
1
-1
/
+0
[next]