aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* (font_parse_fcname): For known key symbols, intern using correctChong Yidong2008-06-171-13/+11
* * font.c (font_parse_fcname): For known key symbols, intern usingChong Yidong2008-06-171-1/+2
* (font_parse_fcname): Store divider characters for unknown-spec list.Chong Yidong2008-06-171-3/+3
* * font.c (font_parse_fcname): Store divider characters forChong Yidong2008-06-171-0/+5
* (realize_default_face): If the frame is not on windowKenichi Handa2008-06-172-0/+7
* (fontset_pattern_regexp): Escape some regexp characters.Kenichi Handa2008-06-172-7/+18
* * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector)Juanma Barranquero2008-06-163-5/+8
* (font_unparse_gtkname): Use EQ to compare Lisp_Objects.Stefan Monnier2008-06-162-7/+11
* (font_parse_fcname): Fix handling of unknown-spec string.Chong Yidong2008-06-161-7/+12
* * font.c (font_parse_fcname): Fix handling of unknown-spec string.Chong Yidong2008-06-161-0/+4
* (Ffont_face_attributes): Doc fix.Juanma Barranquero2008-06-162-5/+5
* (Ffont_spec): Fix usage in docstring.Juanma Barranquero2008-06-162-2/+6
* (Ffont_face_attributes): Fix definition.Andreas Schwab2008-06-162-2/+6
* (Ffont_get): Return a symbol for :weight, :slant, and :width.Kenichi Handa2008-06-162-1/+8
* Fix crashing bug in use of bold fonts from x-select-font on W32.Jason Rumney2008-06-164-39/+36
* (font_check_object): Delete it.Kenichi Handa2008-06-162-45/+26
* (BASE_PURESIZE): Increase to 1230000.Katsumi Yamaoka2008-06-162-1/+5
* Tweak last change.Chong Yidong2008-06-161-3/+4
* (font_parse_fcname): Correctly parse KEY=VAL values.Chong Yidong2008-06-161-2/+2
* * font.c (font_parse_fcname): Correctly parse KEY=VAL values.Chong Yidong2008-06-161-0/+4
* Fix typo.Juanma Barranquero2008-06-151-5/+3
* (Fx_select_font): Give GTK font dialog the default font name.Chong Yidong2008-06-151-6/+15
* (font_unparse_gtkname): Add prototype.Chong Yidong2008-06-151-0/+1
* (font_parse_fcname): Only only one decimal point.Chong Yidong2008-06-151-14/+194
* * font.c (font_parse_fcname): Only only one decimal point.Chong Yidong2008-06-151-0/+12
* (fontset_pattern_regexp): Escape `+' characters in pattern.Kenichi Handa2008-06-152-3/+12
* (font_update_drivers): Fix crash when no drivers match.Andreas Schwab2008-06-152-7/+9
* * xfns.c (Fx_create_frame): internal-border-width default to 0 for Gtk.Stefan Monnier2008-06-153-2/+14
* Comment fix for rms.Glenn Morris2008-06-142-2/+2
* (syms_of_xdisp): Default underline-minimum-offset to 1.Stefan Monnier2008-06-142-2/+6
* (Fserial_process_configure, Fprocess_send_eof):Stefan Monnier2008-06-132-15/+18
* Restore line that last checkin inexplicably lost.Jason Rumney2008-06-131-0/+1
* * w32fns.c (Fw32_select_font): Removed old font API function.Jason Rumney2008-06-135-64/+152
* Fix typos, convert to utf-8.Juanma Barranquero2008-06-133-429/+416
* (font_find_for_lface): Fix typo of the previous change.Kenichi Handa2008-06-131-1/+1
* (font_find_for_lface): If registry is NULL, try iso8859-1 and ascii-0.Kenichi Handa2008-06-132-14/+26
* *** empty log message ***Kenichi Handa2008-06-131-0/+1
* (syms_of_font) <font-weight-table, font-slant-table, font-width-table>:Juanma Barranquero2008-06-132-6/+11
* Fix typos.Juanma Barranquero2008-06-131-4/+4
* Daniel Engeler <engeler at gmail.com>Glenn Morris2008-06-136-45/+999
* (Fx_create_frame, x_create_tip_frame): Register XKenichi Handa2008-06-131-2/+2
* (font_score): Ignore the diffference of alias style symbols.Kenichi Handa2008-06-132-3/+46
* (font_update_sort_order): Setting of sort_shift_bits adjusted for theKenichi Handa2008-06-131-1/+1
* (enum lface_attribute_index): New memberKenichi Handa2008-06-131-0/+1
* (font_score): Delete arg alternate_families. Check onlyKenichi Handa2008-06-131-239/+213
* (LFACE_FOUNDRY): New macro.Kenichi Handa2008-06-131-31/+71
* *** empty log message ***Juanma Barranquero2008-06-131-9/+9
* * lread.c (Fload): Use xfree, not free on saved_doc_string.Jim Meyering2008-06-122-1/+5
* make unexec_free handle NULL the same way free doesJim Meyering2008-06-122-0/+7
* (CHAR_TO_BYTE_SAFE): Cut&paste error.Stefan Monnier2008-06-121-1/+1