aboutsummaryrefslogtreecommitdiffstats
path: root/src/fontset.c
Commit message (Collapse)AuthorAgeFilesLines
* (fontset_set): Fix previous change.Kenichi Handa2005-04-251-1/+1
|
* *** empty log message ***Kenichi Handa2005-04-221-1/+5
|
* (set_default_ascii_font): New function.Kenichi Handa2005-03-081-13/+17
| | | | | (syms_of_fontset): Don't set FONTSET_ASCII (Vdefault_fontset) here.
* (fontset_pattern_regexp): Cancel my previous change;Kenichi Handa2004-11-081-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. Storm2004-11-041-5/+5
|
* (fontset_pattern_regexp): If '*' is preceded by '\',Kenichi Handa2004-11-041-2/+2
| | | | treat it as a literal character.
* (fontset_pattern_regexp): Optimize for the case thatKenichi Handa2004-10-251-4/+22
| | | | PATTERN is full XLFD.
* (fs_load_font): Use fast_string_match_ignore_case forKenichi Handa2004-10-181-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 Monnier2004-06-301-1/+1
|
* (Finternal_char_font): If POSITION is nil, returnKenichi Handa2004-04-231-18/+33
| | | | font for displaying CH with the default face.
* (regularize_fontname): Renamed from regulalize_fontname.John Paul Wallington2004-04-201-4/+4
|
* (fontset_font_pattern): Fix previous change.Kenichi Handa2004-01-191-1/+2
|
* (fontset_ref_via_base): Fix previous change.Kenichi Handa2004-01-071-1/+1
|
* (Voverriding_fontspec_alist): New variable.Kenichi Handa2003-12-291-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ärv2003-11-161-1/+1
|
* (fs_load_font): Don't set fontp->font_encoder to NULLKenichi Handa2003-10-021-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 toKenichi Handa2003-09-281-10/+46
| | | | cons (FONT-NAME . GLYPH-CODE).
* Add arch taglinesMiles Bader2003-09-011-0/+3
|
* (Ffontset_info): Pass new arg to map_char_table.Richard M. Stallman2003-05-171-2/+2
|
* *** empty log message ***Juanma Barranquero2003-02-201-1/+1
|
* (Fset_fontset_font): Document that NAME nil means the defaultKenichi Handa2003-02-201-2/+4
| | | | | | fontset. (Ffontset_info): Likewise. (Ffontset_font): Likewise.
* (check_fontset_name): If NAME is nil, return theKenichi Handa2003-02-201-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 Handa2003-01-171-0/+10
|
* (Fset_fontset_font): Fix spacing.Juanma Barranquero2002-09-061-1/+1
|
* (font_family_registry, fs_query_fontset):Ken Raeburn2002-07-161-4/+4
| | | | (list_fontsets): Use const for pointer to lisp string data.
* (Fset_fontset_font): Use SDATA instead of XSTRING()->data.Ken Raeburn2002-07-161-1/+1
|
* Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn2002-07-151-19/+19
| | | | | SCHARS, SBYTES, STRING_INTERVALS, SREF, SDATA; explicit size_byte references left unchanged for now.
* In src/:Andrew Choi2002-06-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2002-06-16 Andrew Choi <[email protected]> * 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 <[email protected]> * term/mac-win.el (scalable-fonts-allowed): Set to t.
* * fontset.c (Fset_fontset_font): Use SYMBOL_NAME and XSTRINGKen Raeburn2002-05-201-1/+1
| | | | instead of XSYMBOL and name field.
* Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,Andrew Choi2002-04-261-2/+2
| | | | lisp/ChangeLog, and src/ChangeLog for list of changes.
* Fix typos, remove unnecessary space.Pavel Janík2001-12-121-23/+22
|
* Remove variables `Vhighlight_wrong_size_font' and `Vclip_large_size_font'.Pavel Janík2001-11-141-10/+0
|
* Change doc-string comments to `new style' [w/`doc:' keyword].Pavel Janík2001-11-131-86/+86
|
* (fontset_font_pattern): Remove unused variable `family_registry'.Pavel Janík2001-11-061-1/+0
|
* Update usage of CHECK_ macros (remove unused second argument).Pavel Janík2001-11-021-16/+16
|
* (fs_load_font) [WINDOWSNT && _MSC_VER]: DisableAndrew Innes2001-10-181-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 experimentingKen Raeburn2001-10-161-8/+8
| | | | with lisp system changes.
* (Ffontset_info): Check that face is non-nullGerd Moellmann2001-05-161-1/+1
| | | | before accessing its fields.
* (syms_of_fontset): Describe highlight-wrong-size-fontKenichi Handa2001-03-131-12/+2
| | | | and clip-large-size-font as obsolete.
* (Fnew_fontset): Fix handling of the case that anKenichi Handa2001-02-241-4/+11
| | | | element of FONTLIST is a cons of family and registry.
* * fontset.c (fontset_pattern_regexp): Allocate three more bytes toAndrew Choi2001-01-281-1/+1
| | | | regex for '^', '$', and '\0'.
* (font_family_registry): Even if FONTNAME conform toKenichi Handa2001-01-281-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.
* (fontset_ref): Remove unused variable `i'.Eli Zaretskii2001-01-021-14/+8
| | | | | | | | | | | | | | | (fontset_set): Remove unused variables `j' and `tmp'. (make_fontset): Remove unused variables `i', `j', `elt' and `base_elt'. (make_fontset_for_ascii_face): Remove unused variable `name'. (fs_load_font): Remove unused variable `font_idx'. (fs_query_fontset): Remove unused function-local variable `fontset'. (list_fontsets): Remove unused variable `tail'. (Fnew_fontset): Remove unused variables `family' and `registry'. (accumulate_font_info): Remove unused variable `tmp'. (Ffontset_font): Remove unused variable `id'. (syms_of_fontset): Remove unused variable `i'.
* (syms_of_fontset) [WINDOWSNT]: Make default fontsize on w32 10Jason Rumney2000-10-271-1/+1
| | | | point, as Windows has oversized fonts.
* (syms_of_fontset) [WINDOWSNT]: Special case for ASCII font of defaultJason Rumney2000-10-231-1/+5
| | | | fontset on Windows.
* Initial check-in: changes for building Emacs under Mac OS.Andrew Choi2000-10-221-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2000-10-23 Andrew Choi <[email protected]> * dispextern.h [macintosh]: Include macgui.h instead of macterm.h. * dispnew.c [macintosh]: Include macterm.h. (init_display) [macintosh]: initialization for window system. * emacs.c (main) [macintosh]: Call syms_of_textprop, syms_of_macfns, syms_of_ccl, syms_of_fontset, syms_of_xterm, syms_of_search, x_term_init, and init_keyboard before calling init_window_once. Also, call syms_of_xmenu. * fontset.c (syms_of_fontset) [macintosh]: Set ASCII font of default fontset to Monaco. * frame.c [macintosh]: Include macterm.h. Remove declarations of NewMacWindow and DisposeMacWindow. (make_terminal_frame) [macintosh]: Call make_mac_terminal_frame instead of calling NewMacWindow and setting fields of f->output_data.mac directly. Call init_frame_faces. (Fdelete_frame) [macintosh]: Remove unused code. (Fmodify_frame_parameters) [macintosh]: Call x_set_frame_parameters instead of mac_set_frame_parameters. * frame.h [macintosh]: Define menu_bar_lines field in struct frame. Define FRAME_EXTERNAL_MENU_BAR macro. * keyboard.c [macintosh]: Include macterm.h. (kbd_buffer_get_event) [macintosh]: Generate delete_window_event and menu_bar_activate_event type events as for X and NT. (make_lispy_event) [macintosh]: Construct lisp events of type MENU_BAR_EVENT as for X and NT. * sysdep.c [macintosh]: Remove declaration for sys_signal. Include stdlib.h. Remove definition of Vx_bitmap_file_path. (sys_subshell) [macintosh]: Remove definition entirely. (init_sys_modes) [macintosh]: Do not initialize Vwindow_system and Vwindow_system_version here. Remove initialization of Vx_bitmap_file_path. (read_input_waiting): Correct the number of parameters passed to read_socket_hook. Move all Macintosh functions to mac/mac.c. * term.c [macintosh]: Include macterm.h. * window.c [macintosh]: Include macterm.h. * xdisp.c [macintosh]: Include macterm.h. Declare set_frame_menubar and pending_menu_activation. (echo_area_display) [macintosh]: Do not return if terminal frame is the selected frame. (update_menu_bar) [macintosh]: Check FRAME_EXTERNAL_MENU_BAR (f). Allow only the selected frame to set menu bar. (redisplay_window) [macintosh]: Obtain menu bar to redisplay by calling FRAME_EXTERNAL_MENU_BAR (f). (display_menu_bar) [macintosh]: Check FRAME_MAC_P (f). * xfaces.c [macintosh]: Include macterm.h. Define x_display_info and check_x. Declare XCreateGC. Define x_create_gc and x_free_gc. Initialize font_sort_order. (x_face_list_fonts) [macintosh]: Use the same code as WINDOWSNT, but call x_list_fonts instead of w32_list_fonts. (Finternal_face_x_get_resource) [macintosh]: Do not call display_x_get_resource. (prepare_face_for_display) [macintosh]: Set xgcv.font. (realize_x_face) [macintosh]: Load the font if it is specified in ATTRS. (syms_of_xfaces) [macintosh]: Initialize Vscalable_fonts_allowed to Qt. * cus-edit.el (custom-button-face): Use 3D look for mac. (custom-button-pressed-face): Likewise. * faces.el (set-face-attributes-from-resources): Handle mac frames in the same way as x and w32 frames. (face-valid-attribute-values): Likewise. (read-face-attribute): Likewise. (defined-colors): Likewise. (color-defined-p): Likewise. (color-values): Likewise. (display-grayscale-p): Likewise. (face-set-after-frame-default): Likewise. (mode-line): Same default face as for x and w32. (tool-bar): Likewise. * frame.el: Remove call to frame-notice-user-settings at end of the file. * info.el (Info-fontify-node): make underlines invisible for mac as for x, pc, and w32 frame types. * term/mac-win.el: New file.
* Include keyboard.h before frame.h.Andrew Innes2000-08-221-0/+1
|
* (Finternal_char_font): Search only the selected frame for a window ofKenichi Handa2000-08-181-1/+1
| | | | the current buffer.
* (fontset_ref): Remove INLINE declaration.Kenichi Handa2000-07-241-14/+18
| | | | | | (fontset_ref_via_base): Likewise. (Fset_fontset_font): Convert FAMILY and REGISTRY specifications to downcase.
* (AREF, ASIZE): Remove definitions.Gerd Moellmann2000-07-131-4/+0
|