log src/font.c @ 100670:3a213a83e9a6

age author description
Tue, 16 Dec 2008 11:29:46 +0000 Kenichi Handa (font_open_entity): Fix previous change.
Tue, 16 Dec 2008 03:33:00 +0000 Chong Yidong (font_update_drivers): Fix mistake in reconstructing the driver list.
Sat, 13 Dec 2008 15:39:48 +0000 Chong Yidong (free_font_driver_list): Implement missing function.
Sat, 13 Dec 2008 03:29:47 +0000 Kenichi Handa (font_rescale_ratio): Moved from xfaces.c. Argument
Wed, 10 Dec 2008 19:25:26 +0000 Juanma Barranquero * font.c (Ffont_spec): Move usage to end of docstring.
Wed, 03 Dec 2008 05:54:15 +0000 Kenichi Handa (font_at): Set `multibyte' at first.
Wed, 03 Dec 2008 05:16:38 +0000 Chong Yidong Handle fonts with corrupted size specs, i.e. non-int and non-float.
Wed, 03 Dec 2008 05:10:50 +0000 Chong Yidong (Fopen_font): Compute pixel size correctly.
Tue, 02 Dec 2008 22:47:20 +0000 Andreas Schwab (font_unparse_fcname): Fix use of uninitialized variable.
Mon, 01 Dec 2008 20:14:43 +0000 Andreas Schwab (register_font_driver): Use xmalloc.
Thu, 23 Oct 2008 07:57:58 +0000 Kenichi Handa (font_match_p): Fix previous change.
Thu, 23 Oct 2008 07:49:15 +0000 Kenichi Handa (font_match_p): Fix for the case that a vector of
Thu, 23 Oct 2008 04:01:23 +0000 Kenichi Handa (font_add_log): Check the values of extra properties.
Tue, 14 Oct 2008 14:41:20 +0000 Chong Yidong (font_clear_prop): When clearing font width, clear the average width
Sun, 12 Oct 2008 12:49:14 +0000 Andreas Schwab Don't include <m17n-flt.h>.
Thu, 09 Oct 2008 12:12:33 +0000 Kenichi Handa (font_delete_unmatched): Fix previous change. Don't
Wed, 01 Oct 2008 17:12:49 +0000 Adrian Robert * nsfont.m (nsfont_spec_to_traits): Use UnXX masks only for non-normal styles. (nsfont_open): Reenable the cache.
Wed, 01 Oct 2008 12:36:42 +0000 Kenichi Handa (font_matching_entity): Reflect ATTRS in font selection.
Wed, 10 Sep 2008 05:54:09 +0000 Kenichi Handa (Ffont_shape_gstring): Make glyphs of non-nil adjustment
Fri, 29 Aug 2008 09:54:05 +0000 Eli Zaretskii (font_fill_lglyph_metrics): Use EMACS_INT in LGLYPH_SET_CODE to avoid
Fri, 29 Aug 2008 07:54:44 +0000 Kenichi Handa (QCf): New variable.
Tue, 19 Aug 2008 07:46:52 +0000 Kenichi Handa (Vfont_log_deferred): New variable.
Mon, 18 Aug 2008 12:05:30 +0000 Kenichi Handa (font_add_log): Add the font properties :script, :lang,
Sun, 27 Jul 2008 18:24:48 +0000 Dan Nicolaescu Remove support for Mac Carbon. remove-carbon
Sun, 20 Jul 2008 00:47:28 +0000 Adrian Robert restore ability under NS to change font size from font panel (lost during some recent font backend refactoring)
Tue, 15 Jul 2008 18:15:18 +0000 Adrian Robert merging Emacs.app (NeXTstep port)
Wed, 09 Jul 2008 13:24:10 +0000 Stefan Monnier * fontset.c (fontset_get_font_group):
Wed, 09 Jul 2008 02:00:15 +0000 Kenichi Handa (font_open_entity): Cancel the previous change.
Wed, 09 Jul 2008 00:30:18 +0000 Kenichi Handa (font_make_object): New arg entity and pixelsize.
Wed, 25 Jun 2008 07:31:37 +0000 Kenichi Handa (font_parse_fcname): Remove unused variables.
Tue, 24 Jun 2008 10:31:34 +0000 Jason Rumney (Ffont_face_attributes): Multiply pixel size before point
Tue, 24 Jun 2008 07:01:27 +0000 Kenichi Handa (font_score): Even if the PIXEL_SIZE is the same, check
Sun, 22 Jun 2008 15:06:28 +0000 Kenichi Handa (font_find_for_lface): Try the adstyle specified in the property of
Fri, 20 Jun 2008 23:27:07 +0000 Chong Yidong (Ffont_face_attributes): Omit key-attribute pairs not defined by the
Thu, 19 Jun 2008 00:42:58 +0000 Kenichi Handa (font_parse_xlfd): Fix previous change.
Wed, 18 Jun 2008 14:45:11 +0000 Andreas Schwab (Ffont_face_attributes): Only define if
Tue, 17 Jun 2008 16:04:47 +0000 Chong Yidong (font_parse_fcname): For known key symbols, intern using correct
Tue, 17 Jun 2008 05:33:06 +0000 Chong Yidong (font_parse_fcname): Store divider characters for unknown-spec list.
Mon, 16 Jun 2008 19:11:02 +0000 Stefan Monnier (font_unparse_gtkname): Use EQ to compare Lisp_Objects.
Mon, 16 Jun 2008 14:35:24 +0000 Chong Yidong (font_parse_fcname): Fix handling of unknown-spec string.
Mon, 16 Jun 2008 13:44:18 +0000 Juanma Barranquero (Ffont_face_attributes): Doc fix.
Mon, 16 Jun 2008 13:32:07 +0000 Juanma Barranquero (Ffont_spec): Fix usage in docstring.
Mon, 16 Jun 2008 12:02:44 +0000 Andreas Schwab (Ffont_face_attributes): Fix definition.
Mon, 16 Jun 2008 11:44:03 +0000 Kenichi Handa (Ffont_get): Return a symbol for :weight, :slant, and :width.
Mon, 16 Jun 2008 09:11:05 +0000 Jason Rumney Fix crashing bug in use of bold fonts from x-select-font on W32.
Mon, 16 Jun 2008 07:32:04 +0000 Kenichi Handa (font_check_object): Delete it.
Mon, 16 Jun 2008 02:04:45 +0000 Chong Yidong Tweak last change.
Mon, 16 Jun 2008 01:59:40 +0000 Chong Yidong (font_parse_fcname): Correctly parse KEY=VAL values.
Sun, 15 Jun 2008 19:42:11 +0000 Chong Yidong (font_parse_fcname): Only only one decimal point.
Sun, 15 Jun 2008 10:13:24 +0000 Andreas Schwab (font_update_drivers): Fix crash when no drivers match.
Fri, 13 Jun 2008 14:29:47 +0000 Jason Rumney * w32fns.c (Fw32_select_font): Removed old font API function.
Fri, 13 Jun 2008 12:41:46 +0000 Kenichi Handa (font_find_for_lface): Fix typo of the previous change.
Fri, 13 Jun 2008 12:29:37 +0000 Kenichi Handa (font_find_for_lface): If registry is NULL, try iso8859-1 and ascii-0.
Fri, 13 Jun 2008 09:47:04 +0000 Juanma Barranquero (syms_of_font) <font-weight-table, font-slant-table, font-width-table>:
Fri, 13 Jun 2008 04:22:07 +0000 Kenichi Handa (font_score): Ignore the diffference of alias style symbols.
Fri, 13 Jun 2008 02:57:10 +0000 Kenichi Handa (font_update_sort_order): Setting of sort_shift_bits adjusted for the
Fri, 13 Jun 2008 02:18:59 +0000 Kenichi Handa (font_score): Delete arg alternate_families. Check only
Wed, 11 Jun 2008 06:00:36 +0000 Chong Yidong (font_parse_fcname): Fix last change; accept decimal points in font
Tue, 10 Jun 2008 20:01:06 +0000 Chong Yidong (font_parse_fcname): Accept GTK-style font names too.
Tue, 10 Jun 2008 02:09:15 +0000 Kenichi Handa (font_intern_prop): New arg force_symbol.
Mon, 09 Jun 2008 07:17:32 +0000 Kenichi Handa (Qascii_0): New variable.
Thu, 05 Jun 2008 05:39:37 +0000 Kenichi Handa (Ffont_put): Don't use font_parse_family_registry for
Thu, 05 Jun 2008 05:08:57 +0000 Kenichi Handa (Ffont_spec): Don't use font_parse_family_registry for
Tue, 03 Jun 2008 20:37:41 +0000 Andreas Schwab (font_prop_validate_spacing): Fix last change.
Tue, 03 Jun 2008 11:50:33 +0000 Kenichi Handa (font_parse_fcname): Fix handling of unknown key.
Tue, 03 Jun 2008 05:57:56 +0000 Kenichi Handa (font_prop_validate_spacing): Handle uppercase symbols.
Mon, 02 Jun 2008 16:40:59 +0000 Chong Yidong (font_pixel_size): Don't take cdr of an integer.
Mon, 02 Jun 2008 04:07:26 +0000 Kenichi Handa (font_find_for_lface): Handle float font size.
Sat, 31 May 2008 09:57:37 +0000 Kenichi Handa (font_list_entities): Fix the car part of data to be
Fri, 30 May 2008 13:21:33 +0000 Kenichi Handa (Ffont_info): Define only if HAVE_WINDOW_SYSTEM is
Fri, 30 May 2008 02:34:46 +0000 Kenichi Handa (font_style_to_value, font_score): Delete casting of the
Wed, 28 May 2008 11:47:01 +0000 Kenichi Handa (font_parse_family_registry): Use Ffont_put to validate
Sun, 25 May 2008 11:00:52 +0000 Kenichi Handa (LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
Thu, 22 May 2008 22:12:00 +0000 Jason Rumney Don't include strings.h.
Thu, 22 May 2008 14:52:29 +0000 Jason Rumney * dispextern.h, xfaces.c (xstrcasecmp): Renamed from xstricmp.
Thu, 22 May 2008 13:36:30 +0000 Jason Rumney (font_style_to_value, font_score): Use xstricmp.
Thu, 22 May 2008 05:20:54 +0000 Kenichi Handa (font_prop_validate_style): Adjusted for the format
Thu, 22 May 2008 02:20:16 +0000 Kenichi Handa *** empty log message ***
Thu, 22 May 2008 02:19:21 +0000 Kenichi Handa Checking of FONT_DEBUG is moved to font.h. All calls of
Tue, 20 May 2008 16:00:55 +0000 Juanma Barranquero (syms-of-font) <font-encoding-alist>:
Tue, 20 May 2008 06:33:10 +0000 Kenichi Handa (Vfont_encoding_alist, find_font_encoding): Moved from
Mon, 19 May 2008 07:22:45 +0000 Kenichi Handa (font_list_entities): Fix handling of cache.
Thu, 15 May 2008 10:29:19 +0000 Kenichi Handa (font_find_for_lface): Reflect LFACE_FONT in the font
Wed, 14 May 2008 12:27:59 +0000 Kenichi Handa (font_clear_cache): Check if the cached vector of entities is nil
Wed, 14 May 2008 10:38:27 +0000 Kenichi Handa (font_prop_validate): Make nil a valid value.
Wed, 14 May 2008 07:50:26 +0000 Glenn Morris Switch to recommended form of GPLv3 permissions notice.
Wed, 14 May 2008 01:25:55 +0000 Kenichi Handa Include <strings.h>.
Thu, 08 May 2008 04:06:47 +0000 Juanma Barranquero (Ffont_match_p): Don't use `iff' in docstring.
Sun, 27 Apr 2008 09:06:42 +0000 Kenichi Handa (font_prop_validate): Signal `error' instead of `font'.
Sat, 01 Mar 2008 20:20:43 +0000 Jason Rumney (font_unparse_fcname): Increase len when style is a symbol.
Tue, 26 Feb 2008 18:18:05 +0000 Stefan Monnier * dispextern.h (face_at_buffer_position, face_for_overlay_string)
Tue, 26 Feb 2008 16:23:39 +0000 Juanma Barranquero (Ffont_spec, Ffont_at): Fix typos in docstrings.
Mon, 25 Feb 2008 01:43:02 +0000 Kenichi Handa If the font driver doesn't have `shape' function, return Qnil.
Fri, 22 Feb 2008 19:04:03 +0000 Stefan Monnier (font_match_xlfd, font_check_xlfd_parse): New funs.
Mon, 18 Feb 2008 18:38:49 +0000 Stefan Monnier (font_unparse_xlfd): Don't ignore integer pixel size specs.
Sun, 17 Feb 2008 02:03:58 +0000 Kenichi Handa Include xterm.h.
Sat, 16 Feb 2008 14:48:26 +0000 Eli Zaretskii (Ffont_fill_gstring, Fget_font_glyphs): Fix compilation warnings.
Wed, 06 Feb 2008 04:21:49 +0000 Glenn Morris Update copyright years.
Wed, 06 Feb 2008 03:14:46 +0000 Stefan Monnier (check_gstring): Use them and AREF to access the vector before
Mon, 28 Jan 2008 23:59:56 +0000 Kenichi Handa (font_find_for_lface): Fix previous change. Be sure to
Mon, 28 Jan 2008 07:05:07 +0000 Kenichi Handa (font_find_for_lface): Check if the character C is
Fri, 25 Jan 2008 11:26:27 +0000 Kenichi Handa (font_load_for_face): Handle the case that the font in
Mon, 14 Jan 2008 01:33:02 +0000 Kenichi Handa *** empty log message ***
Mon, 07 Jan 2008 12:28:30 +0000 Kenichi Handa (Ffont_shape_text): Fix setting of `to' field of glyphs.
Mon, 07 Jan 2008 02:02:05 +0000 Kenichi Handa (Ffont_shape_text): If the font driver doesn't have a
Tue, 25 Dec 2007 10:36:06 +0000 Kenichi Handa (Ffont_fill_gstring): Stop filling when a character not
Fri, 21 Dec 2007 01:38:14 +0000 Kenichi Handa (Ffont_shape_text): Avoid unnecessary composition.
Thu, 20 Dec 2007 10:40:31 +0000 Jason Rumney (font_parse_fcname): Default weight and slant to normal.
Tue, 18 Dec 2007 11:40:00 +0000 Kenichi Handa (font_prepare_cache, font_finish_cache, font_get_cache): New
Tue, 18 Dec 2007 02:26:27 +0000 Kenichi Handa (Ffont_get): Fix arguments to Fassoc.
Fri, 14 Dec 2007 11:16:47 +0000 Kenichi Handa (font_at): Handle the case that the arg C is negative.
Thu, 06 Dec 2007 07:25:56 +0000 Kenichi Handa (Ffont_shape_text): Fix the return value.
Mon, 03 Dec 2007 14:40:32 +0000 Kenichi Handa (font_gstring_produce): Delete it.
Mon, 03 Dec 2007 13:49:09 +0000 Kenichi Handa (font_unparse_xlfd): If pixel_size is zero, make the
Sat, 01 Dec 2007 02:38:23 +0000 Kenichi Handa * font.c [HAVE_M17N_FLT]: Include <m17n-flt.h>.
Fri, 23 Nov 2007 02:09:42 +0000 Jason Rumney (Qfontp): Remove unused symbol.
Mon, 19 Nov 2007 05:14:46 +0000 Kenichi Handa (font_update_drivers): Call driver->start_for_frame and
Mon, 05 Nov 2007 12:52:51 +0000 Kenichi Handa (font_prop_validate_symbol): The argument prop_index is
Thu, 26 Jul 2007 11:42:32 +0000 Kenichi Handa (Ffontp): Fix docstring.
Sat, 02 Jun 2007 22:12:01 +0000 Jason Rumney (font_pixel_size): Reverse assq_no_quit args.