- 19 Jan, 2001 13 commits
-
-
Gerd Moellmann authored
is nil, don't check the `font-lock-multiline' text property.
-
Gerd Moellmann authored
-
Gerd Moellmann authored
-
Gerd Moellmann authored
-
Gerd Moellmann authored
parameter LEN to NBYTES.
-
Michael Kifer authored
* viper.el: call initial-major-mode on startup. * ediff.el (ediff-patch-file): use better defaults. * ediff-vers.el: fix for 8+3 DOS file systems 2001-01-19 Colin Walters <walters@cis.ohio-state.edu> * ediff-util.el (ediff-compare-custom-diffs-maybe): put diff in diff mode, if available. 2001-01-19 Vin Shelton <acs@xemacs.org> * ediff-hook.el (ediff-xemacs-init-menus): fixed add-menu-button 2001-01-19 Steve Youngs <youngs@xemacs.org> * ediff-init.el (subst-char-in-string): Define and use it, unless it's already defined.
-
Kenichi Handa authored
characters by calling c_string_width. (x_consider_frame_title): Get byte length of frame tile string correctly. (display_mode_element): Pay attention to width of non-ASCII characters by calling strwidth.
-
Kenichi Handa authored
-
Kenichi Handa authored
-
Kenichi Handa authored
(c_string_width): New function. (lisp_string_width): New arguments PRECISION, NCHARS, NBYTES. Caller changed.
-
Kenichi Handa authored
-
Kenichi Handa authored
-
Kenichi Handa authored
-
- 18 Jan, 2001 15 commits
-
-
Gerd Moellmann authored
-
Gerd Moellmann authored
(syms_of_xfns): Initialize and staticpro it. (Fx_hide_tip, Fx_show_tip): Use it. (Fx_show_tip): Make sure to set tip_timer to nil when canceling the timer. (toplevel): Lisp code for generating parts of syms_of_xfns removed.
-
Gerd Moellmann authored
(tooltip-show): Use tooltip-hide-delay instead of the default.
-
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 12 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
-