| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog, | Andrew Choi | 2002-04-26 | 30 | -98/+30958 |
| | | | | | lisp/ChangeLog, and src/ChangeLog for list of changes. | ||||
| * | (x_draw_phys_cursor_glyph): Undo last change. Compute | Gerd Moellmann | 2002-04-26 | 2 | -23/+23 |
| | | | | | | | | phys_cursor_width from the x position returned by x_draw_glyhs, which is cheaper. (x_display_and_set_cursor): Compute the buffer-local value of `cursor-in-non-selected-windows' only when needed. | ||||
| * | (CHAR_COMPONENTS_VALID_P): Tell in a comment that some invalid pairs are | Eli Zaretskii | 2002-04-26 | 1 | -1/+4 |
| | | | | | intentionally allowed. | ||||
| * | (abbrev-start-location): Doc fix. | Pavel Janík | 2002-04-25 | 2 | -3/+5 |
| | | |||||
| * | (x_draw_phys_cursor_glyph): Take into account that a box | Gerd Moellmann | 2002-04-25 | 2 | -1/+13 |
| | | | | | | cursor on a stretch glyph has a width that depends on x_stretch_cursor_p. | ||||
| * | (Fvertical_motion): Fix last change. | Pavel Janík | 2002-04-25 | 2 | -1/+5 |
| | | |||||
| * | (Fvertical_motion): Move to the start of the line | Gerd Moellmann | 2002-04-25 | 2 | -2/+17 |
| | | | | | containing PT before moving up or down. | ||||
| * | (update_text_area): Set phys_cursor_on_p to 0 in the | Gerd Moellmann | 2002-04-24 | 2 | -0/+17 |
| | | | | | | case of writing a whole row, more or less analogous to the case of writing only parts of a row. | ||||
| * | (x_display_and_set_cursor): Set phys_cursor_width to | Gerd Moellmann | 2002-04-24 | 1 | -1/+4 |
| | | | | | 0 for NO_CURSOR. | ||||
| * | (notice_overwritten_cursor): Fix an off by 1 error. | Gerd Moellmann | 2002-04-24 | 2 | -1/+5 |
| | | |||||
| * | *** empty log message *** | Colin Walters | 2002-04-23 | 1 | -0/+4 |
| | | |||||
| * | (syms_of_buffer): Doc fix. | Colin Walters | 2002-04-23 | 1 | -1/+1 |
| | | |||||
| * | (x_set_mouse_color): Change default for cross_cursor to XC_hand2. | Richard M. Stallman | 2002-04-23 | 2 | -1/+6 |
| | | |||||
| * | (init_buffer): Fix PWD comment. | Paul Eggert | 2002-04-23 | 1 | -2/+3 |
| | | |||||
| * | (notice_overwritten_cursor): Handle the special case | Gerd Moellmann | 2002-04-23 | 2 | -3/+12 |
| | | | | | | of the cursor being in the first blank non-text line at the end of a window. | ||||
| * | (x_draw_hollow_cursor, x_draw_bar_cursor) | Gerd Moellmann | 2002-04-23 | 2 | -10/+45 |
| | | | | | | | | | | (x_draw_phys_cursor_glyph): Set phys_cursor_width here. (x_display_and_set_cursor): Don't set phys_cursor_width here for bar cursors only, to make phys_cursor_width contain what its name suggests. (notice_overwritten_cursor): Consider the cursor image erased if the output area intersects the cursor image in y-direction. | ||||
| * | Fix misleading comment after #endif. | Pavel Janík | 2002-04-22 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Pavel Janík | 2002-04-22 | 1 | -0/+5 |
| | | |||||
| * | Remove unused global variable `minibuf_prompt_pixel_width'. | Pavel Janík | 2002-04-22 | 1 | -1/+0 |
| | | |||||
| * | Fix typo. | Pavel Janík | 2002-04-22 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Richard M. Stallman | 2002-04-22 | 1 | -0/+2 |
| | | |||||
| * | (Fend_of_line): Handle intangible text in mid line. | Richard M. Stallman | 2002-04-22 | 1 | -1/+28 |
| | | |||||
| * | (remove_properties): Fixed trap for malformed plist. | Kim F. Storm | 2002-04-22 | 2 | -7/+10 |
| | | |||||
| * | (make_window): Initialize height_fixed_p, | Richard M. Stallman | 2002-04-22 | 2 | -0/+7 |
| | | | | | last_cursor_off_p, and p->cursor_off_p slots. | ||||
| * | Add comment of arbitrary chosen constant 59. | Pavel Janík | 2002-04-22 | 1 | -0/+1 |
| | | |||||
| * | *** empty log message *** | Pavel Janík | 2002-04-20 | 1 | -0/+4 |
| | | |||||
| * | (use-dialog-box): Doc fix. | Pavel Janík | 2002-04-20 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Pavel Janík | 2002-04-19 | 1 | -0/+7 |
| | | |||||
| * | (note_mode_line_or_margin_highlight): Remove unused variables `row', `i' | Pavel Janík | 2002-04-19 | 1 | -2/+6 |
| | | | | | | | and `area'. (XTread_socket) <KeyPress>: Pass KeyPress events when in menu to toolkit library. | ||||
| * | (clear_font_table): Don't free the default font of | Stefan Monnier | 2002-04-19 | 2 | -8/+13 |
| | | | | | | | a frame even if it's on another display. (Finternal_set_lisp_face_attribute): Don't use XFRAME on something that could be Qt. | ||||
| * | (Fmove_to_column): Remove unused local variable `next_boundary_byte'. | Juanma Barranquero | 2002-04-19 | 2 | -8/+8 |
| | | | | | (current_column_1): Likewise. | ||||
| * | *** empty log message *** | Eli Zaretskii | 2002-04-19 | 1 | -0/+7 |
| | | |||||
| * | (Qhbar): New variable. | Eli Zaretskii | 2002-04-19 | 1 | -4/+10 |
| | | | | | | | (syms_of_msdos): intern and staticpro it. (IT_set_cursor_type, IT_set_frame_parameters): Handle the `hbar' cursor type. | ||||
| * | (text_cursor_kinds): New enumeration member HBAR_CURSOR. | Eli Zaretskii | 2002-04-19 | 2 | -2/+15 |
| | | |||||
| * | (x_draw_bar_cursor): New argument KIND; callers changed. | Eli Zaretskii | 2002-04-19 | 1 | -7/+22 |
| | | | | | | Handle the `hbar' cursor type. (x_display_and_set_cursor): Handle the HBAR_CURSOR case. | ||||
| * | (Qhbar): New variable. | Eli Zaretskii | 2002-04-19 | 1 | -1/+16 |
| | | | | | | (syms_of_xfns): intern and staticpro it. (x_specified_cursor_type): Handle `hbar' cursor. | ||||
| * | *** empty log message *** | Eli Zaretskii | 2002-04-19 | 1 | -0/+5 |
| | | |||||
| * | (bcopy, bzero, bcmp): Define only if HAVE_BCOPY is not defined. | Eli Zaretskii | 2002-04-19 | 1 | -0/+12 |
| | | |||||
| * | (remove_properties): New arg LIST allows scanning | Richard M. Stallman | 2002-04-19 | 1 | -26/+150 |
| | | | | | | | | | | either a list or a plist. (interval_has_some_properties_list): New function, like interval_has_some_properties using list instead of plist. All callers changed. (Fremove_list_of_text_properties): New function. (syms_of_textprop): Defsubr it. | ||||
| * | (remove_properties): New arg LIST allows scanning either a list or a plist. | Richard M. Stallman | 2002-04-19 | 1 | -0/+10 |
| | | | | | | | | | (interval_has_some_properties_list): New function, like interval_has_some_properties using list instead of plist. All callers changed. (Fremove_list_of_text_properties): New function. (syms_of_textprop): Defsubr it. | ||||
| * | Comment change. | Richard M. Stallman | 2002-04-19 | 1 | -0/+2 |
| | | |||||
| * | (HAVE_LIBKSTAT): Define only if not already defined. | Eli Zaretskii | 2002-04-17 | 2 | -1/+8 |
| | | |||||
| * | (Fmove_to_column): Remove unused local variable `end_byte'. | Juanma Barranquero | 2002-04-17 | 2 | -2/+6 |
| | | |||||
| * | Fix typo in comment. | Juanma Barranquero | 2002-04-17 | 1 | -1/+1 |
| | | |||||
| * | (coordinates_in_window): Don't report on margin area if its width is zero. | Eli Zaretskii | 2002-04-17 | 2 | -4/+21 |
| | | |||||
| * | *** empty log message *** | Jason Rumney | 2002-04-16 | 1 | -0/+6 |
| | | |||||
| * | (Fx_file_dialog): Decode file name before using. | Jason Rumney | 2002-04-16 | 1 | -1/+1 |
| | | |||||
| * | (construct_drag_n_drop): Likewise. | Jason Rumney | 2002-04-16 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2002-04-16 | 1 | -0/+7 |
| | | |||||
| * | (SYSTEM_PURESIZE_EXTRA): Reduce to 50000. | Eli Zaretskii | 2002-04-16 | 1 | -1/+1 |
| | | |||||