aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (font_prop_validate_style): Adjusted for the formatKenichi Handa2008-05-222-9/+15
| | | | change of font_style_table.
* *** empty log message ***Kenichi Handa2008-05-222-1/+9
|
* (x_update_menu_appearance): Call Ffont_xlfd_name withKenichi Handa2008-05-221-1/+1
| | | | two args.
* * minibuf.c (keys_of_minibuf): Delete.Stefan Monnier2008-05-224-53/+20
| | | | | * lisp.h (keys_of_minibuf): Delete. * emacs.c (main): Don't call keys_of_minibuf.
* (ftfont_resolve_generic_family): Renamed fromKenichi Handa2008-05-222-101/+137
| | | | | | | | | ftfont_list_generic_family. Return a single family for each generic family. (ftfont_spec_pattern): Add FC_FAMILY to pattern. (ftfont_list): Adjusted for the change of ftfont_resolve_generic_family. Call font_add_log. (ftfont_match): Call font_add_log.
* (Ffont_xlfd_name): EXFUN adjusted.Kenichi Handa2008-05-221-1/+13
| | | | | | (FONT_DEBUG): Define it. (font_add_log): Extern it. (font_assert): Renamed from xassert.
* (xfont_get_pcm): Change xassert to font_assert.Kenichi Handa2008-05-221-16/+5
| | | | | | (xfont_list_family): Call font_add_log. (xfont_match): Likewise. (memq_no_quit): Deleted.
* (fontset_from_font, Ffontset_info): Add the 2nd arg inKenichi Handa2008-05-221-2/+2
| | | | call of Ffont_xlfd_name.
* *** empty log message ***Kenichi Handa2008-05-222-70/+1
|
* Checking of FONT_DEBUG is moved to font.h. All calls ofKenichi Handa2008-05-221-161/+262
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | xassert are changed to font_assert. Many unused variables deleted. (Vfont_weight_table, Vfont_slant_table, Vfont_width_table): New variables. (struct table_entry): Moved from xfaces.c and modified. (weight_table, slant_table, width_table): Moved from xfaces.c and contents adjusted for the change of struct table_entry. (font_style_to_value, font_style_symbolic): Adjuted for the format change of font_style_table. (font_parse_family_registry): Don't overwrite existing foundry and family of font_spec. (font_score): Fix calculation of diff for sizes. (font_sort_entites): Call font_add_log. (font_delete_unmatched): Return a newly created list. (font_list_entities): Fix previous change. Call font_add_log. (font_matching_entity, font_open_entity, font_close_entity): Call font_add_log. (Ffont_xlfd_name): New arg FOLD-WILDCARDS. (Finternal_set_font_style_table): Deleted. (BUILD_STYLE_TABLE): New macro. (build_style_table): New function. (Vfont_log, font_log_env_checked): New variables. (font_add_log): New function. (syms_of_font): Delete defsubr Sinternal_set_font_style_table. Declare Lisp variables "font-weight-table", "font-slant-table", "font-width-table", and "font-log". Initialize font_style_table.
* *** empty log message ***Juanma Barranquero2008-05-211-3/+2
|
* Fix typo in comment.Juanma Barranquero2008-05-211-5/+5
|
* (x_set_frame_alpha): Move declarations beforeDan Nicolaescu2008-05-212-6/+11
| | | | statements.
* *** empty log message ***Glenn Morris2008-05-211-2/+4
|
* Fix whitespace in previous.Glenn Morris2008-05-211-11/+11
|
* Seiji Zenitani <zenitani at mac.com>Glenn Morris2008-05-212-3/+20
| | | | | | Ryo Yoshitake <ryo at shiftmode.net> (w32_frame_parm_handlers): A null handler for x_set_alpha.
* Seiji Zenitani <zenitani at mac.com>Glenn Morris2008-05-211-0/+2
| | | | | | Ryo Yoshitake <ryo at shiftmode.net> (mac_frame_parm_handlers): A null handler for x_set_alpha.
* Seiji Zenitani <zenitani at mac.com>Glenn Morris2008-05-211-0/+63
| | | | | | Ryo Yoshitake <ryo at shiftmode.net> (x_set_frame_alpha): Add function.
* Seiji Zenitani <zenitani at mac.com>Glenn Morris2008-05-211-1/+4
| | | | | | Ryo Yoshitake <ryo at shiftmode.net> (x-create-frame, Qalpha): Initialize the frame parameter `alpha'.
* Seiji Zenitani <zenitani at mac.com>Glenn Morris2008-05-211-0/+8
| | | | | | Ryo Yoshitake <ryo at shiftmode.net> (Qalpha, Vframe_parameter_lower_limit): Export them.
* Seiji Zenitani <zenitani at mac.com>Glenn Morris2008-05-211-1/+69
| | | | | | | | Ryo Yoshitake <ryo at shiftmode.net> (Qalpha): Add a new frame parameter `alpha'. (Vframe_alpha_lower_limit) : New variable. (x_set_alpha): Add function.
* (add_font_entity_to_list): Don't add non-opentypeJason Rumney2008-05-202-2/+6
| | | | truetype fonts to opentype list.
* (Ffontset_info): Doc fix.Juanma Barranquero2008-05-202-10/+21
| | | | | (syms_of_fontset) <font-encoding-charset-alist, use-default-ascent>: <ignore-relative-composition>: Fix typos in docstrings.
* (syms-of-font) <font-encoding-alist>:Juanma Barranquero2008-05-201-18/+18
| | | | | | (Ffontp, Ffont_make_gstring): Fix typos in docstrings. (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font, Ffont_otf_alternates): Doc fixes.
* Fix typo.Juanma Barranquero2008-05-201-1/+1
|
* Fix typos.Juanma Barranquero2008-05-201-3/+3
|
* *** empty log message ***Juanma Barranquero2008-05-201-1/+1
|
* (obj): Fix previous change.Kenichi Handa2008-05-202-2/+2
|
* Include font.h unconditionally.Kenichi Handa2008-05-202-35/+31
| | | | | (merge_face_ref, merge_face_vectors) (Finternal_set_lisp_face_attribute): Cancel the previous change.
* (Vfont_encoding_alist, find_font_encoding): Moved toKenichi Handa2008-05-201-48/+0
| | | | | | font.c. (syms_of_fontset): Declaration of font-encoding-alist moved to font.c.
* (Vfont_encoding_alist, find_font_encoding): Moved fromKenichi Handa2008-05-201-2/+63
| | | | | | | | | | fontset.c. (font_pixel_size)[! HAVE_WINDOW_SYSTEM]: Return 1. (font_open_entity): Update FRAME_X_DISPLAY_INFO (f)->n_fonts, FRAME_SMALLEST_CHAR_WIDTH (f), and FRAME_SMALLEST_FONT_HEIGHT (f) only when HAVE_WINDOW_SYSTEM is defined. (font_close_object): Update FRAME_X_DISPLAY_INFO (f)->n_fonts only when HAVE_WINDOW_SYSTEM is defined.
* (find_font_encoding): Extern it.Kenichi Handa2008-05-201-0/+2
|
* (main): Call syms_of_font unconditionally.Kenichi Handa2008-05-201-1/+1
|
* (FONTSRC): Delete it. Change all $(FONTSRC) toKenichi Handa2008-05-201-18/+15
| | | | | | | font.h through out the file. (FONT_DRIVERS): Renamed from FONTOBJ. (obj): Delete $(FONTOBJ). Add font.o. (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
* * xdisp.c (select_frame_for_redisplay): Adjust for last change toStefan Monnier2008-05-203-7/+22
| | | | | | indirect_variable. * eval.c (lisp_indirect_variable): New fun. (Fuser_variable_p): Use it.
* * lisp.h (indirect_variable):Stefan Monnier2008-05-194-85/+101
| | | | | | | * data.c (indirect_variable, let_shadows_buffer_binding_p): Use Lisp_Symbol pointers rather than Lisp_Object. Adjust callers. * buffer.c (buffer_slot_type_mismatch): Use wrong-type-argument. To this end, change calling-convention.
* (wait_reading_process_output): Always check status when in batch mode.Chong Yidong2008-05-191-2/+5
|
* * process.c (wait_reading_process_output): Always check statusChong Yidong2008-05-191-0/+5
| | | | when in batch mode.
* (Finternal_complete_buffer): Typo.Stefan Monnier2008-05-191-1/+1
|
* (Finternal_complete_buffer): Only strip out hidden buffersStefan Monnier2008-05-192-9/+35
| | | | if some non-hidden buffers are selected by string&pred.
* *** empty log message ***Kenichi Handa2008-05-192-1/+23
|
* (font_list_entities): Fix handling of cache.Kenichi Handa2008-05-191-5/+7
| | | | (font_matching_entity): Likewise.
* (cs_iso8859_1): Deleted.Kenichi Handa2008-05-191-136/+205
| | | | | | | | | | | | | | | (ft_face_cache): New variable. (struct ftfont_info): New member fc_charset_idx; (ftfont_build_basic_charsets): Deleted. (fc_charset_table): New variable. (ftfont_pattern_entity): New arg fc_charset_idx. Store (FILENAME . FC_CHARSET_IDX) as :font-entity property in the font entity. Callers changed. (ftfont_lookup_cache, ftfont_get_charset): New funcitons. (ftfont_spec_pattern): New argument fc_charset_idx. Check registry more rigidly. Callers changed. (ftfont_open, ftfont_close, ftfont_has_char): Adjustd for the change of :font-entity property of the font.
* (xftfont_open): Ajusted for the change of extra infoKenichi Handa2008-05-191-21/+12
| | | | set by ftfont_list.
* (Fcoding_system_p): Rename argument to match docstring.Juanma Barranquero2008-05-192-25/+35
| | | | | | | | (Funencodable_char_position, Fcheck_coding_systems_region, Fdecode_coding_string, Fencode_coding_string): Fix typos in docstrings. (Fdetect_coding_region, Fdetect_coding_string, Fencode_coding_region, Ffind_operation_coding_system, Fset_coding_system_priority, Fcoding_system_eol_type): Doc fixes.
* (child_setup_tty): Handle systems with NLDLY, without FFDLY.Glenn Morris2008-05-172-0/+11
|
* (Ffile_attributes): Shut up GCC warnings about st_uidEli Zaretskii2008-05-162-5/+20
|
* frame.c (Fdelete_frame): Don't call font_update_drviers ifEli Zaretskii2008-05-162-1/+42
| | | | | | | | HAVE_WINDOW_SYSTEM is not defined. xfaces.c (merge_face_ref, merge_face_vectors) (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when HAVE_WINDOW_SYSTEM is defined. (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
* (parse_menu_item): Fix last change.Stefan Monnier2008-05-161-2/+3
|
* (parse_menu_item): Do not cache key shortcut any more.Stefan Monnier2008-05-162-2/+9
|