summaryrefslogtreecommitdiff
path: root/lisp/dos-fns.el
Commit message (Collapse)AuthorAgeFilesLines
* No need to require 'faces and set menu-bar-mode.Richard M. Stallman1996-06-101-12/+0
| | | | | (window-frame): Remove; it is now on `frame.c'. (raise-frame, select-frame): Likewise.
* Hold previous change until after the release.Karl Heuer1996-05-181-0/+72
|
* (path-separator, grep-null-device,Karl Heuer1996-05-171-72/+0
| | | | | | | 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-win32.el.
* Comment change.Richard M. Stallman1996-05-091-1/+0
|
* (convert-standard-filename): Test msdos-long-file-names.Richard M. Stallman1996-05-081-45/+44
| | | | Return "." or ".." unchanged.
* Comment change.Richard M. Stallman1996-03-021-1/+1
|
* (mode25): Moved from `src/dosfns.c' for backward compatibility.Richard M. Stallman1996-01-261-32/+64
| | | | | | | | | | (mode4350): Moved from `src/dosfns.c' for backward compatibility. (convert-standard-filename): Preserve ~ as last char. (convert-standard-filename): Don't do anything if the argument is empty, or isn't a string; leave alone characters with ASCII codes above 127 and special characters legal in DOS filenames.
* (ps-lpr-switches, ps-lpr-command): Just setq them;Richard M. Stallman1996-01-151-0/+68
| | | | | | | | | | | | duplicate defvar is a bad idea. (dos-printer): New variable, the local printer device. (dos-print-region-function): New function, used for `print-region-function'. (dos-ps-printer): New variable; if a string, it's the name of the local printer device. (ps-lpr-command, ps-lpr-switches): Set them properly for Ghostscript. (lpr-headers-switches): Set to non-nil, to disable page headers' support under MS-DOS.
* Update FSF's address.Erik Naggum1996-01-141-2/+3
|
* (convert-standard-filename): Make sure firstdot is not nil.Richard M. Stallman1996-01-121-2/+2
|
* (convert-standard-filename): New alternate definition.Richard M. Stallman1996-01-011-0/+39
|
* Fix previous change.Richard M. Stallman1995-11-101-1/+1
|
* (mode-line-format): Modify it, don't override it entirely.Richard M. Stallman1995-11-101-14/+4
|
* (path-separator, grep-null-device, grep-regexp-alist):Richard M. Stallman1995-06-161-0/+10
| | | | Set them, as in winnt.el.
* *** empty log message ***Morten Welinder1994-10-171-8/+11
|
* (Info-default-directory-list): Setting this no longer needed.Richard M. Stallman1994-06-071-3/+0
|
* (frame-parameters): Setting this is no longer needed.Karl Heuer1994-06-041-1/+0
|
* (set-register-value): Setting the high byte of aRichard M. Stallman1994-05-011-24/+18
| | | | | | | | | | | register trashed the low byte. (set-register-value): Fixed test so the value 0 can be set. (set-register-value): Rewrote to use bit operations instead of multiplication and division. (register-name-by-word-alist, register-name-by-byte-alist): Combined into one list, register-name-alist. (register-value, set-register-value): Use combined list. (mode-line-format): Make the %n pure.
* (mode-line-format): Put `mode-line-process' earlier.Richard M. Stallman1994-04-241-18/+18
| | | | | (file-name-buffer-file-type-alist): Use nil or t, not 0 or 1. (find-buffer-file-type): Handle that change.
* entered into RCSRichard M. Stallman1994-01-061-1/+1
|
* Initial revisionRichard M. Stallman1994-01-051-0/+161