| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add 2007 to copyright. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |
| | | |||||
| * | Update copyright for years from Emacs 21 to present (mainly adding | Glenn Morris | 2007-01-14 | 1 | -1/+2 |
| | | | | | 2001). | ||||
| * | Update AIST copyright years. | Kenichi Handa | 2006-12-13 | 1 | -1/+2 |
| | | |||||
| * | (Fset_overriding_fontspec_internal): Check if we need | Kenichi Handa | 2006-07-04 | 1 | -0/+2 |
| | | | | | to update Voverriding_fontspec_alist. | ||||
| * | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
| | | |||||
| * | Copyright fixed | Kenichi Handa | 2005-12-19 | 1 | -2/+3 |
| | | |||||
| * | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-07 | 1 | -1/+1 |
| | | |||||
| * | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
| | | |||||
| * | (fontset_set): Fix previous change. | Kenichi Handa | 2005-04-25 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2005-04-22 | 1 | -1/+5 |
| | | |||||
| * | (set_default_ascii_font): New function. | Kenichi Handa | 2005-03-08 | 1 | -13/+17 |
| | | | | | | (syms_of_fontset): Don't set FONTSET_ASCII (Vdefault_fontset) here. | ||||
| * | (fontset_pattern_regexp): Cancel my previous change; | Kenichi Handa | 2004-11-08 | 1 | -14/+27 |
| | | | | | | | | | don't pay attention to '\' before '*'. (fontset_pattern_regexp): Change the meaning of the second arg. (Fnew_fontset): Call fs_query_fontset, not Fquery_fontset. (check_fontset_name): Try NAME as literal at first, and if it failes, try NAME as pattern. | ||||
| * | (fontset_pattern_regexp): Use unsigned char. | Kim F. Storm | 2004-11-04 | 1 | -5/+5 |
| | | |||||
| * | (fontset_pattern_regexp): If '*' is preceded by '\', | Kenichi Handa | 2004-11-04 | 1 | -2/+2 |
| | | | | | treat it as a literal character. | ||||
| * | (fontset_pattern_regexp): Optimize for the case that | Kenichi Handa | 2004-10-25 | 1 | -4/+22 |
| | | | | | PATTERN is full XLFD. | ||||
| * | (fs_load_font): Use fast_string_match_ignore_case for | Kenichi Handa | 2004-10-18 | 1 | -16/+13 |
| | | | | | | | | comparing font names. (fs_query_fontset): Use fast_string_match for comparing fontset names. (list_fontsets): Likewise. | ||||
| * | (Fset_fontset_font): Remove unused vars `family' and `registry'. | Stefan Monnier | 2004-06-30 | 1 | -1/+1 |
| | | |||||
| * | (Finternal_char_font): If POSITION is nil, return | Kenichi Handa | 2004-04-23 | 1 | -18/+33 |
| | | | | | font for displaying CH with the default face. | ||||
| * | (regularize_fontname): Renamed from regulalize_fontname. | John Paul Wallington | 2004-04-20 | 1 | -4/+4 |
| | | |||||
| * | (fontset_font_pattern): Fix previous change. | Kenichi Handa | 2004-01-19 | 1 | -1/+2 |
| | | |||||
| * | (fontset_ref_via_base): Fix previous change. | Kenichi Handa | 2004-01-07 | 1 | -1/+1 |
| | | |||||
| * | (Voverriding_fontspec_alist): New variable. | Kenichi Handa | 2003-12-29 | 1 | -25/+145 |
| | | | | | | | | | | | | | | (lookup_overriding_fontspec): New function. (fontset_ref_via_base): Call lookup_overriding_fontspec if necessary. (fontset_font_pattern): Likewise. (regulalize_fontname): New function. (Fset_fontset_font): Call regulalize_fontname. (Fset_overriding_fontspec_internal): New function. (syms_of_fontset): Initialize and staticprop Voverriding_fontspec_alist. (syms_of_fontset): Defsubr Sset_overriding_fontspec_internal. | ||||
| * | Remove period at end of error message. | Jan Djärv | 2003-11-16 | 1 | -1/+1 |
| | | |||||
| * | (fs_load_font): Don't set fontp->font_encoder to NULL | Kenichi Handa | 2003-10-02 | 1 | -3/+1 |
| | | | | | | before calling find_ccl_program_func. Call find_ccl_program_func only when fontp->font_encoder is not NULL. | ||||
| * | (Finternal_char_font): Change return value to | Kenichi Handa | 2003-09-28 | 1 | -10/+46 |
| | | | | | cons (FONT-NAME . GLYPH-CODE). | ||||
| * | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+3 |
| | | |||||
| * | (Ffontset_info): Pass new arg to map_char_table. | Richard M. Stallman | 2003-05-17 | 1 | -2/+2 |
| | | |||||
| * | *** empty log message *** | Juanma Barranquero | 2003-02-20 | 1 | -1/+1 |
| | | |||||
| * | (Fset_fontset_font): Document that NAME nil means the default | Kenichi Handa | 2003-02-20 | 1 | -2/+4 |
| | | | | | | | fontset. (Ffontset_info): Likewise. (Ffontset_font): Likewise. | ||||
| * | (check_fontset_name): If NAME is nil, return the | Kenichi Handa | 2003-02-20 | 1 | -3/+24 |
| | | | | | | | | | default fontset. (override_font_info): New function. (Ffontset_info): If FONTSET is not the default fontset, merge FONTSET onto the copy of the default fontset, and work on that copy. | ||||
| * | (syms_of_fontset): Setup Vfont_encoding_alist here. | Kenichi Handa | 2003-01-17 | 1 | -0/+10 |
| | | |||||
| * | (Fset_fontset_font): Fix spacing. | Juanma Barranquero | 2002-09-06 | 1 | -1/+1 |
| | | |||||
| * | (font_family_registry, fs_query_fontset): | Ken Raeburn | 2002-07-16 | 1 | -4/+4 |
| | | | | | (list_fontsets): Use const for pointer to lisp string data. | ||||
| * | (Fset_fontset_font): Use SDATA instead of XSTRING()->data. | Ken Raeburn | 2002-07-16 | 1 | -1/+1 |
| | | |||||
| * | Most uses of XSTRING combined with STRING_BYTES or indirection changed to | Ken Raeburn | 2002-07-15 | 1 | -19/+19 |
| | | | | | | SCHARS, SBYTES, STRING_INTERVALS, SREF, SDATA; explicit size_byte references left unchanged for now. | ||||
| * | In src/: | Andrew Choi | 2002-06-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2002-06-16 Andrew Choi <akochoi@shaw.ca> * fontset.c (syms_of_fontset) [MAC_OS]: Set ASCII font of Vdefault_fontset to Monaco with mac-roman coding. * mac.c, macfns.c, macmenu.c, macterm.c: Undefine and redefine init_process before and after inclusion of Carbon/Carbon.h, resp. * macterm.c (x_new_font): Set font for normal_gc, reverse_gc, and cursor_gc. (add_font_name_table_entry): New function. (init_font_name_table): Use add_font_name_table_entry; add italic, bold, and bold-italic entries for truetype fonts. * xfaces.c (init_frame_faces) [MAC_OS]: Call realize_basic_faces for Mac too. (try_font_list) [MAC_OS]: If no font matches given registry, try fonts with any registry matching face_family. (realize_x_face) [MAC_OS]: Remove old ad-hoc fix to load font here. * s/darwin.h: If autoconf detects the Ncurses library, define LIBS_TERMCAP to -lncurses to use it. In lisp/: 2002-06-16 Andrew Choi <akochoi@shaw.ca> * term/mac-win.el (scalable-fonts-allowed): Set to t. | ||||
| * | * fontset.c (Fset_fontset_font): Use SYMBOL_NAME and XSTRING | Ken Raeburn | 2002-05-20 | 1 | -1/+1 |
| | | | | | instead of XSYMBOL and name field. | ||||
| * | Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog, | Andrew Choi | 2002-04-26 | 1 | -2/+2 |
| | | | | | lisp/ChangeLog, and src/ChangeLog for list of changes. | ||||
| * | Fix typos, remove unnecessary space. | Pavel Janík | 2001-12-12 | 1 | -23/+22 |
| | | |||||
| * | Remove variables `Vhighlight_wrong_size_font' and `Vclip_large_size_font'. | Pavel Janík | 2001-11-14 | 1 | -10/+0 |
| | | |||||
| * | Change doc-string comments to `new style' [w/`doc:' keyword]. | Pavel Janík | 2001-11-13 | 1 | -86/+86 |
| | | |||||
| * | (fontset_font_pattern): Remove unused variable `family_registry'. | Pavel Janík | 2001-11-06 | 1 | -1/+0 |
| | | |||||
| * | Update usage of CHECK_ macros (remove unused second argument). | Pavel Janík | 2001-11-02 | 1 | -16/+16 |
| | | |||||
| * | (fs_load_font) [WINDOWSNT && _MSC_VER]: Disable | Andrew Innes | 2001-10-18 | 1 | -0/+8 |
| | | | | | | optimization. The fontp->encoding array was not being initialized correctly when compiled with optimizations by MSVC. | ||||
| * | Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting | Ken Raeburn | 2001-10-16 | 1 | -8/+8 |
| | | | | | with lisp system changes. | ||||
| * | (Ffontset_info): Check that face is non-null | Gerd Moellmann | 2001-05-16 | 1 | -1/+1 |
| | | | | | before accessing its fields. | ||||
| * | (syms_of_fontset): Describe highlight-wrong-size-font | Kenichi Handa | 2001-03-13 | 1 | -12/+2 |
| | | | | | and clip-large-size-font as obsolete. | ||||
| * | (Fnew_fontset): Fix handling of the case that an | Kenichi Handa | 2001-02-24 | 1 | -4/+11 |
| | | | | | element of FONTLIST is a cons of family and registry. | ||||
| * | * fontset.c (fontset_pattern_regexp): Allocate three more bytes to | Andrew Choi | 2001-01-28 | 1 | -1/+1 |
| | | | | | regex for '^', '$', and '\0'. | ||||
| * | (font_family_registry): Even if FONTNAME conform to | Kenichi Handa | 2001-01-28 | 1 | -22/+30 |
| | | | | | | | | | | | | XLFD, if it specifies other fields than family and registry, return FONTANME. New argument FORCE if nonzero cancel that feature. (fontset_font_pattern): Call font_family_registry with FORCE 1 for a signle byte character. Don't set FAMILY part to nil here. It is handled by the caller choose_face_font. (Fnew_fontset): Call font_family_registry with FORCE 0. (Fset_fontset_font): Likewise. | ||||