Stefan Monnier [Thu, 17 May 2001 13:29:44 +0000 (13:29 +0000)]
(jit-lock-after-change): Check the font-lock-multiline
text-property after moving to the beginning of line and regardless
of the value of font-lock-multiline.
Gerd Moellmann [Thu, 17 May 2001 11:26:56 +0000 (11:26 +0000)]
(ange-ftp-write-region): Make sure to record the
last coding system used before calling set-buffer-modified-p
because that function changes last-coding-system.
Gerd Moellmann [Wed, 16 May 2001 17:33:38 +0000 (17:33 +0000)]
(x_set_foreground_color): Change frame's cursor_pixel
only if its equal to the former foreground pixel color.
(x_set_foreground_color, x_set_background_color)
(x_set_mouse_color, x_set_cursor_color): Cleaned up.
Stefan Monnier [Mon, 14 May 2001 13:35:09 +0000 (13:35 +0000)]
(try_alternative_families): First try the FAMILY.
And if nothing is found in the end, try again with scalable fonts.
(try_font_list): Let try_alternative_families do a bit more of
the work. Only use FAMILY if it is not nil.
(syms_of_xfaces) <scalable-fonts-allowed>: Fix docstring.
Gerd Moellmann [Mon, 14 May 2001 12:25:46 +0000 (12:25 +0000)]
(split_font_name): Handle matrix transformations
in the pixel and point size fields of XLFD font names.
(xlfd_point_size): Likewise.
(xlfd_point_size): Likewise.
Eli Zaretskii [Sat, 12 May 2001 10:05:39 +0000 (10:05 +0000)]
(search_file_line, set_bdf_font_info, seek_char)
(w32_get_bdf_glyph): Cast between unsigned char and char when
passing arguments to subroutines, to shut up compiler warnings.
(w32_get_bdf_glyph): Don't mix signed and unsigned when calling
GET_HEX_VAL.
Gerd Moellmann [Fri, 11 May 2001 16:10:29 +0000 (16:10 +0000)]
(read_key_sequence): Don't modify events when
generating fake prefix keys (mode-line, scroll-bar, ...) since
this prevents proper processing of such events when pushed back
into unread-command-events.
Gerd Moellmann [Fri, 11 May 2001 15:12:08 +0000 (15:12 +0000)]
(command-line): If parameters have been changed in
the init files which influence font selection, clear the face
cache so that faces get realized with the new parameters.
Gerd Moellmann [Fri, 11 May 2001 15:10:44 +0000 (15:10 +0000)]
(clear_mouse_face): Return 1 if text with mouse face was
actually redrawn. Make the function static.
(note_mouse_highlight): Fix a case where the mouse cursor
was changed back to the text cursor.
Gerd Moellmann [Fri, 11 May 2001 11:19:19 +0000 (11:19 +0000)]
(try_alternative_families): New function.
(try_font_list): Use it. If ATTRS specifies a family, check
fonts from that family first.
(choose_face_font): Remove code setting the family part of
the pattern to nil.
John Wiegley [Thu, 10 May 2001 03:47:24 +0000 (03:47 +0000)]
Set the property `eshell-no-numeric-conversions' on the following
functions (which all deal with filesystem entities, and never Lisp
numerical values): eshell/cd, eshell/pushd, eshell/popd, eshell/ls,
eshell/source, eshell/., eshell/man, eshell/rm, eshell/mkdir,
eshell/rmdir, eshell/mv, eshell/cp, eshell/ln, eshell/cat,
eshell/make, eshell/diff, eshell/locate, eshell/occur, eshell/which,
eshell/addpath.
John Wiegley [Thu, 10 May 2001 03:30:15 +0000 (03:30 +0000)]
(eshell-number-regexp): Now that number conversions only happen for
Lisp function calls, the number regexp should now match all integer
and floating point forms.
John Wiegley [Thu, 10 May 2001 03:29:55 +0000 (03:29 +0000)]
Disable `eshell-stop-process' and `eshell-continue-process', since
they are both nonfunctional at the moment.
(eshell-proc-initialize): Don't bind keys for `eshell-stop-process' or
`eshell-continue-process'.
John Wiegley [Thu, 10 May 2001 03:29:19 +0000 (03:29 +0000)]
(eshell-parse-argument-hook): If a number is encountered as an
argument, don't convert it right away, but tag the first character of
the string with the text properties `number', which signifies to
`eshell-lisp-command' that the argument should be passed through
`string-to-number' if it is actually used in the call to a Lisp
function.