| Commit message (Expand) | Author | Age | Files | Lines |
| * | *** empty log message *** | Kenichi Handa | 2008-06-25 | 1 | -0/+11 |
| * | *** empty log message *** | Kenichi Handa | 2008-06-25 | 1 | -0/+6 |
| * | Fix thinko. | Andreas Schwab | 2008-06-24 | 1 | -1/+1 |
| * | (bootstrap-clean): Do what distclean does but don't remove | Andreas Schwab | 2008-06-24 | 1 | -0/+3 |
| * | (${lispsource}/loaddefs.el): Renamed from | Andreas Schwab | 2008-06-24 | 1 | -0/+5 |
| * | * buffer.h (struct buffer): New member word_wrap. | Chong Yidong | 2008-06-24 | 1 | -1/+36 |
| * | (Ffont_face_attributes): Multiply pixel size before point | Jason Rumney | 2008-06-24 | 1 | -0/+5 |
| * | Fix typos. | Juanma Barranquero | 2008-06-24 | 1 | -11/+9 |
| * | * w32term.c (x_draw_glyph_string_background) | Jason Rumney | 2008-06-23 | 1 | -0/+7 |
| * | (font_find_for_lface): Try the adstyle specified in the property of | Kenichi Handa | 2008-06-22 | 1 | -0/+5 |
| * | (x_set_frame_alpha): Add x_catch_errors for bug#437. | Stefan Monnier | 2008-06-22 | 1 | -0/+5 |
| * | * Makefile.in ${SUBDIR}: Pass additional BOOTSTRAPEMACS argument. | Stefan Monnier | 2008-06-22 | 1 | -0/+9 |
| * | (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes. | Glenn Morris | 2008-06-22 | 1 | -0/+1 |
| * | (witness-emacs): Depend on temacs${EXEEXT}. | Glenn Morris | 2008-06-22 | 1 | -0/+4 |
| * | * src/Makefile.in (PRECOMP): Remove. | Stefan Monnier | 2008-06-21 | 1 | -0/+7 |
| * | (xftfont_open): Handle QCembolden only when FC_EMBOLDEN is defined. | Kenichi Handa | 2008-06-21 | 1 | -0/+5 |
| * | (.el.elc): Use ../lisp, not $(lispsource). | Andreas Schwab | 2008-06-21 | 1 | -0/+1 |
| * | (witness-emacs): Use ../lisp, not $(lispsource). | Andreas Schwab | 2008-06-21 | 1 | -0/+4 |
| * | Fix autoload building command in src Makefile | Miles Bader | 2008-06-21 | 1 | -0/+5 |
| * | Make "make" do a bootstrap if needed. | Stefan Monnier | 2008-06-21 | 1 | -0/+13 |
| * | * font.c (Ffont_face_attributes): Omit key-attribute pairs not | Chong Yidong | 2008-06-20 | 1 | -0/+5 |
| * | * src/Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files. | Stefan Monnier | 2008-06-20 | 1 | -4/+11 |
| * | [OLD_FONT]: Remove obsolete font code. | Jason Rumney | 2008-06-20 | 1 | -0/+3 |
| * | (font_matches_spec): Use csb bitfield from font signature to determine | Jason Rumney | 2008-06-20 | 1 | -0/+5 |
| * | (cfsetspeed): New fun extracted from the code. | Stefan Monnier | 2008-06-20 | 1 | -0/+5 |
| * | * configure.in: Check for presence of cfmakeraw and cfsetspeed. | Stefan Monnier | 2008-06-20 | 1 | -0/+5 |
| * | (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to the pattern. | Kenichi Handa | 2008-06-20 | 1 | -0/+3 |
| * | (fontset_from_font): Copy font_spec before changing | Kenichi Handa | 2008-06-20 | 1 | -0/+3 |
| * | (x_default_font_parameter): Try "monospace-12" too. | Kenichi Handa | 2008-06-20 | 1 | -0/+4 |
| * | * w32fns.c, xfnc.c (x_default_font_parameter): Only set `font-param' | Stefan Monnier | 2008-06-20 | 1 | -0/+7 |
| * | Include <ctype.h> | Kenichi Handa | 2008-06-19 | 1 | -1/+8 |
| * | * w32fns.c, xfns.c (Qfont_param): New var. | Stefan Monnier | 2008-06-19 | 1 | -2/+8 |
| * | (font_parse_xlfd): Fix previous change. | Kenichi Handa | 2008-06-19 | 1 | -0/+18 |
| * | (Ffont_face_attributes): Only define if | Andreas Schwab | 2008-06-18 | 1 | -0/+6 |
| * | Add font logging to list and match functions. | Jason Rumney | 2008-06-18 | 1 | -0/+6 |
| * | * font.c (font_parse_fcname): For known key symbols, intern using | Chong Yidong | 2008-06-17 | 1 | -1/+2 |
| * | * font.c (font_parse_fcname): Store divider characters for | Chong Yidong | 2008-06-17 | 1 | -0/+5 |
| * | (realize_default_face): If the frame is not on window | Kenichi Handa | 2008-06-17 | 1 | -0/+5 |
| * | (fontset_pattern_regexp): Escape some regexp characters. | Kenichi Handa | 2008-06-17 | 1 | -0/+5 |
| * | * dispextern.h (lookup_non_ascii_face, split_font_name_into_vector) | Juanma Barranquero | 2008-06-16 | 1 | -1/+8 |
| * | (font_unparse_gtkname): Use EQ to compare Lisp_Objects. | Stefan Monnier | 2008-06-16 | 1 | -5/+9 |
| * | * font.c (font_parse_fcname): Fix handling of unknown-spec string. | Chong Yidong | 2008-06-16 | 1 | -0/+4 |
| * | (Ffont_face_attributes): Doc fix. | Juanma Barranquero | 2008-06-16 | 1 | -0/+1 |
| * | (Ffont_spec): Fix usage in docstring. | Juanma Barranquero | 2008-06-16 | 1 | -0/+4 |
| * | (Ffont_face_attributes): Fix definition. | Andreas Schwab | 2008-06-16 | 1 | -0/+4 |
| * | (Ffont_get): Return a symbol for :weight, :slant, and :width. | Kenichi Handa | 2008-06-16 | 1 | -0/+1 |
| * | Fix crashing bug in use of bold fonts from x-select-font on W32. | Jason Rumney | 2008-06-16 | 1 | -0/+10 |
| * | (font_check_object): Delete it. | Kenichi Handa | 2008-06-16 | 1 | -0/+9 |
| * | (BASE_PURESIZE): Increase to 1230000. | Katsumi Yamaoka | 2008-06-16 | 1 | -0/+4 |
| * | * font.c (font_parse_fcname): Correctly parse KEY=VAL values. | Chong Yidong | 2008-06-16 | 1 | -0/+4 |