- 11 Oct, 1995 15 commits
-
-
Richard M. Stallman authored
Return type is now struct Lisp_Char_Table * since display tables are now char-tables. (character_width, disptab_matches_widthtab, recompute_width_table) (current_column, Fmove_to_column, compute_motion): Corresponding changes.
-
Richard M. Stallman authored
(map_char_table): No longer static. New arg C_FUNCTION. (Fmap_char_table): Call to map_char_table changed. (Fset_char_table_parent): Allow nil s new parent. Fix the code that checks for a loop in parents.
-
Richard M. Stallman authored
(Qdisplay_table): Declared. (DISP_TABLE_EXTRA_SLOTS, DISP_TABLE_P): New macros. (DISP_TRUNC_GLYPH, DISP_CONTINUE_GLYPH, DISP_ESCAPE_GLYPH) (DISP_CTRL_GLYPH, DISP_INVIS_VECTOR, DISP_BORDER_GLYPH): Use the `extras' field. (window_display_table, buffer_display_table): Change return type.
-
Richard M. Stallman authored
-
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 4 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
-