1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00
Commit Graph

41 Commits

Author SHA1 Message Date
Andrew Innes
82d5a7b2a6 (convert-standard-filename): Do length check on name
before aref.
2001-01-02 22:38:06 +00:00
Andrew Innes
3b4cf5db16 Add clipboard support from term/w32-win.el, so it is
accessible in -nw mode.
2000-12-08 14:32:49 +00:00
Jason Rumney
4709221799 add version to obsolete variables. 2000-11-25 19:48:15 +00:00
Jason Rumney
15fa6efbcf (w32-add-charset-info): New function.
(w32-charset-info-alist): Use it.
2000-11-10 22:05:50 +00:00
Andrew Innes
161ab81957 (w32-version): New function. 2000-11-05 21:34:36 +00:00
Andrew Innes
022b815504 (make-auto-save-file-name): Don't apply conversion to
remote (ange-ftp) file names.
2000-10-21 13:11:56 +00:00
Andrew Innes
1198514be7 Comment out before-init-hook function which resets
source-directory based; this breaks bootstrap.
2000-09-14 21:13:08 +00:00
Andrew Innes
9be978bae4 (w32-using-nt): Fix docstring. 2000-07-24 22:03:34 +00:00
Jason Rumney
d4b7d6b494 (w32-enable-italics, w32-charset-to-codepage-alist): Declare as obsolete. 2000-07-15 11:50:42 +00:00
Jason Rumney
6778515fc5 (w32-charset-info-alist): Add each charset separately. 2000-05-30 22:39:04 +00:00
Jason Rumney
52f326714d (w32-charset-info-alist): Initialize. 2000-03-22 23:01:04 +00:00
Jason Rumney
5e56821495 Define w32-tty-standard-colors. 2000-01-30 19:01:08 +00:00
Andrew Innes
105adfb54f (convert-standard-filename): Only convert directory
separators to backslash if the interactive shell is one of the
standard Windows shells that has DOS semantics.
1999-05-02 09:45:17 +00:00
Andrew Innes
b1ed864845 (set-default-process-coding-system): Copied from
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.
1999-03-25 22:49:36 +00:00
Geoff Voelker
1b42a753f9 (set-w32-system-coding-system) New function.
(w32-system-coding-system) Initialize to 'iso-latin-1.
1999-03-17 22:06:23 +00:00
Andrew Innes
dd89ee9520 (convert-standard-filename): Convert directory
separators to Windows format.
1999-03-05 16:15:58 +00:00
Geoff Voelker
8929f478f0 Remove a dangling reference to a directory on the
build machine.
1998-10-30 03:56:46 +00:00
Geoff Voelker
f3e62da23a (w32-shell-dos-semantics): New function. 1998-09-03 22:34:47 +00:00
Geoff Voelker
85f568ec2d (w32-system-shells): Add 4dos and 4nt.
(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.
1998-04-17 05:03:43 +00:00
Richard M. Stallman
68429d8618 Comment change. 1998-03-03 19:36:31 +00:00
Geoff Voelker
d234707dbb Don't unset C-mouse-down bindings.
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.
1997-09-02 23:54:07 +00:00
Geoff Voelker
ee82af565d (w32-using-nt, w32-shell-name, w32-using-system-shell-p,
w32-startup): New functions.
(w32-system-shells): New variable.
1997-04-24 02:58:11 +00:00
Geoff Voelker
926e2fdb93 (make-auto-save-file-name): Replace occurrences of
all invalid filename characters.
1997-01-13 01:23:21 +00:00
Geoff Voelker
a0d143459c Use new file name w32-fns.el 1996-11-19 07:04:01 +00:00
Richard M. Stallman
dda6639dbb (path-separator, grep-null-device, grep-regexp-alist)
(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.
1996-09-01 17:10:56 +00:00
Richard M. Stallman
bff1accf04 (file-name-buffer-file-type-alist): Load TAGS files as text, not binary. 1996-07-23 16:17:39 +00:00
Miles Bader
5eb976147c (using-unix-filesystems): Doc fix. 1996-07-03 02:05:46 +00:00
Richard M. Stallman
bffcf87402 (x-set-selection, x-get-selection): Define them to really use TYPE. 1996-06-07 15:06:04 +00:00
Richard M. Stallman
3eab6a03af (shell-mode-hook): Set comint-completion-addsuffix
so that the directory suffix is backslash and the file suffix is space.
1996-06-05 18:25:05 +00:00
Karl Heuer
b1d4be5f6e Hold previous change until after the release. 1996-05-18 20:15:02 +00:00
Karl Heuer
d77f86d08d (save-to-unix-hook, revert-from-unix-hook, using-unix-filesystems):
Functions removed.
1996-05-17 22:30:36 +00:00
Geoff Voelker
4d105bce0a (using-unix-filesystems): Update doc string. 1996-05-11 20:55:33 +00:00
Geoff Voelker
4e0cd0df0d (original-make-auto-save-file-name): New symbol bound
to old value of make-auto-save-file-name.
(make-auto-save-file-name): New function overriding old.
1996-05-03 18:25:59 +00:00
Richard M. Stallman
edabc3235f Comment change. 1996-04-12 06:40:16 +00:00
Richard M. Stallman
66188e40f0 (mode-line-format): Include column-number-mode. 1996-01-31 19:04:04 +00:00
Erik Naggum
b578f267af Update FSF's address. 1996-01-14 07:34:30 +00:00
Karl Heuer
f7f786081a (using-unix-filesystems):
Don't do anything to write-contents-hooks.
1996-01-09 23:20:20 +00:00
Richard M. Stallman
d99671d7b9 (grep-null-device): Set to "NUL".
(grep-regexp-alist): Match entries with drive letters.
(save-to-unix-hook,revert-from-unix-hook): Defined.
(using-unix-filesystems): Defined.
(window-frame): Unaliased.
1995-06-16 01:25:53 +00:00
Richard M. Stallman
98b17af933 (path-separator): Set to ";". 1995-05-07 20:20:30 +00:00
Karl Heuer
81b38822fd Key [C-M-backspace] defined.
(mode-line-format): Defined.
1995-04-12 03:13:20 +00:00
Richard M. Stallman
95ed00257a Initial revision 1994-11-01 10:27:02 +00:00