]> code.delx.au - gnu-emacs/history - src
Autoload variable-pitch-mode
[gnu-emacs] / src /
2008-06-04 Juanma Barranquero(Fset_window_parameter): Doc fix.
2008-06-04 Juanma Barranquero(struct window): Add new member window_parameters.
2008-06-04 Juanma Barranquero(Fwindow_parameters, Fwindow_parameter, Fset_window_par...
2008-06-04 John Paul Wallington(Fdefmacro): Doc fix.
2008-06-04 Kenichi Handa(detect_coding): Fix handling of coding->head_ascii.
2008-06-03 Andreas Schwab(font_prop_validate_spacing): Fix last change.
2008-06-03 Kenichi Handa*** empty log message ***
2008-06-03 Kenichi Handa(font_parse_fcname): Fix handling of unknown key.
2008-06-03 Juanma BarranqueroFix typos.
2008-06-03 Kenichi Handa(font_prop_validate_spacing): Handle uppercase symbols.
2008-06-03 Kenichi Handa(xfont_list): Try an alias.
2008-06-03 Kenichi Handa(char_charset): Return NULL if the arg charset_list is
2008-06-02 Chong Yidong(font_pixel_size): Don't take cdr of an integer.
2008-06-02 Chong Yidong* font.c (font_pixel_size): Don't take cdr of an integer.
2008-06-02 Jim MeyeringMake "xfree (NULL)" a no-op; remove useless if-before...
2008-06-02 Jim Meyeringremove useless if-before-free tests
2008-06-02 Kenichi Handa(font_find_for_lface): Handle float font size.
2008-06-02 Kenichi Handa(x_supports_face_attributes_p): Check face->font before
2008-06-02 Kenichi Handa*** empty log message ***
2008-06-01 Jason Rumney(w32_enumfont_pattern_entity): Use requested registry.
2008-06-01 Juanma BarranqueroFix typo in comment.
2008-06-01 Dan Nicolaescu(dot, dotdot): Remove, update users.
2008-06-01 Miles BaderImplement face-remapping-alist feature
2008-06-01 Juanma Barranquero(syms_of_textprop) <text-property-default-nonsticky>:
2008-06-01 Miles BaderMerge from emacs--rel--22
2008-05-31 Kenichi Handa(font_list_entities): Fix the car part of data to be
2008-05-31 Kenichi Handa(ftfont_font_format): Don't use strcasestr.
2008-05-30 Stefan Monnier* chartab.c (Foptimize_char_table, optimize_sub_char_ta...
2008-05-30 Kenichi Handa(Ffont_info): Define only if HAVE_WINDOW_SYSTEM is
2008-05-30 Stefan Monnier(Fmake_variable_buffer_local, Fmake_local_variable)
2008-05-30 Kenichi Handa* fontset.c (Ffont_info): Moved to font.c.
2008-05-30 Kenichi Handa(font_style_to_value, font_score): Delete casting of the
2008-05-29 Kenichi Handa(utf-8-sig, utf-8-auto): New coding systems.
2008-05-29 Kenichi Handa(CODING_UTF_8_BOM): New macro.
2008-05-29 Kenichi Handa(enum define_coding_utf8_arg_index): New enum.
2008-05-29 Jason Rumney*** empty log message ***
2008-05-29 Jason Rumney(add_font_entity_to_list): Allow non-opentype truetype...
2008-05-29 Stefan Monnier(Faccept_process_output): If `millisec' is non-nil...
2008-05-29 Jason Rumney(w32font_open_internal): Prefer truetype fonts unless
2008-05-29 Kenichi Handa*** empty log message ***
2008-05-29 Kenichi Handa(Fx_family_fonts): Set frame correctly.
2008-05-29 Juanma Barranquero(Fx_list_fonts, Finternal_copy_lisp_face): Fix typos...
2008-05-29 Kenichi Handa(Fx_list_fonts): Make it return a list of font names.
2008-05-28 Jason Rumney(x_draw_glyph_string): Use clipmask if specified.
2008-05-28 Stefan Monnier* src/fileio.c (Fwrite_region): Delay the defaulting...
2008-05-28 Kenichi Handa*** empty log message ***
2008-05-28 Kenichi Handa(Ffont_info): Don't call font_close_object.
2008-05-28 Kenichi Handa(font_parse_family_registry): Use Ffont_put to validate
2008-05-28 Kenichi Handa(ftfont_spec_pattern): Don't set FC_SPACING to pattern.
2008-05-28 Juanma Barranquero*** empty log message ***
2008-05-28 Juanma Barranquero(Fdecode_coding_region, Fencode_coding_region, Fencode_...
2008-05-28 Juanma BarranqueroFix typo in comment.
2008-05-28 Kenichi Handa*** empty log message ***
2008-05-28 Kenichi Handa(encode_coding_raw_text): Fix previous change.
2008-05-27 Chong Yidong(x_draw_glyph_string): If a clipmask is specified,...
2008-05-27 Chong Yidong* xterm.c (x_draw_glyph_string): If a clipmask is speci...
2008-05-27 Stefan Monnier(encode_coding_raw_text): Fix last change.
2008-05-27 Stefan Monnier(encode_coding_raw_text): Set coding->produced_char...
2008-05-27 Stefan MonnierInclude font.h for --without-x.
2008-05-27 Juanma Barranquero(compute_metrics): Rewrite an "else { if () ... else...
2008-05-27 Jason Rumney(w32font_open_internal): Determine if glyph indices...
2008-05-27 Chong Yidong(draw_glyphs): If mouse-highlighting is on, attempt...
2008-05-27 Chong Yidong* xdisp.c (draw_glyphs): If mouse-highlighting is on...
2008-05-27 Kenichi Handa(xfont_open): Fix calculation of font->average_width.
2008-05-27 Stefan Monnier(casify_object): Try to guess better whether the argume...
2008-05-26 Jason Rumney*** empty log message ***
2008-05-26 Jason Rumney(w32_weight_table): Remove unused variable.
2008-05-26 Andreas Schwab(x_reply_selection_request): Properly handle format ==
2008-05-26 Andreas Schwab(x_set_frame_alpha): Fix type mismatch.
2008-05-26 Jason Rumney(w32font_text_extents): Zero whole metrics struct first.
2008-05-26 Jason Rumney(w32font_text_extents): Zero whole metrics struct first.
2008-05-26 Miles BaderMerge from emacs--rel--22
2008-05-25 Kenichi Handa(x_draw_glyph_string): Fix calculation of underline
2008-05-25 Kenichi Handa*** empty log message ***
2008-05-25 Kenichi Handa(xftfont_open): Delete unused variable. If
2008-05-25 Kenichi Handa(ftxfont_open): Delete unused variable.
2008-05-25 Kenichi Handa(face_for_char): Optimize for the case of no charset...
2008-05-25 Kenichi Handa(LGSTRING_HEADER_SIZE, LGSTRING_GLYPH_SIZE)
2008-05-24 Eli ZaretskiiInclude dispextern.h.
2008-05-24 Eli Zaretskii*** empty log message ***
2008-05-23 Kenichi Handa(Qemacs, charset_emacs): New variables.
2008-05-23 Juanma BarranqueroFix typos.
2008-05-23 Juanma Barranquero*** empty log message ***
2008-05-23 Juanma Barranquero(Fencode_char, Fsplit_char): Doc fixes.
2008-05-23 Jason RumneyRemove includes that are already included by config.h
2008-05-23 Kenichi Handa*** empty log message ***
2008-05-23 Kenichi Handa(x_draw_glyph_string): Be sure to draw underline within...
2008-05-23 Kenichi Handa(x_draw_glyph_string): Be sure to draw underline within...
2008-05-23 Kenichi Handa*** empty log message ***
2008-05-23 Kenichi Handa(x_draw_glyph_string): Be sure to update
2008-05-23 Glenn MorrisSpelling fix.
2008-05-23 Kenichi HandaDelete unused variables and add casting for char *
2008-05-23 Kenichi Handa(ftfont_spec_pattern): Free charset if necessary.
2008-05-23 Kenichi Handa(xfont_list_pattern): Free names returned from XListFonts.
2008-05-22 Jason RumneyDon't include strings.h.
2008-05-22 Jason Rumney* dispextern.h, xfaces.c (xstrcasecmp): Renamed from...
2008-05-22 Jason Rumney(msdos_stdcolor_idx): Use xstricmp.
2008-05-22 Jason Rumney(font_style_to_value, font_score): Use xstricmp.
2008-05-22 Jason Rumney(fs_query_fontset): Use xstricmp.
2008-05-22 Jason Rumney(xfont_list_pattern, compare_font_names): Use xstricmp.
next