Mercurial > emacs
graph
-
Changes from arch/CVS synchronization2006-06-25, by Miles Bader
-
Add back smoothing_type and smoothing_enabled definitions.2006-06-25, by Jason Rumney
-
*** empty log message ***2006-06-23, by Kenichi Handa
-
(script-representative-chars): Add an2006-06-23, by Kenichi Handa
-
(x_draw_glyph_string) [USE_FONT_BACKEND]: Check2006-06-23, by Kenichi Handa
-
*** empty log message ***2006-06-21, by Kenichi Handa
-
(font_parse_xlfd): Fix generating of CHARSET_REGISTRY field.2006-06-21, by Kenichi Handa
-
(xftfont_prepare_face): Make non-ascii face share2006-06-21, by Kenichi Handa
-
Merge from emacs--devo--02006-06-20, by Miles Bader
-
*** empty log message ***2006-06-20, by Kenichi Handa
-
(x_set_font) [USE_FONT_BACKEND]: Fix argument to2006-06-20, by Kenichi Handa
-
*** empty log message ***2006-06-19, by Kenichi Handa
-
(font-weight-table): Treat regular and normal as the2006-06-19, by Kenichi Handa
-
(font_parse_fcname): Fix previous change.2006-06-19, by Kenichi Handa
-
(QCspacing, QCdpi): Extern them.2006-06-19, by Kenichi Handa
-
(POINT_TO_PIXEL): Don't divice POINT by 10.2006-06-19, by Kenichi Handa
-
(ftfont_list): Use assq_no_quit, not Fassq. Don't2006-06-19, by Kenichi Handa
-
*** empty log message ***2006-06-19, by Kenichi Handa
-
(read_escape): Fix the code synched with HEAD.2006-06-19, by Kenichi Handa
-
*** empty log message ***2006-06-19, by Kenichi Handa
-
(font_parse_fcname): Fix parsing of point-size.2006-06-19, by Kenichi Handa
-
(Finternal_char_font): Use font_get_name, not2006-06-19, by Kenichi Handa
-
(ftfont_pattern_entity): Use the numeric value 100 for2006-06-19, by Kenichi Handa
-
(xftfont_open): For generating a name, start from2006-06-19, by Kenichi Handa
-
Merge from emacs--devo--02006-06-17, by Miles Bader
-
* frame.h (x_new_fontset2): Fix prototype.2006-06-16, by Jan Djärv
-
*** empty log message ***2006-06-16, by Kenichi Handa
-
(struct font_driver): Member parse_name deleted.2006-06-16, by Kenichi Handa
-
(XLFD_SMALLNUM_MASK): Delete this macro.2006-06-16, by Kenichi Handa
-
(new_fontset_from_font) [USE_FONT_BACKEND]: Prototype2006-06-16, by Kenichi Handa
-
(new_fontset_from_font) [USE_FONT_BACKEND]: Argument F2006-06-16, by Kenichi Handa
-
(x_set_font) [USE_FONT_BACKEND]: Adusted for the change2006-06-16, by Kenichi Handa
-
(Qmonospace, Qsans_serif, Qserif, Qmono, Qsans)2006-06-16, by Kenichi Handa
-
(check_lface_attrs) [USE_FONT_BACKEND]: Accept font2006-06-16, by Kenichi Handa
-
(x_default_font_parameter): Try also "fixed", and signal2006-06-16, by Kenichi Handa
-
(xfont_parse_name): Delete this function.2006-06-16, by Kenichi Handa
-
(xftfont_open): Change coding style of error2006-06-16, by Kenichi Handa
-
(struct x_output): New member fontp.2006-06-16, by Kenichi Handa
-
(x_new_fontset2): Change arguments. Both args FONTSET2006-06-16, by Kenichi Handa
-
*** empty log message ***2006-06-16, by YAMAMOTO Mitsuharu
-
(mac_set_unicode_keystroke_event): Don't use MAKE_CHAR.2006-06-16, by YAMAMOTO Mitsuharu
-
*** empty log message ***2006-06-14, by Kenichi Handa
-
(xfont_open, xfont_encode_char): Fix typo.2006-06-14, by Kenichi Handa
-
(struct font): Fix typo (charet->charset).2006-06-14, by Kenichi Handa
-
*** empty log message ***2006-06-14, by Kenichi Handa
-
(enum xlfd_field_index): Rename XLFD_XXX_SIZE_INDEX to2006-06-14, by Kenichi Handa
-
(ftfont_pattern_entity): Fix typo.2006-06-14, by Kenichi Handa
-
(make_fontset_for_ascii_face): Fix previous change.2006-06-09, by Kenichi Handa
-
(font_find_for_lface): Fix previous change.2006-06-09, by Kenichi Handa
-
*** empty log message ***2006-06-09, by Kenichi Handa
-
(tar-extract): Sync with HEAD.2006-06-09, by Kenichi Handa
-
(x_new_fontset2): If an ASCII font couldn't be loaded,2006-06-09, by Kenichi Handa
-
(set_lface_from_font_name): If a font doesn't have a2006-06-09, by Kenichi Handa
-
(xfont_list): If script is specified for a font, return2006-06-09, by Kenichi Handa
-
(xftfont_open): Make the font name fontconfig's2006-06-09, by Kenichi Handa
-
(Qiso8859_1, Qiso10646_1, Qunicode_bmp): Moved to2006-06-09, by Kenichi Handa
-
(reorder_font_vector): Pay attention to the case that2006-06-09, by Kenichi Handa
-
* font.c (Qiso8859_1, Qiso10646_1, Qunicode_bmp): Moved from2006-06-09, by Kenichi Handa
-
(Qiso8859_1, Qiso10646_1, Qunicode_bmp): Extern them.2006-06-09, by Kenichi Handa
-
Changes from arch/CVS synchronization2006-06-08, by Miles Bader
-
(w32_initialize) Manually sync 2006-06-05 change from HEAD.2006-06-08, by Jason Rumney
-
(main): Check -enable-font-backend arg after the check2006-06-08, by Kenichi Handa
-
(Fcall_process): Sync with HEAD.2006-06-08, by Kenichi Handa
-
*** empty log message ***2006-06-08, by Kenichi Handa
-
(Ffind_operation_coding_system): Sync with HEAD.2006-06-08, by Kenichi Handa
-
(CODING_REQUIRE_ENCODING): Comment sync with HEAD.2006-06-08, by Kenichi Handa
-
Merge from emacs--devo--02006-06-07, by Miles Bader
-
Merge from emacs--devo--02006-06-07, by Miles Bader
-
Merge from emacs--devo--02006-06-07, by Miles Bader
-
Add arch tagline2006-06-07, by Miles Bader
-
(xftfont_default_fid): Set fid_known to 1.2006-06-07, by Kenichi Handa
-
(xfont_encode_char): Fix calculation of char2b.2006-06-07, by Kenichi Handa
-
Include "font.h".2006-06-06, by Kenichi Handa
-
(assoc_no_quit): Extern it.2006-06-06, by Kenichi Handa
-
Charsets of Han character fixed.2006-06-06, by Kenichi Handa
-
(font-encoding-alist): Add koi8-4.2006-06-06, by Kenichi Handa
-
(font-weight-table, font-slant-table)2006-06-06, by Kenichi Handa
-
Re-generated.2006-06-06, by Kenichi Handa
-
New args --enable-font-backend, --with-xft,2006-06-06, by Kenichi Handa
-
*** empty log message ***2006-06-06, by Kenichi Handa
-
Include "font.h".2006-06-06, by Kenichi Handa
-
Include "font.h".2006-06-06, by Kenichi Handa
-
If USE_FONT_BACKEND is defined, include "font.h".2006-06-06, by Kenichi Handa
-
Include "font.h".2006-06-06, by Kenichi Handa
-
(struct frame): New members resx and resy.2006-06-06, by Kenichi Handa
-
Include "font.h".2006-06-06, by Kenichi Handa
-
(FONT_INFO_FROM_FACE): New macro.2006-06-06, by Kenichi Handa
-
(assoc_no_quit): New function.2006-06-06, by Kenichi Handa
-
(main) [USE_FONT_BACKEND]: Handle arg2006-06-06, by Kenichi Handa
-
(struct glyph_string) [USE_FONT_BACKEND]: New2006-06-06, by Kenichi Handa
-
(get_composition_id) [USE_FONT_BACKEND]: If2006-06-06, by Kenichi Handa
-
(enum composition_method) [USE_FONT_BACKEND]: New2006-06-06, by Kenichi Handa
-
(Vscript_representative_chars): New variable.2006-06-06, by Kenichi Handa
-
(Vscript_representative_chars): Extern it.2006-06-06, by Kenichi Handa
-
(ALL_CFLAGS): Add @FREETYPE_CFLAGS@,2006-06-06, by Kenichi Handa
-
New file.2006-06-06, by Kenichi Handa
-
*** empty log message ***2006-05-15, by YAMAMOTO Mitsuharu
-
(mac-utxt-to-string, mac-string-to-utxt)2006-05-15, by YAMAMOTO Mitsuharu
-
*** empty log message ***2006-05-15, by Kenichi Handa
-
(system_eol_type): Fix synching with HEAD.2006-05-15, by Kenichi Handa
-
(system_eol_type): Sync with HEAD.2006-05-15, by Kenichi Handa
-
(Fcall_process): Sync with HEAD.2006-05-15, by Kenichi Handa
-
(setup_process_coding_systems): Fix synching with2006-05-15, by Kenichi Handa
-
(choose_write_coding_system): Fix synching with HEAD.2006-05-15, by Kenichi Handa
-
(push_key_description): Fix synching with HEAD.2006-05-15, by Kenichi Handa
-
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-602006-05-10, by Miles Bader
-
*** empty log message ***2006-05-02, by YAMAMOTO Mitsuharu
-
(USE_ATSUI): Don't enable on emacs-unicode-2 branch.2006-05-02, by YAMAMOTO Mitsuharu
-
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-582006-05-02, by Miles Bader
-
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-572006-04-21, by Miles Bader
-
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-562006-04-17, by Miles Bader
-
*** empty log message ***2006-04-09, by Kenichi Handa
-
Cancel unnecessary sync code for2006-04-09, by Kenichi Handa
-
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-542006-04-09, by Miles Bader
-
(decode_coding): Typo in comment fixed.2006-04-07, by Kenichi Handa
-
*** empty log message ***2006-04-07, by Kenichi Handa
-
(decode_eol): Pay attention to buffer relocation in2006-04-07, by Kenichi Handa
-
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-512006-04-02, by Miles Bader