- 17 Mar, 1995 4 commits
-
-
Boris Goldowsky authored
-
Richard M. Stallman authored
in Unix `From ' line.
-
Richard M. Stallman authored
-
Karl Heuer authored
-
- 16 Mar, 1995 15 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Karl Heuer authored
package.
-
Boris Goldowsky authored
-
Karl Heuer authored
-
Karl Heuer authored
-
Karl Heuer authored
-
Karl Heuer authored
(frame-notice-user-settings): Skip menu-bar code in a termcap frame.
-
Karl Heuer authored
appropriate.
-
Richard M. Stallman authored
(character_width): Let display table handle \n, \r, \t. (compute_motion): Fix logic in previous change regarding skipping invisible.
-
Richard M. Stallman authored
Handle skipping invisible overlays.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Per Bothner authored
-
Per Bothner authored
-
- 15 Mar, 1995 21 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(main): Use getcwd if not BSD.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
instead of c-brace-offset.
-
Richard M. Stallman authored
(Edit-options-modify): Cope with that.
-
Karl Heuer authored
(make_lispy_movement): Define only if HAVE_MOUSE.
-
Karl Heuer authored
-
Karl Heuer authored
-
Karl Heuer authored
local map.
-
Karl Heuer authored
-
Karl Fogel authored
correct buffer. (bookmark-bmenu-other-window): same. (bookmark-bmenu-switch-other-window): same.
-
Karl Heuer authored
-
Karl Heuer authored
(store_symval_forwarding, do_symval_forwarding): Likewise.
-
Karl Heuer authored
-
Karl Heuer authored
(make_terminal_frame): Create initial_kboard if not already set.
-
Karl Heuer authored
(wrong_kboard_jmpbuf): Renamed from wrong_display_jmpbuf. (event_to_kboard): Renamed from event_to_perdisplay. (kbd_buffer_get_event): If no associated kboard, store current_kboard rather than the first kboard in the global list. (init_kboard): Renamed from init_perdisplay. Initialize reference count. (wipe_kboard): Renamed from wipe_perdisplay.
-
Karl Heuer authored
(same_x_server): New function. (x_term_init): If this display shares a keyboard with one we've already opened, then share the structure. (x_delete_display): Don't delete the kboard until the reference count becomes zero.
-
Karl Heuer authored
-
Karl Heuer authored
not an actual struct. (get_perdisplay, get_perdisplay_macro): Deleted.
-
Karl Heuer authored
Lisp_Misc_Kboard_Objfwd, Lisp_Kboard_Objfwd, XKBOARD_OBJFWD, KBOARD_OBJFWDP, GC_KBOARD_OBJFWDP, kboard_locked, the_only_kboard, DEFVAR_KBOARD): Renamed from PERDISPLAY, MULTI_PERDISPLAY, current_perdisplay, all_perdisplays, Lisp_Misc_Display_Objfwd, Lisp_Display_Objfwd, XDISPLAY_OBJFWD, DISPLAY_OBJFWDP, GC_DISPLAY_OBJFWDP, display_locked, the_only_perdisplay, DEFVAR_DISPLAY. All uses changed. (struct KBOARD): New member reference_count. (initial_kboard): Declare this var.
-
Karl Heuer authored
-