aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* (dumpglyphs): Clear any extra pixel rows below the text.Richard M. Stallman1994-04-101-33/+217
* (x_figure_window_size): Don't call x_calc_absolute_position.Richard M. Stallman1994-04-101-20/+67
* (EmacsFrameSetCharSize): Do not attempt to preserve the window position.Richard M. Stallman1994-04-101-11/+1
* (internal_self_insert): Test Vafter_change_functions,Richard M. Stallman1994-04-101-1/+2
* (before_change_functions_restore):Richard M. Stallman1994-04-101-1/+85
* (Vafter_change_functions, Vbefore_change_functions): Declared.Richard M. Stallman1994-04-101-0/+2
* (Vafter_change_functions, Vbefore_change_functions): New variables.Richard M. Stallman1994-04-101-4/+31
* (frame_update_line_height): Check param_faces[i] not null.Richard M. Stallman1994-04-101-37/+31
* (Fx_list_fonts): Doc fix.Richard M. Stallman1994-04-101-2/+2
* (main): Handle EXTRA_INITIALIZE.Richard M. Stallman1994-04-091-0/+4
* Initial revisionRichard M. Stallman1994-04-091-0/+8
* (get_keymap): Pass 1 as ERROR to get_keymap_1.Richard M. Stallman1994-04-091-15/+19
* (struct matrix_elt): Use int, not short.Richard M. Stallman1994-04-091-7/+7
* (make_buffer_string): Copy properties whenever we have someRichard M. Stallman1994-04-091-2/+3
* (x_char_height): Use line_height field.Richard M. Stallman1994-04-091-8/+8
* (struct x_display): New field line_height.Richard M. Stallman1994-04-091-3/+6
* (frame_update_line_height): New function.Richard M. Stallman1994-04-091-0/+26
* (stufflines, scraplines, dumprectangle, x_do_pending_expose)Richard M. Stallman1994-04-091-26/+30
* (get_default_char_pixel_size): Use line_height field.Richard M. Stallman1994-04-091-1/+1
* (update_line): Use line_height field.Richard M. Stallman1994-04-091-1/+1
* (Fx_popup_menu): Use line_height field.Richard M. Stallman1994-04-091-1/+1
* (Fvertical_motion): Use window arg, not selected_window.Karl Heuer1994-04-091-3/+3
* (syms_of_xfns): Define Vx_cross_pointer_shape.Fred Pierresteguy1994-04-081-1/+20
* (cross_cursor): New field for struct x_display.Fred Pierresteguy1994-04-081-0/+1
* (show_mouse_face): Change the mouse cursor accordingly.Fred Pierresteguy1994-04-081-0/+6
* (syms_of_textprop): Initialize Qintangible.Karl Heuer1994-04-081-3/+3
* (Qintangible): New symbol, replacing Qhidden.Karl Heuer1994-04-081-1/+1
* (set_point): Skip past intangible regions.Karl Heuer1994-04-081-4/+2
* (system_uses_terminfo): New variable.Karl Heuer1994-04-081-0/+15
* (main): Call syms_of_term.Karl Heuer1994-04-081-0/+1
* (kbd_buffer_get_event): Make buffer_switch_event lispy.Karl Heuer1994-04-081-0/+14
* (read_process_output): If buffer changes, record that fact.Karl Heuer1994-04-081-0/+5
* (enum event_kind): Add buffer_switch_event.Karl Heuer1994-04-081-1/+2
* (Fx_popup_dialog): Doc fix.Richard M. Stallman1994-04-081-3/+52
* (Vminibuffer_exit_hook): New variable.Karl Heuer1994-04-081-1/+13
* (copy_part_of_rope): Replace non-glyph with 0.Karl Heuer1994-04-081-2/+2
* (insert_1): New function, extracted from insert.Karl Heuer1994-04-081-16/+42
* (display_text_line): minibuffer_prompt_width is a distance, not an absoluteKarl Heuer1994-04-071-3/+9
* (Fminibuffer_prompt_width): Undo previous change for negative values.Karl Heuer1994-04-071-4/+2
* (doprnt): Reword confusing error message.Karl Heuer1994-04-071-4/+4
* (Fformat): Reword confusing error message.Karl Heuer1994-04-071-1/+1
* (Fsetq): Doc fix.Karl Heuer1994-04-071-1/+2
* Use PT, not point.Karl Heuer1994-04-061-33/+33
* (display_string): Allow for negative hpos when clearing array.Karl Heuer1994-04-061-1/+1
* (vmotion): Don't use minibuf_prompt_width if window-start has suppressed theKarl Heuer1994-04-061-1/+2
* (temp_echo_area_glyphs): Use PT, not point.Karl Heuer1994-04-061-1/+1
* (Fminibuffer_prompt_width): Allow for negative value.Karl Heuer1994-04-061-2/+4
* (Fget_buffer_create): Disallow empty string.Karl Heuer1994-04-061-0/+3
* (describe_buffer_bindings): Move XSYMBOL to after SYMBOLP.Karl Heuer1994-04-061-7/+8
* Add window argument on calls to compute_motion.Karl Heuer1994-04-053-13/+14