aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/dos-fns.el
Commit message (Collapse)AuthorAgeFilesLines
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
|
* (dosified-file-name): New function.Eli Zaretskii2008-12-261-0/+19
|
* (dos-reevaluate-defcustoms): Fix last change.Eli Zaretskii2008-10-191-5/+14
|
* (dos-reevaluate-defcustoms): New function. Add it to before-init-hook.Eli Zaretskii2008-10-191-1/+13
|
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
|
* Fix up comment convention on the arch-tag lines.Stefan Monnier2008-04-101-1/+1
|
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\ | | | | | | Revision: [email protected]/emacs--devo--0--patch-987
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
| |
* | (int86): Fix declaration.Glenn Morris2007-11-221-1/+1
| |
* | * international/titdic-cnv.el (dos-8+3-filename):Dan Nicolaescu2007-11-221-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * obsolete/fast-lock.el (msdos-long-file-names): * frame.el (msdos-mouse-p): * files.el (msdos-long-file-names, w32-long-file-name) (msdos-long-file-names): * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data) (mac-resume-apple-event, mac-font-panel-mode) (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter) (mac-clear-font-name-table): * term/pc-win.el (msdos-remember-default-colors) (w16-set-clipboard-data, w16-get-clipboard-data): * term/w32-win.el (w32-send-sys-command, w32-select-font) (set-message-beep): * net/browse-url.el (w32-shell-execute): * w32-fns.el (set-message-beep, w32-get-clipboard-data) (w32-get-locale-info, w32-get-valid-locale-ids) (w32-set-clipboard-data): * dos-fns.el (int86, msdos-long-file-names): * dos-w32.el (default-printer-name): Declare as functions.
* | * frame.el (msdos-mouse-p):Dan Nicolaescu2007-11-211-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * files.el (msdos-long-file-names, w32-long-file-name) (msdos-long-file-names): * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data) (mac-resume-apple-event, mac-font-panel-mode) (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter) (mac-clear-font-name-table): * term/pc-win.el (msdos-remember-default-colors) (w16-set-clipboard-data, w16-get-clipboard-data): * term/w32-win.el (w32-send-sys-command, w32-select-font) (set-message-beep): * net/browse-url.el (w32-shell-execute): * dos-fns.el (int86, msdos-long-file-names): * dos-w32.el (default-printer-name): Undo previous change.
* | * frame.el (msdos-mouse-p):Dan Nicolaescu2007-11-211-0/+3
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | * generic-x.el (w32-shell-name): * files.el (msdos-long-file-names, w32-long-file-name) (msdos-long-file-names, dired-get-filename, dired-unmark) (dired-do-flagged-delete, dos-8+3-filename, vms-read-directory) (view-mode-disable): * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data) (mac-resume-apple-event, mac-font-panel-mode) (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter) (mac-clear-font-name-table): * term/pc-win.el (msdos-remember-default-colors) (w16-set-clipboard-data, w16-get-clipboard-data): * term/w32-win.el (w32-send-sys-command, w32-select-font) (set-message-beep): * w32-fns.el (set-message-beep, w32-get-clipboard-data) (w32-get-locale-info, w32-get-valid-locale-ids) (w32-set-clipboard-data): * help-fns.el (ad-get-advice-info): * font-lock.el (fast-lock-after-fontify-buffer) (fast-lock-after-unfontify-buffer, fast-lock-mode) (lazy-lock-after-fontify-buffer) (lazy-lock-after-unfontify-buffer, lazy-lock-mode): * net/browse-url.el (w32-shell-execute): * dos-fns.el (int86, msdos-long-file-names): * dos-w32.el (default-printer-name): Declare as functions.
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* Update copyright years.Glenn Morris2006-12-051-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+2
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).Juanma Barranquero2004-05-301-3/+7
|
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-1/+1
|
* (make-auto-save-file-name): Remove replacement function.Eli Zaretskii2002-03-061-19/+0
|
* (convert-standard-filename): Replace invalidEli Zaretskii2001-09-161-10/+18
| | | | characters only after converting dash/underscore to a period.
* (original-make-auto-save-file-name): New.Eli Zaretskii2001-09-161-0/+19
| | | | | | (make-auto-save-file-name): New function, overrides the definition on files.el and calls the original function via original-make-auto-save-file-name.
* Some fixes to follow coding conventions.Pavel Janík2001-07-161-2/+2
|
* (dos-8+3-filename): Rename from dos-truncate-to-8+3.Eli Zaretskii2001-04-071-4/+4
| | | | All callers changed.
* (dos-truncate-to-8+3): New function.Eli Zaretskii2001-04-061-0/+58
|
* (convert-standard-filename): Fix last change.Eli Zaretskii2000-06-281-64/+75
|
* (convert-standard-filename): Convert leadingEli Zaretskii2000-06-221-42/+67
| | | | | directories as well. When long file names are supported, convert characters that are invalid in Windows file names.
* (set-default-process-coding-system): Copied from dos-w32.el.Andrew Innes1999-03-251-0/+9
|
* (dos-print-region-function): Definition moved to dos-w32.el.Richard M. Stallman1998-07-031-51/+0
| | | | | (print-region-function): Initialization moved to dos-w32.el. (lpr-headers-switches, ps-lpr-command, ps-lpr-switches): Likewise.
* (dos-ps-printer, dos-printer, msdos-shells):Richard M. Stallman1998-05-151-38/+6
| | | | | Defcustoms replaced with defvars. (dos-fns): defgroup deleted.
* (dos-print-region-function): Except for binary files,Eli Zaretskii1998-04-151-2/+8
| | | | force conversion to DOS EOLs, but leave text conversions alone.
* Customized.Stephen Eglen1998-03-071-6/+16
|
* (dos-print-region-function): Force EOL conversion to DOS CR-LF pairs.Richard M. Stallman1997-08-121-5/+8
|
* Comment change.Richard M. Stallman1997-05-271-1/+1
|
* (register-name-alist): Use defvar.Richard M. Stallman1996-12-161-1/+1
|
* (path-separator, grep-null-device, grep-regexp-alist)Richard M. Stallman1996-09-011-72/+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.
* 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
|