- 20 May, 2008 11 commits
-
-
Kenichi Handa authored
(merge_face_ref, merge_face_vectors) (Finternal_set_lisp_face_attribute): Cancel the previous change.
-
Kenichi Handa authored
font.c. (syms_of_fontset): Declaration of font-encoding-alist moved to font.c.
-
Kenichi Handa authored
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.
-
Kenichi Handa authored
-
Kenichi Handa authored
-
Kenichi Handa authored
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).
-
Bill Wohler authored
future changes to Emacs already.
-
Stefan Monnier authored
Allow icomplete-with-completion-tables to say "use it everywhere". (icomplete-completions): Obey completion-styles. Try to accomodate partial-completion style.
-
Michael Olson authored
-
Michael Olson authored
-
Stefan Monnier authored
indirect_variable. * eval.c (lisp_indirect_variable): New fun. (Fuser_variable_p): Use it.
-
- 19 May, 2008 23 commits
-
-
Michael Olson authored
-
Michael Olson authored
-
Michael Olson authored
-
Michael Olson authored
-
Michael Olson authored
-
Stefan Monnier authored
* 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.
-
Chong Yidong authored
-
Chong Yidong authored
when in batch mode.
-
Stefan Monnier authored
-
Stefan Monnier authored
-
Stefan Monnier authored
if some non-hidden buffers are selected by string&pred.
-
Kenichi Handa authored
-
Kenichi Handa authored
(font_matching_entity): Likewise.
-
Kenichi Handa authored
(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.
-
Kenichi Handa authored
set by ftfont_list.
-
Bill Wohler authored
or from MIME (closes SF #1966722).
-
Bill Wohler authored
way and add comment about it. Add many header fields (closes SF #1916032).
-
Jay Belanger authored
-
Bill Wohler authored
used (closes SF #1946861).
-
Bill Wohler authored
support org-mode (closes SF #1965704).
-
Bill Wohler authored
support org-mode (closes SF #1965704).
-
Juanma Barranquero authored
-
Juanma Barranquero authored
(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.
-
- 18 May, 2008 6 commits
-
-
Miles Bader authored
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1169
-
Miles Bader authored
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1168
-
Jay Belanger authored
-
Jay Belanger authored
(Saving Into Registers, Inserting From Registers): New sections.
-
Jay Belanger authored
-
Jay Belanger authored
and `calc-insert-register'. Autoload new register functions.
-