- 11 Oct, 1995 11 commits
-
-
Kim F. Storm authored
dos_menubar_clock, dos_hyper_key, dos_super_key, dos_keypad_mode, dos_keyboard_layout, dos_decimal_point): New variables.
-
Kim F. Storm authored
(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.
-
Kim F. Storm authored
Reworked display code to perform immediate screen output. Added menu-bar clock. Reworked keyboard code to support international keyboards. Improved keypad handling (see dos-keypad-mode). Properly distinguish between C-end and C-kp-1 etc. Corrected M-return & M-kp-enter. Added support for hyper and super keys. Reworked mouse code to avoid mouse flicker. Saves and restores DOS-screen prior to emacs startup. (sys_select): Would abort if rfds = NULL. (dos_direct_output): New function. (dos_dump_scancodes): New variable.
-
Kim F. Storm authored
(mouse_init1, mouse_check_moved, mouse_pressed, mouse_released): Removed. (dos_get_saved_screen, dos_set_keyboard): New functions.
-
Kim F. Storm authored
Define __DJGPP__ to 1. Simplified INTERNAL_TERMINAL termcap definition. Removed #define fflush internal_flush.
-
Kim F. Storm authored
-
Richard M. Stallman authored
-
Kim F. Storm authored
(reset_sys_modes) [MSDOS]: Do not look at EMACSCOLORS.
-
Michael Kifer authored
menu-bar-ediff-menu is not defined yet.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
- 10 Oct, 1995 1 commit
-
-
Richard M. Stallman authored
Don't back up if we start at the beginning of a symbol.
-
- 09 Oct, 1995 11 commits
-
-
Erik Naggum authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(view-search): Use that variable.
-
Richard M. Stallman authored
-
Roland McGrath authored
included tables.
-
Erik Naggum authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Noah Friedman authored
of syntax table are lists, not integers.
-
Erik Naggum authored
-
Richard M. Stallman authored
Call record_asynch_buffer_change only if caller is reading kbd input.
-
- 08 Oct, 1995 9 commits
-
-
Erik Naggum authored
-
Richard M. Stallman authored
hostname when deleting the socket file.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(desktop-globals-to-save): Doc fix.
-
Richard M. Stallman authored
(normal-top-level): Not here.
-
Richard M. Stallman authored
but write zeros only a page at a time.
-
Richard M. Stallman authored
-
Erik Naggum authored
-
- 07 Oct, 1995 8 commits
-
-
Richard M. Stallman authored
(struct Lisp_Char_Table): New structure. (CHAR_TABLE_STANDARD_SLOTS, CHAR_TABLE_ORDINARY_SLOTS): New macros. (CHAR_TABLE_EXTRA_SLOTS): New macro. (CHECK_CHAR_TABLE): New macro. (pvec_type): Add PVEC_CHARTABLE and PVEC_BOOLVECTOR. Move PVEC_BUFFER to a higher bit. (CHARTABLEP, GC_CHARTABLEP, XSETCHARTABLE, XCHARTABLE): New macros. (XBOOLVECTOR, XSETBOOLVECTOR, BOOLVECTORP, GC_BOOLVECTORP): New macros.
-
Richard M. Stallman authored
(syms_of_data): defsubr them. (Faref, Faset, Fsequencep): Handle chartables and boolvectors.
-
Richard M. Stallman authored
(print_boolvector): New function.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(Fmodify_syntax_entry, init_syntax_once): Use SET_RAW_SYNTAX_ENTRY. Handle new syntax-table data format. (check_syntax_table): Use CHECK_CHAR_TABLE. Now static. Don't return anything; callers changed. (Fcopy_syntax_table): Use Fcopy_sequence. (Fchar_syntax, Fmatching_paren, Fforward_comment): Copy complex args to SYNTAX into variables before using them. (Fsyntax_table_p): Accept any char-table. (syntax_parent_lookup): New function. (syntax_temp): New variable.
-
Richard M. Stallman authored
(RAW_SYNTAX, RAW_SYNTAX_MATCH): Macros deleted. (RAW_SYNTAX_ENTRY, SET_RAW_SYNTAX_ENTRY): New macros. (SYNTAX, SYNTAX_MATCH): Rewritten. (SYNTAX_ENTRY, SYNTAX_WITH_FLAGS): New macros. (SYNTAX_COMSTART_SECOND, SYNTAX_COMEND_FIRST, SYNTAX_COMEND_SECOND) (SYNTAX_PREFIX, SYNTAX_COMMENT_STYLE): Use SYNTAX_WITH_FLAGS.
-
Richard M. Stallman authored
(syms_of_callint): Set up new vars. (Fcall_interactively): Keep the prompt in the heap.
-