]> code.delx.au - gnu-emacs/history - src
(CFLAGS): Exclude ${CFLAGS} from singlequotes.
[gnu-emacs] / src /
1994-04-13 Richard M. Stallman(compute_motion): Do not abort if window shows some...
1994-04-13 Richard M. Stallman(BSD): Give it a number as definition.
1994-04-12 Richard M. StallmanFix #include file name.
1994-04-12 Richard M. Stallman(Fkey_binding): Declare accept_default.
1994-04-12 Richard M. Stallman(Fset_process_window_size): New function.
1994-04-12 Richard M. Stallman(set_window_size): New function.
1994-04-12 Richard M. Stallman(specbind): Use find_symbol_value.
1994-04-12 Richard M. Stallman(Fsetq_default, Fmake_local_variable): Doc syntax fix.
1994-04-12 Richard M. Stallman(send_process): Test pty_flag field for nil, not 0.
1994-04-12 Richard M. Stallman(LD_SWITCH_SYSTEM): Alternate definition if __GNUC__.
1994-04-12 Richard M. StallmanCheck for INCLUDED_FCNTL already defined.
1994-04-12 Richard M. StallmanIf we include fcntl.h, define INCLUDED_FCNTL.
1994-04-12 Richard M. Stallmanentered into RCS
1994-04-12 Richard M. Stallman(main): Fix typo in prev. change.
1994-04-12 Karl Heuer(make_lispy_event): Initialize item.
1994-04-11 Karl Heuer(vmotion): Use minibuf_prompt_width despite window...
1994-04-11 Richard M. Stallman(temacs): Include ${ALL_LDFLAGS} within the call to...
1994-04-11 Karl Heuer(printchar, strout): Use FRAME_PTR, not struct frame *.
1994-04-11 Karl Heuer(Fmouse_position) [!MULTI_FRAME]: Declare col and row.
1994-04-11 Richard M. Stallman(make_lispy_movement): Conditionalize on MULTI_FRAME.
1994-04-11 Richard M. Stallman(x_decline_selection_request): Call XFlushQueue.
1994-04-11 Richard M. Stallman(Fsetq): Doc fix.
1994-04-11 Richard M. Stallman(syms_of_print): Doc fix.
1994-04-11 Richard M. StallmanComment change.
1994-04-10 Richard M. Stallman(dumpglyphs): Clear any extra pixel rows below the...
1994-04-10 Richard M. Stallman(x_figure_window_size): Don't call x_calc_absolute_posi...
1994-04-10 Richard M. Stallman(EmacsFrameSetCharSize): Do not attempt to preserve...
1994-04-10 Richard M. Stallman(internal_self_insert): Test Vafter_change_functions,
1994-04-10 Richard M. Stallman(before_change_functions_restore):
1994-04-10 Richard M. Stallman(Vafter_change_functions, Vbefore_change_functions...
1994-04-10 Richard M. Stallman(Vafter_change_functions, Vbefore_change_functions...
1994-04-10 Richard M. Stallman(frame_update_line_height): Check param_faces[i] not...
1994-04-10 Richard M. Stallman(Fx_list_fonts): Doc fix.
1994-04-09 Richard M. Stallman(main): Handle EXTRA_INITIALIZE.
1994-04-09 Richard M. StallmanInitial revision
1994-04-09 Richard M. Stallman(get_keymap): Pass 1 as ERROR to get_keymap_1.
1994-04-09 Richard M. Stallman(struct matrix_elt): Use int, not short.
1994-04-09 Richard M. Stallman(make_buffer_string): Copy properties whenever we have...
1994-04-09 Richard M. Stallman(x_char_height): Use line_height field.
1994-04-09 Richard M. Stallman(struct x_display): New field line_height.
1994-04-09 Richard M. Stallman(frame_update_line_height): New function.
1994-04-09 Richard M. Stallman(stufflines, scraplines, dumprectangle, x_do_pending_ex...
1994-04-09 Richard M. Stallman(get_default_char_pixel_size): Use line_height field.
1994-04-09 Richard M. Stallman(update_line): Use line_height field.
1994-04-09 Richard M. Stallman(Fx_popup_menu): Use line_height field.
1994-04-09 Karl Heuer(Fvertical_motion): Use window arg, not selected_window.
1994-04-08 Fred Pierresteguy(syms_of_xfns): Define Vx_cross_pointer_shape.
1994-04-08 Fred Pierresteguy(cross_cursor): New field for struct x_display.
1994-04-08 Fred Pierresteguy(show_mouse_face): Change the mouse cursor accordingly.
1994-04-08 Karl Heuer(syms_of_textprop): Initialize Qintangible.
1994-04-08 Karl Heuer(Qintangible): New symbol, replacing Qhidden.
1994-04-08 Karl Heuer(set_point): Skip past intangible regions.
1994-04-08 Karl Heuer(system_uses_terminfo): New variable.
1994-04-08 Karl Heuer(main): Call syms_of_term.
1994-04-08 Karl Heuer(kbd_buffer_get_event): Make buffer_switch_event lispy.
1994-04-08 Karl Heuer(read_process_output): If buffer changes, record that...
1994-04-08 Karl Heuer(enum event_kind): Add buffer_switch_event.
1994-04-08 Richard M. Stallman(Fx_popup_dialog): Doc fix.
1994-04-08 Karl Heuer(Vminibuffer_exit_hook): New variable.
1994-04-08 Karl Heuer(copy_part_of_rope): Replace non-glyph with 0.
1994-04-08 Karl Heuer(insert_1): New function, extracted from insert.
1994-04-07 Karl Heuer(display_text_line): minibuffer_prompt_width is a dista...
1994-04-07 Karl Heuer(Fminibuffer_prompt_width): Undo previous change for...
1994-04-07 Karl Heuer(doprnt): Reword confusing error message.
1994-04-07 Karl Heuer(Fformat): Reword confusing error message.
1994-04-07 Karl Heuer(Fsetq): Doc fix.
1994-04-06 Karl HeuerUse PT, not point.
1994-04-06 Karl Heuer(display_string): Allow for negative hpos when clearing...
1994-04-06 Karl Heuer(vmotion): Don't use minibuf_prompt_width if window...
1994-04-06 Karl Heuer(temp_echo_area_glyphs): Use PT, not point.
1994-04-06 Karl Heuer(Fminibuffer_prompt_width): Allow for negative value.
1994-04-06 Karl Heuer(Fget_buffer_create): Disallow empty string.
1994-04-06 Karl Heuer(describe_buffer_bindings): Move XSYMBOL to after SYMBOLP.
1994-04-05 Karl HeuerAdd window argument on calls to compute_motion.
1994-04-05 Karl Heuer(compute_motion): Add window argument.
1994-04-05 Karl Heuer(do_completion): gcpro some things.
1994-04-05 Richard M. Stallman(display_text_line): Rename startp to leftmargin.
1994-04-05 Richard M. Stallman(note_mouse_highlight): Temporarily widen the buffer.
1994-04-05 Richard M. Stallman(verify_charstarts): Handle truncation of lines.
1994-04-05 Karl Heuer(Fget_char_property): Doc fix.
1994-04-05 Karl Heuer(file_name_completion): Honor completion-regexp-list.
1994-04-05 Karl Heuer(Freplace_match): Don't capitalize unless all matched...
1994-04-05 Richard M. Stallman(Fdo_auto_save): Don't turn off auto save mode.
1994-04-05 Karl Heuer(verify_overlay_modification): Run modification-hooks...
1994-04-04 Richard M. Stallman(display_text_line): Properly handle charstarts for...
1994-04-04 Richard M. Stallman(note_mouse_highlight): Do nothing if gc_in_progress.
1994-04-03 Richard M. Stallman(overlays_at): Fix previous change.
1994-04-03 Richard M. StallmanComment changes.
1994-04-03 Richard M. Stallman(gc_in_progress): Declared.
1994-04-03 Richard M. Stallman(Fx_popup_dialog): If POSITION is t, use selected frame.
1994-04-03 Richard M. Stallman(overlays_at): Use XGCTYPE.
1994-04-03 Richard M. Stallman(OVERLAY_POSITION): Use XGCTYPE.
1994-04-03 Richard M. Stallman(Fx_popup_dialog): If POSITION is t, use selected frame.
1994-04-03 Richard M. Stallman(frame_up_to_date_hook): Defined.
1994-04-03 Richard M. Stallman(redisplay): do_verify_charstarts controls whether...
1994-04-03 Richard M. Stallman(note_mouse_highlight): Reject out-of-range pos value
1994-04-03 Richard M. Stallman(direct_output_for_insert): Add charstarts entry after...
1994-04-03 Richard M. Stallman(do_scrolling): Handle charstarts like glyphs.
1994-04-03 Richard M. Stallman(verify_charstarts): Count right for continued lines.
1994-04-03 Richard M. Stallman(fast_find_position): Always return coords within the...
next