summaryrefslogtreecommitdiff
path: root/src/dosfns.c
Commit message (Collapse)AuthorAgeFilesLines
* (__tb): Define.Eli Zaretskii1997-10-131-0/+149
| | | | | | | | | | | (restore_parent_vm_title): New function. (ms_windows_version): New function. (w95_set_virtual_machine_title): New function (x_set_title): New function. (dos_cleanup): New function (syms_of_dosfns): Define `dos-windows-version' Lisp variable. (init_dosfns): Compute MS-Windows version and save the original title of our DOS box.
* (init_dosfns): Avoid calling DOS memory-allocationRichard M. Stallman1997-08-111-13/+29
| | | | service, NT DPMI server will crash Emacs in DOS box, if we do.
* (Finsert_startup_screen): Call `insert_char' with a single argument.Richard M. Stallman1997-08-111-2/+2
|
* (init_dosfns): When setting `__opendir_flags' value,Richard M. Stallman1996-09-251-6/+10
| | | | override the bits recorded when dumping.
* (Fset_mouse_position): Remove the DOS-specificRichard M. Stallman1996-06-101-13/+0
| | | | | definition (it's defined on `frame.c'). (syms_of_dosfns): Remove defsubr of `Fset_mouse_position'.
* (init_dosfns) [DJGPP >= 2]: Make `opendir' preserveRichard M. Stallman1996-05-131-0/+12
| | | | filename case (under Win95) and find hidden files.
* Undo previous change.Richard M. Stallman1996-05-061-14/+0
|
* (Fmsdos_long_file_names): New function.Richard M. Stallman1996-05-051-0/+13
| | | | (syms_of_dosfns): defsubr it.
* (mode25, mode4350): Moved to `lisp/dos-fns.el'.Richard M. Stallman1996-01-251-59/+0
|
* Update FSF's address in the preamble.Erik Naggum1996-01-151-1/+2
|
* (Fint86, Fdos_memget, Fdos_memput, Fmsdos_set_keyboard): HarmonizeErik Naggum1996-01-091-43/+43
| | | | arguments with documentation.
* (syms_of_dosfns): delete the `dos-menubar-clock' andKarl Heuer1995-12-191-11/+0
| | | | | `dos-timer-hooks' variables (the usual modeline time display now works and `display-time-hook' can be used under DOS).
* (syms_of_dosfns): Use 0x75 for dos_keypad_mode.Richard M. Stallman1995-11-211-1/+1
|
* (insert-startup-screen): New function.Kim F. Storm1995-10-111-10/+187
| | | | | | | | (msdos-memget, msdos-memput): New functions. (msdos-set-keyboard, insert-startup-screen): New functions. (dos-timezone-offset, dos-display-scancodes, dos-menubar-clock, dos-hyper-key, dos-super-key, dos-keypad-mode, dos-keyboard-layout, dos-decimal-point): New variables.
* (Fmsdos_mouse_enable, Fmsdos_mouse_disable)Richard M. Stallman1995-09-021-2/+41
| | | | | | | (Fmsdos_mouse_init): New functions. (syms_of_dosfns): defsubr them. (Fmode25, Fmode4350): Call mouse_off unconditionally. (Fset_mouse_position): Return nil.
* Comment change.Richard M. Stallman1995-01-201-1/+1
|
* *** empty log message ***Morten Welinder1994-10-171-0/+40
|
* Finish downcasing mouse_init1, mouse_off,Richard M. Stallman1994-05-021-25/+28
| | | | | | | mouse_check_moved, mouse_pressed, mouse_released, mouse_on, mouse_init. (Fmode25, Fmode4350): Clean up the coding and return a well-defined value. (syms_of_dosfns): Doc fix.
* Use <...> for config.h.Richard M. Stallman1994-02-171-1/+1
|
* Initial revisionRichard M. Stallman1994-01-081-0/+215