Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (convert-standard-filename): Start replacing slashes | Eli Zaretskii | 2001-05-08 | 1 | -5/+6 |
| | | | | | | from the beginning of the file name, not from where the last invalid character was. From "Andrew Maguire (SWW)" <Andrew.Maguire@Smallworld.co.uk> | ||||
* | (convert-standard-filename): Do length check on name | Andrew Innes | 2001-01-02 | 1 | -1/+2 |
| | | | | before aref. | ||||
* | Add clipboard support from term/w32-win.el, so it is | Andrew Innes | 2000-12-08 | 1 | -0/+55 |
| | | | | accessible in -nw mode. | ||||
* | add version to obsolete variables. | Jason Rumney | 2000-11-25 | 1 | -3/+3 |
| | |||||
* | (w32-add-charset-info): New function. | Jason Rumney | 2000-11-10 | 1 | -48/+47 |
| | | | | (w32-charset-info-alist): Use it. | ||||
* | (w32-version): New function. | Andrew Innes | 2000-11-05 | 1 | -0/+6 |
| | |||||
* | (make-auto-save-file-name): Don't apply conversion to | Andrew Innes | 2000-10-21 | 1 | -1/+5 |
| | | | | remote (ange-ftp) file names. | ||||
* | Comment out before-init-hook function which resets | Andrew Innes | 2000-09-14 | 1 | -4/+4 |
| | | | | source-directory based; this breaks bootstrap. | ||||
* | (w32-using-nt): Fix docstring. | Andrew Innes | 2000-07-24 | 1 | -1/+1 |
| | |||||
* | (w32-enable-italics, w32-charset-to-codepage-alist): Declare as obsolete. | Jason Rumney | 2000-07-15 | 1 | -0/+5 |
| | |||||
* | (w32-charset-info-alist): Add each charset separately. | Jason Rumney | 2000-05-30 | 1 | -20/+33 |
| | |||||
* | (w32-charset-info-alist): Initialize. | Jason Rumney | 2000-03-22 | 1 | -0/+36 |
| | |||||
* | Define w32-tty-standard-colors. | Jason Rumney | 2000-01-30 | 1 | -0/+21 |
| | |||||
* | (convert-standard-filename): Only convert directory | Andrew Innes | 1999-05-02 | 1 | -4/+6 |
| | | | | | separators to backslash if the interactive shell is one of the standard Windows shells that has DOS semantics. | ||||
* | (set-default-process-coding-system): Copied from | Andrew Innes | 1999-03-25 | 1 | -0/+20 |
| | | | | | | dos-w32.el, but modified to use Unix line endings for process input, and to add a suitable entry to process-coding-system-alist for DOS shells. | ||||
* | (set-w32-system-coding-system) New function. | Geoff Voelker | 1999-03-17 | 1 | -0/+16 |
| | | | | (w32-system-coding-system) Initialize to 'iso-latin-1. | ||||
* | (convert-standard-filename): Convert directory | Andrew Innes | 1999-03-05 | 1 | -0/+4 |
| | | | | separators to Windows format. | ||||
* | Remove a dangling reference to a directory on the | Geoff Voelker | 1998-10-30 | 1 | -0/+15 |
| | | | | build machine. | ||||
* | (w32-shell-dos-semantics): New function. | Geoff Voelker | 1998-09-03 | 1 | -0/+7 |
| | |||||
* | (w32-system-shells): Add 4dos and 4nt. | Geoff Voelker | 1998-04-17 | 1 | -2/+53 |
| | | | | | | | | (w32-allow-system-shell, w32-valid-locales): New variable. (w32-check-shell-configuration): Make interactive. Obey w32-allow-system-shell. (w32-get-valid-locale-ids, w32-list-locales): New functions. (w32-init-info): Fix relative path to info directory. | ||||
* | Comment change. | Richard M. Stallman | 1998-03-03 | 1 | -1/+1 |
| | |||||
* | Don't unset C-mouse-down bindings. | Geoff Voelker | 1997-09-02 | 1 | -41/+128 |
| | | | | | | | | | | | | Ignore "Windows" keys by default. Move keypad key definitions from term/w32-win.el. (convert-standard-file-name): New function. (make-auto-save-file-name): Use convert-standard-file-name. Update doc strings. (w32-startup): Deleted function. (w32-check-shell-configuration, w32-init-info): New functions. (w32-system-shell-p): Renamed from w32-using-system-shell-p. Added shell name argument. | ||||
* | (w32-using-nt, w32-shell-name, w32-using-system-shell-p, | Geoff Voelker | 1997-04-24 | 1 | -7/+42 |
| | | | | | w32-startup): New functions. (w32-system-shells): New variable. | ||||
* | (make-auto-save-file-name): Replace occurrences of | Geoff Voelker | 1997-01-13 | 1 | -4/+6 |
| | | | | all invalid filename characters. | ||||
* | Use new file name w32-fns.el | Geoff Voelker | 1996-11-19 | 1 | -2/+2 |
| | |||||
* | (path-separator, grep-null-device, grep-regexp-alist) | Richard M. Stallman | 1996-09-01 | 1 | -109/+0 |
| | | | | | | | | | (file-name-buffer-file-type-alist, find-buffer-file-type): (find-file-not-found-set-buffer-file-type, find-file-binary): (find-file-text, mode-line-format): Moved to dos-nt.el. (save-to-unix-hook, revert-from-unix-hook) (using-unix-filesystems): Functions removed. | ||||
* | (file-name-buffer-file-type-alist): Load TAGS files as text, not binary. | Richard M. Stallman | 1996-07-23 | 1 | -2/+0 |
| | |||||
* | (using-unix-filesystems): Doc fix. | Miles Bader | 1996-07-03 | 1 | -5/+4 |
| | |||||
* | (x-set-selection, x-get-selection): Define them to really use TYPE. | Richard M. Stallman | 1996-06-07 | 1 | -2/+8 |
| | |||||
* | (shell-mode-hook): Set comint-completion-addsuffix | Richard M. Stallman | 1996-06-05 | 1 | -0/+4 |
| | | | | so that the directory suffix is backslash and the file suffix is space. | ||||
* | Hold previous change until after the release. | Karl Heuer | 1996-05-18 | 1 | -0/+112 |
| | |||||
* | (save-to-unix-hook, revert-from-unix-hook, using-unix-filesystems): | Karl Heuer | 1996-05-17 | 1 | -112/+0 |
| | | | | Functions removed. | ||||
* | (using-unix-filesystems): Update doc string. | Geoff Voelker | 1996-05-11 | 1 | -0/+4 |
| | |||||
* | (original-make-auto-save-file-name): New symbol bound | Geoff Voelker | 1996-05-03 | 1 | -0/+18 |
| | | | | | to old value of make-auto-save-file-name. (make-auto-save-file-name): New function overriding old. | ||||
* | Comment change. | Richard M. Stallman | 1996-04-12 | 1 | -1/+1 |
| | |||||
* | (mode-line-format): Include column-number-mode. | Richard M. Stallman | 1996-01-31 | 1 | -0/+1 |
| | |||||
* | Update FSF's address. | Erik Naggum | 1996-01-14 | 1 | -2/+4 |
| | |||||
* | (using-unix-filesystems): | Karl Heuer | 1996-01-09 | 1 | -2/+0 |
| | | | | Don't do anything to write-contents-hooks. | ||||
* | (grep-null-device): Set to "NUL". | Richard M. Stallman | 1995-06-16 | 1 | -1/+30 |
| | | | | | | | (grep-regexp-alist): Match entries with drive letters. (save-to-unix-hook,revert-from-unix-hook): Defined. (using-unix-filesystems): Defined. (window-frame): Unaliased. | ||||
* | (path-separator): Set to ";". | Richard M. Stallman | 1995-05-07 | 1 | -1/+3 |
| | |||||
* | Key [C-M-backspace] defined. | Karl Heuer | 1995-04-12 | 1 | -5/+26 |
| | | | | (mode-line-format): Defined. | ||||
* | Initial revision | Richard M. Stallman | 1994-11-01 | 1 | -0/+115 |