aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,Andrew Choi2002-04-2630-98/+30958
| | | | lisp/ChangeLog, and src/ChangeLog for list of changes.
* (x_draw_phys_cursor_glyph): Undo last change. ComputeGerd Moellmann2002-04-262-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 areEli Zaretskii2002-04-261-1/+4
| | | | intentionally allowed.
* (abbrev-start-location): Doc fix.Pavel Janík2002-04-252-3/+5
|
* (x_draw_phys_cursor_glyph): Take into account that a boxGerd Moellmann2002-04-252-1/+13
| | | | | cursor on a stretch glyph has a width that depends on x_stretch_cursor_p.
* (Fvertical_motion): Fix last change.Pavel Janík2002-04-252-1/+5
|
* (Fvertical_motion): Move to the start of the lineGerd Moellmann2002-04-252-2/+17
| | | | containing PT before moving up or down.
* (update_text_area): Set phys_cursor_on_p to 0 in theGerd Moellmann2002-04-242-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 toGerd Moellmann2002-04-241-1/+4
| | | | 0 for NO_CURSOR.
* (notice_overwritten_cursor): Fix an off by 1 error.Gerd Moellmann2002-04-242-1/+5
|
* *** empty log message ***Colin Walters2002-04-231-0/+4
|
* (syms_of_buffer): Doc fix.Colin Walters2002-04-231-1/+1
|
* (x_set_mouse_color): Change default for cross_cursor to XC_hand2.Richard M. Stallman2002-04-232-1/+6
|
* (init_buffer): Fix PWD comment.Paul Eggert2002-04-231-2/+3
|
* (notice_overwritten_cursor): Handle the special caseGerd Moellmann2002-04-232-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 Moellmann2002-04-232-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ík2002-04-221-1/+1
|
* *** empty log message ***Pavel Janík2002-04-221-0/+5
|
* Remove unused global variable `minibuf_prompt_pixel_width'.Pavel Janík2002-04-221-1/+0
|
* Fix typo.Pavel Janík2002-04-221-1/+1
|
* *** empty log message ***Richard M. Stallman2002-04-221-0/+2
|
* (Fend_of_line): Handle intangible text in mid line.Richard M. Stallman2002-04-221-1/+28
|
* (remove_properties): Fixed trap for malformed plist.Kim F. Storm2002-04-222-7/+10
|
* (make_window): Initialize height_fixed_p,Richard M. Stallman2002-04-222-0/+7
| | | | last_cursor_off_p, and p->cursor_off_p slots.
* Add comment of arbitrary chosen constant 59.Pavel Janík2002-04-221-0/+1
|
* *** empty log message ***Pavel Janík2002-04-201-0/+4
|
* (use-dialog-box): Doc fix.Pavel Janík2002-04-201-1/+1
|
* *** empty log message ***Pavel Janík2002-04-191-0/+7
|
* (note_mode_line_or_margin_highlight): Remove unused variables `row', `i'Pavel Janík2002-04-191-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 ofStefan Monnier2002-04-192-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 Barranquero2002-04-192-8/+8
| | | | (current_column_1): Likewise.
* *** empty log message ***Eli Zaretskii2002-04-191-0/+7
|
* (Qhbar): New variable.Eli Zaretskii2002-04-191-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 Zaretskii2002-04-192-2/+15
|
* (x_draw_bar_cursor): New argument KIND; callers changed.Eli Zaretskii2002-04-191-7/+22
| | | | | Handle the `hbar' cursor type. (x_display_and_set_cursor): Handle the HBAR_CURSOR case.
* (Qhbar): New variable.Eli Zaretskii2002-04-191-1/+16
| | | | | (syms_of_xfns): intern and staticpro it. (x_specified_cursor_type): Handle `hbar' cursor.
* *** empty log message ***Eli Zaretskii2002-04-191-0/+5
|
* (bcopy, bzero, bcmp): Define only if HAVE_BCOPY is not defined.Eli Zaretskii2002-04-191-0/+12
|
* (remove_properties): New arg LIST allows scanningRichard M. Stallman2002-04-191-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. Stallman2002-04-191-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. Stallman2002-04-191-0/+2
|
* (HAVE_LIBKSTAT): Define only if not already defined.Eli Zaretskii2002-04-172-1/+8
|
* (Fmove_to_column): Remove unused local variable `end_byte'.Juanma Barranquero2002-04-172-2/+6
|
* Fix typo in comment.Juanma Barranquero2002-04-171-1/+1
|
* (coordinates_in_window): Don't report on margin area if its width is zero.Eli Zaretskii2002-04-172-4/+21
|
* *** empty log message ***Jason Rumney2002-04-161-0/+6
|
* (Fx_file_dialog): Decode file name before using.Jason Rumney2002-04-161-1/+1
|
* (construct_drag_n_drop): Likewise.Jason Rumney2002-04-161-1/+1
|
* *** empty log message ***Eli Zaretskii2002-04-161-0/+7
|
* (SYSTEM_PURESIZE_EXTRA): Reduce to 50000.Eli Zaretskii2002-04-161-1/+1
|