Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (locate-file): Doc fix. | Eli Zaretskii | 2005-05-06 | 1 | -0/+5 |
| | |||||
* | (require-final-newline): Make Custom tags consistent | Luc Teirlinck | 2005-05-01 | 1 | -2/+2 |
| | | | | | with mode-require-final-newline. (mode-require-final-newline): Doc fix. | ||||
* | (backup-buffer-copy): Use copy-file instead | Richard M. Stallman | 2005-04-30 | 1 | -6/+4 |
| | | | | of write-region, and put back the 'excl. | ||||
* | (mode-require-final-newline): Fix previous change. | Richard M. Stallman | 2005-04-24 | 1 | -6/+7 |
| | | | | (require-final-newline): Fix type label. | ||||
* | (mode-require-final-newline): Revert accidental change. | Luc Teirlinck | 2005-04-24 | 1 | -2/+2 |
| | |||||
* | (mode-require-final-newline): Minor doc fix. | Luc Teirlinck | 2005-04-24 | 1 | -3/+3 |
| | |||||
* | (mode-require-final-newline): Doc fix. | Eli Zaretskii | 2005-04-24 | 1 | -2/+3 |
| | | | | (backup-buffer-copy): Fix last change. | ||||
* | (read-directory-name): Always pass non-nil | Richard M. Stallman | 2005-04-23 | 1 | -143/+167 |
| | | | | | | | | | | | DEFAULT-FILENAME arg to read-file-name. (backup-buffer-copy, basic-save-buffer-2): Take care against writing thru an unexpected existing symlink. (revert-buffer): In indirect buffer, revert the base buffer. (magic-mode-alist): Doc fix. (buffer-stale-function): Doc fix. (minibuffer-with-setup-hook): Avoid warning. (mode-require-final-newline): Doc and custom fix. | ||||
* | (auto-mode-alist): Handle /etc/sysconfig/*, | Andreas Schwab | 2005-04-16 | 1 | -2/+2 |
| | | | | /etc/permissions.d/* and /etc/aliases.d/*. | ||||
* | (set-auto-mode-1): Use line-end-position. | Stefan Monnier | 2005-04-10 | 1 | -13/+10 |
| | |||||
* | (mode-require-final-newline): Make Custom correctly report a nil value | Luc Teirlinck | 2005-04-01 | 1 | -2/+8 |
| | | | | | and allow to set it to nil via Custom. Doc fix. | ||||
* | (minibuffer-with-setup-hook): New macro. | Stefan Monnier | 2005-03-28 | 1 | -11/+22 |
| | | | | | | (find-file-read-args): Use it to avoid let-binding minibuffer-with-setup-hook (which breaks turning on/off file-name-shadow-mode while in the prompt). | ||||
* | (auto-mode-alist): Add .xpi files. | Eli Zaretskii | 2005-03-26 | 1 | -2/+2 |
| | |||||
* | (save-some-buffers): Doc fix. | Thien-Thi Nguyen | 2005-03-25 | 1 | -1/+1 |
| | |||||
* | (auto-mode-alist): Add comment. Optimize jar/ear/war. | Juri Linkov | 2005-03-19 | 1 | -2/+4 |
| | |||||
* | (save-buffer): Fix last change. | Eli Zaretskii | 2005-03-19 | 1 | -4/+5 |
| | |||||
* | (save-buffer): Doc fix. | Eli Zaretskii | 2005-03-19 | 1 | -4/+4 |
| | |||||
* | (backup-buffer): If the file's directory is not writable, | Eli Zaretskii | 2005-03-19 | 1 | -0/+1 |
| | | | | use copy instead of move to backup the file. | ||||
* | (hack-local-variables): Do a case-insensitive search | David Ponce | 2005-03-18 | 1 | -4/+5 |
| | | | | for End. | ||||
* | Change release version from 21.4 to 22.1 throughout. | Kim F. Storm | 2005-02-09 | 1 | -10/+10 |
| | | | | Change development version from 21.3.50 to 22.0.50. | ||||
* | (normal-backup-enable-predicate): Return nil for files | Richard M. Stallman | 2005-01-29 | 1 | -2/+7 |
| | | | | in /tmp, regardless of temporary-file-directory. | ||||
* | (insert-directory): Take care of empty directory, listed without -a switch. | Luc Teirlinck | 2005-01-23 | 1 | -34/+43 |
| | |||||
* | (insert-directory): Only look for error lines in | Andreas Schwab | 2005-01-04 | 1 | -5/+3 |
| | | | | | inserted text. Don't move too far after processing --dired markers. | ||||
* | (basic-save-buffer-1): Fix previous change. | Richard M. Stallman | 2005-01-03 | 1 | -9/+20 |
| | |||||
* | (hack-local-variables): Fix last change. | Stefan Monnier | 2005-01-02 | 1 | -79/+79 |
| | |||||
* | (hack-local-variables): Cleanup prefix/suffix matching. | Stefan Monnier | 2005-01-02 | 1 | -33/+26 |
| | |||||
* | (require-final-newline): Allow `visit' and `visit-save'. | Richard M. Stallman | 2004-12-31 | 1 | -5/+41 |
| | | | | | | (mode-require-final-newline): New option. (after-find-file): Handle require-final-newline with new values. (basic-save-buffer): Handle new values of require-final-newline. | ||||
* | (revert-buffer): Change | Kenichi Handa | 2004-12-30 | 1 | -2/+2 |
| | | | | | | explicit-buffer-file-coding-system to buffer-file-coding-system-explicit. (basic-save-buffer-1): Likewise. | ||||
* | (basic-save-buffer-1): Set | Kenichi Handa | 2004-12-30 | 1 | -5/+6 |
| | | | | | | | explicit-buffer-file-coding-system to last-coding-system-used. (revert-buffer): Pay attention to explicit-buffer-file-coding-system (not buffer-file-coding-system) on bind coding-system-for-read. | ||||
* | (hack-local-variables): If there is no PREFIX, set it to "^". | Richard M. Stallman | 2004-12-30 | 1 | -3/+2 |
| | | | | Redundant variable PREFIXLEN removed. | ||||
* | Fix typo. | Richard M. Stallman | 2004-12-27 | 1 | -1/+1 |
| | |||||
* | (buffer-save-without-query): New var (buffer-local). | Richard M. Stallman | 2004-12-27 | 1 | -32/+130 |
| | | | | | | | | | | | (save-some-buffers): Save those buffers first, w/o asking. (insert-directory-ls-version): New variable. (insert-directory): When ls returns an error, test the version number to decide what the return code means. With --dired output format, detect and distinguish lines that are really error messages. (insert-directory-adj-pos): New function. | ||||
* | (find-file-other-window, find-file-other-frame): | Juri Linkov | 2004-12-13 | 1 | -33/+55 |
| | | | | | | | | | | | | | | Add the first buffer to the returned value to return the complete list of all visited buffers. (find-file-read-only, find-file-read-only-other-window) (find-file-read-only-other-frame): Use nil for `mustmatch' arg of `find-file-read-args'. Signal an error about non-existent file only if file name doesn't contain wildcards. Toggle read-only in all visited buffers. (find-alternate-file, find-alternate-file-other-window): Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when called interactively. Pass arg `wildcards' to other functions. (find-file-noselect): Doc fix. | ||||
* | (auto-mode-alist): Map .com to DCL mode. | Thien-Thi Nguyen | 2004-12-10 | 1 | -0/+1 |
| | |||||
* | acpid files under /etc | Daniel Pfeiffer | 2004-12-01 | 1 | -1/+1 |
| | |||||
* | (auto-mode-alist): Add conf-ppd-mode and inittab. | Daniel Pfeiffer | 2004-11-30 | 1 | -1/+2 |
| | |||||
* | (convert-standard-filename): Doc fix. | Luc Teirlinck | 2004-11-14 | 1 | -2/+4 |
| | |||||
* | (auto-mode-alist): handle .gtkrc, and under /etc passwd, group, shadow, ↵ | Daniel Pfeiffer | 2004-11-14 | 1 | -3/+3 |
| | | | | default/* and pam.d/*. | ||||
* | (magic-mode-alist): Use optimization for SGML mode too. | Juri Linkov | 2004-11-11 | 1 | -11/+10 |
| | | | | (set-auto-mode): Doc fix. Remove unused variable `xml'. | ||||
* | (magic-mode-alist): Reduce backtracking in the HTML regexp. | Stefan Monnier | 2004-11-11 | 1 | -3/+7 |
| | |||||
* | Also do /etc/magic, hosts.allow, hosts.deny etc. | Daniel Pfeiffer | 2004-11-10 | 1 | -2/+2 |
| | |||||
* | (auto-mode-alist, magic-mode-alist): Use conf-mode | Daniel Pfeiffer | 2004-11-10 | 1 | -9/+30 |
| | |||||
* | (set-auto-mode): Don't get error after setting -*-mode-*-. | Daniel Pfeiffer | 2004-11-04 | 1 | -3/+5 |
| | |||||
* | Comment change. | Richard M. Stallman | 2004-11-04 | 1 | -1/+1 |
| | |||||
* | (xml-based-modes): Delete var. | Daniel Pfeiffer | 2004-11-03 | 1 | -34/+42 |
| | | | | | (magic-mode-alist): New var. (set-auto-mode): Use it. | ||||
* | * files.el (find-file-existing): New function. | Jan Djärv | 2004-11-02 | 1 | -0/+8 |
| | | | | | | | | * menu-bar.el (menu-bar-files-menu): Make "Open File..." call find-file-existing. Add "New File..." that calls find-file. * dired.el (dired-read-dir-and-switches): Call read-driectory-name instead of read-file-name. | ||||
* | (set-auto-mode-0): Don't rely on dynamic binding of | Kim F. Storm | 2004-11-01 | 1 | -9/+9 |
| | | | | | keep-mode-if-same variable. Add it as optional arg instead. (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same. | ||||
* | (large-file-warning-threshold): Add :version keyword. | John Paul Wallington | 2004-11-01 | 1 | -1/+2 |
| | | | | (kill-some-buffers): Doc fix. | ||||
* | (set-auto-mode): Call `throw' correctly. | John Paul Wallington | 2004-10-28 | 1 | -1/+1 |
| | |||||
* | (set-auto-mode-0): New function. | Daniel Pfeiffer | 2004-10-28 | 1 | -24/+34 |
| | | | | (set-auto-mode): Use it to handle aliased modes and to be consistent between C-x C-f and C-x C-w. |