- 15 Mar, 1995 18 commits
-
-
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
-
Karl Heuer authored
-
Karl Heuer authored
-
Karl Heuer authored
-
Karl Heuer authored
-
Karl Heuer authored
-
Karl Heuer authored
(FRAME_KBOARD): Accessor macro for that member, replacing get_perdisplay.
-
- 14 Mar, 1995 9 commits
-
-
Richard M. Stallman authored
(read_minibuf_unwind): Restore Voverriding_local_map.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Thien-Thi Nguyen authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
as long as they have the same text.
-
Richard M. Stallman authored
-
Karl Heuer authored
(kbd_buffer_get_event): Use event_to_perdisplay. (kbd_buffer_store_event): If C-g arrives while we're in the run state on behalf of another display, just clear the queue and deposit the C-g to be read later. (read_key_sequence): After a throw, unwind delayed_switch_frame as well as keybuf. Don't insert an extra switch-frame if empty.
-
Richard M. Stallman authored
-
- 13 Mar, 1995 11 commits
-
-
Richard M. Stallman authored
after the section header table.
-
Karl Fogel authored
Defvarred some variables to nil, solely to avoid compilation warnings. Use "Author's Update Number:" instead of "Version:". (bookmark-history): new var. (bookmark-completing-read): use `bookmark-history'. (bookmark-historicize-string): new macro. Use this everywhere `bookmark-completing-read' is used, because `completing-read' won't get a chance to add to `bookmark-history' if we were invoked via a menu. (bookmark-rename): use `bookmark-history' when reading the new name. No need for the strange C-o binding anymore.
-
Karl Heuer authored
-
Karl Heuer authored
-
Karl Heuer authored
-
Francesco Potortì authored
(readline_internal): Do not access the char before start of line.
-
Richard M. Stallman authored
Allow more than one of them (or *'s or >'s).
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Karl Heuer authored
(cmd_error, command_loop_1, read_char): Likewise. (kbd_buffer_get_event, read_key_sequence): Likewise. (read_char): Handle synchronous quit_char on a different display. (read_char): Rewrite queue-searching code. (read_key_sequence): Save selected_frame. (init_keyboard): Initialize current_perdisplay.
-
- 12 Mar, 1995 2 commits
-
-
Richard M. Stallman authored
multi-character modifiers and for recognizing a modifier alone. (parse_solitary_modifier): New function. (convert_event_type_list): Use parse_solitary_modifier. Also convert symbol A to character A. Handle shift modifier with lower-case letters.
-
Richard M. Stallman authored
(indent-for-comment): Handle them.
-