aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/w32-fns.el
Commit message (Collapse)AuthorAgeFilesLines
* (w32-charset-info-alist): Reorder.Jason Rumney2002-06-131-5/+7
|
* (make-auto-save-file-name): Remove replacement function.Eli Zaretskii2002-03-061-15/+0
|
* (w32-tty-standard-colors): Reverse the order of standard console colors.Eli Zaretskii2002-01-251-15/+15
|
* Move user variables to w32-vars.el and make them defcustoms.Jason Rumney2002-01-201-14/+0
|
* (w32-system-coding-system): Change to an alias forJason Rumney2001-11-201-5/+10
| | | | | | locale-coding-system. (set-w32-system-coding-system): Document the above change. Set locale-coding-system instead.
* (convert-standard-filename): Handle cygwin-specific pathnames.Sam Steingold2001-10-291-10/+14
|
* Use ANSI fonts for iso10646-1 if UNICODE is not defined in system headers.Jason Rumney2001-10-261-3/+4
|
* Add Keywords header.Gerd Moellmann2001-09-041-1/+2
|
* Some fixes to follow coding conventions.Pavel Janík2001-07-161-1/+1
|
* (convert-standard-filename): Start replacing slashesEli Zaretskii2001-05-081-5/+6
| | | | | | from the beginning of the file name, not from where the last invalid character was. From "Andrew Maguire (SWW)" <[email protected]>
* (convert-standard-filename): Do length check on nameAndrew Innes2001-01-021-1/+2
| | | | before aref.
* Add clipboard support from term/w32-win.el, so it isAndrew Innes2000-12-081-0/+55
| | | | accessible in -nw mode.
* add version to obsolete variables.Jason Rumney2000-11-251-3/+3
|
* (w32-add-charset-info): New function.Jason Rumney2000-11-101-48/+47
| | | | (w32-charset-info-alist): Use it.
* (w32-version): New function.Andrew Innes2000-11-051-0/+6
|
* (make-auto-save-file-name): Don't apply conversion toAndrew Innes2000-10-211-1/+5
| | | | remote (ange-ftp) file names.
* Comment out before-init-hook function which resetsAndrew Innes2000-09-141-4/+4
| | | | source-directory based; this breaks bootstrap.
* (w32-using-nt): Fix docstring.Andrew Innes2000-07-241-1/+1
|
* (w32-enable-italics, w32-charset-to-codepage-alist): Declare as obsolete.Jason Rumney2000-07-151-0/+5
|
* (w32-charset-info-alist): Add each charset separately.Jason Rumney2000-05-301-20/+33
|
* (w32-charset-info-alist): Initialize.Jason Rumney2000-03-221-0/+36
|
* Define w32-tty-standard-colors.Jason Rumney2000-01-301-0/+21
|
* (convert-standard-filename): Only convert directoryAndrew Innes1999-05-021-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 fromAndrew Innes1999-03-251-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 Voelker1999-03-171-0/+16
| | | | (w32-system-coding-system) Initialize to 'iso-latin-1.
* (convert-standard-filename): Convert directoryAndrew Innes1999-03-051-0/+4
| | | | separators to Windows format.
* Remove a dangling reference to a directory on theGeoff Voelker1998-10-301-0/+15
| | | | build machine.
* (w32-shell-dos-semantics): New function.Geoff Voelker1998-09-031-0/+7
|
* (w32-system-shells): Add 4dos and 4nt.Geoff Voelker1998-04-171-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. Stallman1998-03-031-1/+1
|
* Don't unset C-mouse-down bindings.Geoff Voelker1997-09-021-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 Voelker1997-04-241-7/+42
| | | | | w32-startup): New functions. (w32-system-shells): New variable.
* (make-auto-save-file-name): Replace occurrences ofGeoff Voelker1997-01-131-4/+6
| | | | all invalid filename characters.
* Use new file name w32-fns.elGeoff Voelker1996-11-191-2/+2
|
* (path-separator, grep-null-device, grep-regexp-alist)Richard M. Stallman1996-09-011-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. Stallman1996-07-231-2/+0
|
* (using-unix-filesystems): Doc fix.Miles Bader1996-07-031-5/+4
|
* (x-set-selection, x-get-selection): Define them to really use TYPE.Richard M. Stallman1996-06-071-2/+8
|
* (shell-mode-hook): Set comint-completion-addsuffixRichard M. Stallman1996-06-051-0/+4
| | | | so that the directory suffix is backslash and the file suffix is space.
* Hold previous change until after the release.Karl Heuer1996-05-181-0/+112
|
* (save-to-unix-hook, revert-from-unix-hook, using-unix-filesystems):Karl Heuer1996-05-171-112/+0
| | | | Functions removed.
* (using-unix-filesystems): Update doc string.Geoff Voelker1996-05-111-0/+4
|
* (original-make-auto-save-file-name): New symbol boundGeoff Voelker1996-05-031-0/+18
| | | | | to old value of make-auto-save-file-name. (make-auto-save-file-name): New function overriding old.
* Comment change.Richard M. Stallman1996-04-121-1/+1
|
* (mode-line-format): Include column-number-mode.Richard M. Stallman1996-01-311-0/+1
|
* Update FSF's address.Erik Naggum1996-01-141-2/+4
|
* (using-unix-filesystems):Karl Heuer1996-01-091-2/+0
| | | | Don't do anything to write-contents-hooks.
* (grep-null-device): Set to "NUL".Richard M. Stallman1995-06-161-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. Stallman1995-05-071-1/+3
|
* Key [C-M-backspace] defined.Karl Heuer1995-04-121-5/+26
| | | | (mode-line-format): Defined.