- 01 Apr, 1994 10 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(scroll_frame_lines): Typo in previous change. Arg POS_ADJUST replaced with arg NEWPOS.
-
Richard M. Stallman authored
Use XSET when setting result->x and result->y. (note_mouse_highlight): Use the value from sort_overlays. Make the window's buffer current temporarily. window_end_pos is relative to Z, not ZV.
-
Richard M. Stallman authored
Do call lw_destroy_all_widgets at the end.
-
Richard M. Stallman authored
Increase size limit for fontifying to 30000.
-
Fred Pierresteguy authored
-
Richard M. Stallman authored
-
Karl Heuer authored
Update obsolete (commented-out) functions.
-
Richard M. Stallman authored
(direct_output_for_insert): Call it.
-
Richard M. Stallman authored
to update the charstarts of following lines.
-
- 31 Mar, 1994 18 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(direct_output_for_insert): Likewise. (preserve_other_columns): Likewise. (update_line): Update charstarts like glyphs. (make_frame_glyphs): Initialize charstarts, total_charstarts. (free_frame_glyphs): Free those fields.
-
Richard M. Stallman authored
(XTread_socket, MotionNotify and LeaveNotify cases): If not in any frame, call clear_mouse_face. (x_term_init): Set frame_up_to_date_hook. (XTframe_up_to_date): New function. (XTupdate_begin): Turn off mouse face display, and defer it. (XTupdate_end): Undefer. (mouse_face_defer): New variable. (mouse_face_mouse_frame, mouse_face_mouse_x, mouse_face_mouse_y): New variables. (dumpglyphs): Handle HL = 3 by using mouse_face_face_id. (note_mouse_movement): Check for mouse face. (show_mouse_face, fast_find_position): New functions. (clear_mouse_face): New functions. (mouse_face_beg, mouse_face_end, mouse_face_face_id): New variables. (mouse_face_window): New variable. (syms_of_xterm): Init and staticpro it.
-
Richard M. Stallman authored
(Qmouse_face): New variable. (syms_of_xfaces): Initialize Qmouse_face.
-
Karl Heuer authored
-
Karl Heuer authored
-
Richard M. Stallman authored
(display_text_line): Pass new arg to compute_char_face. Fill in charstarts array. (display_string): Clear part of charstarts array.
-
Richard M. Stallman authored
(tar-mode): Doc fix. (tar-mouse-extract): New command. (tar-mode-map): Bind mouse-2. (tar-get-descriptor): New function. (tar-extract, tar-copy): Use that. (tar-mode-maybe-write-tar-file): Renamed from maybe-write-tar-file.
-
Fred Pierresteguy authored
size of the menubar if there is no menubar.
-
Richard M. Stallman authored
(Buffer-menu-mode-map): Bind mouse-2. (Buffer-menu-mode): Doc fix.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Fred Pierresteguy authored
-
Fred Pierresteguy authored
Don't update the menubar the first time it is created via x_window. (initialize_frame_menubar): Pass 1 to set_frame_menubar.
-
Fred Pierresteguy authored
Don't pass top_pos and left_pos to XtCreatePopupShell. Call initialize_frame_menubar before creating the Emacs frame if it is not the minibuffer. Call XtManageChild for the menubar widget if any. Compute some geometry management. (Fx_create_frame): Pass window_prompting and minibuffer_only to x_window. Don't call x_wm_set_size_hint. Don't call initialize_frame_menubar.
-
Fred Pierresteguy authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
- 30 Mar, 1994 12 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(occur-mode-goto-occurrence): Use that. (occur-mode-mouse-goto): New command. (occur-mode-map): Bind mouse-2. (occur-mode-find-occurrence): Error if point is on first line.
-
Richard M. Stallman authored
(compilation-minor-mode-map): Bind mouse-2.
-
Richard M. Stallman authored
(dired-mode-map): Bind mouse-2.
-
Richard M. Stallman authored
-
Francesco Potortì authored
(etags_getcwd): new function.
-
Richard M. Stallman authored
Copy TAIL before a hook, in case the hook recenters the overlay lists.
-
Karl Heuer authored
-
Richard M. Stallman authored
(syms_of_minibuf): Set up Lisp var. (Ftry_completion, Fall_completions): Limit possible completions to strings matching those regexps.
-