aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Comment change.Richard M. Stallman2001-09-081-3/+9
|
* Fix a typo in a comment. From Pavel Janik <Pavel@Janik.cz>.Eli Zaretskii2001-09-081-1/+1
|
* More commentary about the role of kbd_macro_end.Eli Zaretskii2001-09-071-1/+4
|
* *** empty log message ***Gerd Moellmann2001-09-071-0/+5
|
* (init_from_display_pos): Don't compare the resultGerd Moellmann2001-09-071-1/+1
| | | | of calling index with NULL.
* (x_set_background_color): Don't change the colorsGerd Moellmann2001-09-062-8/+18
| | | | of the X window of scroll bar widgets.
* (w32_createwindow): Undo last change.Andrew Innes2001-09-052-1/+5
|
* (store_kbd_macro_char): Fix computation of kbd_macro_end.Gerd Moellmann2001-09-052-17/+17
|
* *** empty log message ***Gerd Moellmann2001-09-051-0/+5
|
* (string_buffer_position): Use *single_char_property*Gerd Moellmann2001-09-051-3/+3
| | | | functions instead of the *single_property* functions.
* (w32_read_socket): Add more information to debugging output.Andrew Innes2001-09-042-4/+15
|
* (w32_createwindow): Remove the WS_CLIPCHILDREN styleAndrew Innes2001-09-041-7/+17
| | | | | | | | from Emacs frames, so that calls to GetClipBox in w32term.c correctly report when part of a frame is visible (including scrollbars, etc). This prevents repeated redrawing of frames when only a scrollbar is visible. (w32_wnd_proc): Add more frame information to debugging output.
* *** empty log message ***Stefan Monnier2001-09-041-6/+8
|
* (handle_single_display_prop): Fix for int/Lisp_Object mixup.Stefan Monnier2001-09-041-4/+4
|
* Comment fix.Gerd Moellmann2001-09-031-1/+1
|
* (note_mouse_highlight) <help-echo>: When looking forGerd Moellmann2001-09-032-19/+84
| | | | | | | | | | | help-echo for a string which doesn't have help-echo itself, use get-char-property to obtain the help-echo from the string's buffer (note_mouse_highlight) <mouse-face>: When on a string that doesn't have mouse-face, look for mouse-face ``under'' the string for mouse-face from an overlay. (fast_find_position): Add parameter STOP. In the final row, stop before glyphs having STOP as object. Don't consider glyphs that are not from a buffer.
* *** empty log message ***Gerd Moellmann2001-09-031-0/+4
|
* (syms_of_buffer): Doc fix.Gerd Moellmann2001-09-031-1/+2
|
* (Fmd5): Doc fix.Eli Zaretskii2001-09-012-1/+5
|
* Fix two typos.Eli Zaretskii2001-08-311-1/+1
|
* *** empty log message ***Gerd Moellmann2001-08-311-0/+5
|
* (update_compositions): Do nothing ifGerd Moellmann2001-08-311-1/+4
| | | | inhibit-modification-hooks is set.
* *** empty log message ***Gerd Moellmann2001-08-311-0/+4
|
* (shut_down_emacs): Fix last change.Gerd Moellmann2001-08-301-1/+1
|
* (shut_down_emacs): Don't call check_glyph_memoryGerd Moellmann2001-08-301-2/+7
| | | | | and check_message_stack if temrinating normally. We want glyph matrices etc. in a core dump.
* *** empty log message ***Gerd Moellmann2001-08-301-0/+7
|
* (Qbuffer_position, Qposition, Qobject): New variables.Gerd Moellmann2001-08-301-17/+20
| | | | | | | | (syms_of_xdisp): Initialize them. (handle_single_display_prop): Don't change point, bind `object', `position', and `buffer-position' instead to the object having the `display' property, position in the object and position in the buffer.
* *** empty log message ***Gerd Moellmann2001-08-301-0/+5
|
* (Finsert_file_contents): Don't change the multibytenessGerd Moellmann2001-08-301-16/+5
| | | | of the buffer if REPLACE is non-nil.
* (Finsert_file_contents): Undo change of 2001-08-27.Gerd Moellmann2001-08-292-4/+19
|
* (x_set_glyph_string_background_width)Eli Zaretskii2001-08-282-5/+12
| | | | (show_mouse_face): Track the last changes in xterm.c.
* *** empty log message ***Gerd Moellmann2001-08-281-1/+1
|
* (x_set_glyph_string_background_width): Set the glyphGerd Moellmann2001-08-282-6/+14
| | | | | | | strings background width so that multi-line mouse-face is drawn to the right edge of the window. (show_mouse_face): Set the row's mouse_face_p flag after drawing glyphs.
* *** empty log message ***Gerd Moellmann2001-08-281-0/+3
|
* (direct_output_for_insert): Set updated_areaGerd Moellmann2001-08-281-0/+1
| | | | before insering/writing glyphs.
* (display_mode_element): Use string_byte_to_char toGerd Moellmann2001-08-282-21/+41
| | | | | | | determine character positions in strings, use chars_in_text instead of strwidth. (dump_glyph_row) [GLYPH_DEBUG]: Take a glyph row instead of a matrix as parameter; this is easier to use from GDB.
* *** empty log message ***Stefan Monnier2001-08-271-26/+20
|
* *** empty log message ***Miles Bader2001-08-271-0/+5
|
* (Fprevious_single_char_property_change)Miles Bader2001-08-271-4/+4
| | | | (Fnext_single_char_property_change): Doc fixes.
* (init_from_display_pos, init_to_row_end): Return 0 ifGerd Moellmann2001-08-272-16/+63
| | | | | | | there exist overlay strings with newlines at POS. (text_outside_line_unchanged_p): Return 0 if changes start at START and overlays exist at START. Likewise for END. (try_window_id): Give up if init_to_row_end returns 0.
* Finsert_file_contents): Allocate, restore, andGerd Moellmann2001-08-271-0/+6
| | | | free composition data in the case of REPLACE not being nil.
* (Finsert_file_contents): Call Fset_buffer_multibyteGerd Moellmann2001-08-272-10/+9
| | | | unconfitionally.
* *** empty log message ***Gerd Moellmann2001-08-241-0/+3
|
* (access_keymap): Return the cdr of the binding ofGerd Moellmann2001-08-241-1/+1
| | | | a generic character instead of its definition (KEY . BINDING).
* (Finsert_file_contents): Set coding's dest_multibyteGerd Moellmann2001-08-242-6/+13
| | | | to 0 also in the REPLACE case.
* 2001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>Andrew Choi2001-08-242-5/+11
| | | | | * fileio.c (Ffile_readable_p) [macintosh]: Call access instead of open to determine whether file is readable (as for DOS_NT).
* *** empty log message ***Gerd Moellmann2001-08-231-0/+8
|
* (Finsert_file_contents): If VISIT is non-nil, andGerd Moellmann2001-08-231-2/+8
| | | | | | | coding.type is coding_type_no_conversion or coding_type_raw_text, use Fset_buffer_multibyte to make the buffer unibyte if REPLACE is non-nil instead of just setting enable_multibyte_characters in the buffer to nil.
* *** empty log message ***Gerd Moellmann2001-08-221-0/+14
|
* (menu_face_changed_default): New variable.Gerd Moellmann2001-08-221-9/+25
| | | | | | | | | | | | (menu_face_changed_count): Variable removed. (Finternal_set_lisp_face_attribute): Doc fix. If FRAME is t, set the menu_face_changed_default flag, otherwise set the FRAME's menu_face_changed_p flag if the `menu' face has been changed. Prevent calling set_font_frame_param if FRAME is t. (make_face_cache): Initialize cache's menu_face_changed_p from menu_face_changed_default. (realize_basic_faces): Look into the frame's face cache to determine if the menu appearance needs updating.