- 18 Jan, 2001 12 commits
-
-
Gerd Moellmann authored
-
Gerd Moellmann authored
-
Gerd Moellmann authored
(syms_of_window): Add a DEFVAR_BOOL for window-size-fixed, for the doc string.
-
Gerd Moellmann authored
doesn't have a buffer-local value in the current buffer, change the global value by changing the value of the symbol bound in all buffers not having their own value, to make it consistent with what happens with other buffer-local variables.
-
Gerd Moellmann authored
-
Gerd Moellmann authored
when searching for a newline.
-
Kenichi Handa authored
-
Kenichi Handa authored
-
Gerd Moellmann authored
-
Jason Rumney authored
(x_produce_glyphs): Don't xassert `it->descent > 0'; this isn't true for images with `:ascent 100'. (x_set_mouse_face_gc): If the last used mouse face has gone in the meantime, use face MOUSE_FACE_ID. If first glyph isn't a character glyph, use the ASCII NUL character to determine the face. (expose_area): Do not treat left margin specially. (note_mode_line_highlight): If no local_map, check global keymap. (note_mouse_highlight): Initialize overlay. (clear_mouse_face): Don't return if tip_frame is non-nil. (show_scroll_bars): Remove unused function. (w32_read_socket) [WM_KILLFOCUS]: Set help_echo to Qnil. (x_draw_bar_cursor): Remove extra test for out of bounds cursor. Clip to row. (x_erase_phys_cursor): Don't apply XWINDOW to variable that may be nil. (x_free_frame_resources): Unload relief colors.
-
Kenichi Handa authored
kill-local-variable doesn't work for enable-multibyte-characters.
-
Kenichi Handa authored
-
- 17 Jan, 2001 24 commits
-
-
Dave Love authored
-
Gerd Moellmann authored
get_next_display_element when the newline is already found. This may change the iterator's position, when its current position is equal to the iterator's stop_charpos.
-
Dave Love authored
-
Dave Love authored
(ediff-merge-filename-prefix): Add :version.
-
-
Gerd Moellmann authored
zero, use this method only at the end of a line.
-
Sam Steingold authored
-
Gerd Moellmann authored
call to x_list_fonts. Call x_list_fonts with SIZE -1 only if SCALABLE_FONTS_P is set.
-
Gerd Moellmann authored
so that scalable fonts are included. (x_face_list_fonts): Use x_list_fonts instead of XListFonts to take advantage of font caching.
-
Gerd Moellmann authored
In the cache, use a key containing the information if scalable fonts are included. (x_load_font): Adapt to change of keys in the font cache. (x_list_fonts): Ensure caching font information when called for a null frame, which is the case frequently when Emacs starts.
-
Dave Love authored
(latin1-display): Fix :set.
-
Gerd Moellmann authored
-
Gerd Moellmann authored
(isearch-lazy-highlight-interval): Default to 0.
-
Gerd Moellmann authored
1 here rather than each time through isearch-lazy-highlight-new-loop. (isearch-lazy-highlight-max): Variable deleted. (isearch-lazy-highlight-max-at-a-time): New user variable, like isearch-lazy-highlight-max but controls a single invocation of isearch-lazy-highlight-update. (isearch-lazy-highlight-wrapped): Variable recreated. (isearch-lazy-highlight-window-start): New variable. (isearch-lazy-highlight-cleanup): Restored to behavior of before 2-Jan. (isearch-lazy-highlight-remove-overlays): Function deleted; behavior folded into isearch-lazy-highlight-cleanup. "Keep" behavior removed. (isearch-lazy-highlight-new-loop): Restore old behavior of calling isearch-lazy-highlight-update in a loop rather than just once. Test isearch-invalid-regexp here and decide not to start a new loop, rather than testing it each time through isearch-lazy-highlight-update. (isearch-lazy-highlight-search): Function restored. (isearch-lazy-highlight-update): Get called in a timer loop again, but this time highlight more than one match each time through. Only highlight matches in the visible part of the window. Start at point, move in the direction of the search, and wrap around at the edge of the window. Use sit-for to force redisplay and ensure window-start is credible. "Face suppressing" behavior removed; overlay priorities should make it unnecessary, right? (isearch-highlight): Face suppressing behavior removed. (isearch-dehighlight): Face suppressing behavior removed. (isearch-set-lazy-highlight-faces-at): Removed.
-
Gerd Moellmann authored
of :algorithm.
-
Gerd Moellmann authored
-
Gerd Moellmann authored
-
Gerd Moellmann authored
-
Gerd Moellmann authored
not everything could be displayed.
-
Gerd Moellmann authored
-
Dave Love authored
-
Andrew Innes authored
to a unibyte string initially, to avoid possible misinterpretation of some bytes as the internal form of Emacs characters.
-
Kenichi Handa authored
property on the adjacent regions.
-
Kenichi Handa authored
-
- 16 Jan, 2001 4 commits
-
-
Kenichi Handa authored
about additional language environments same as that of Latin-2.
-
Kenichi Handa authored
-
Gerd Moellmann authored
Don't bind <delete> otherwise.
-
Gerd Moellmann authored
and <delete> via function-key-map.
-