aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* (font_parse_fcname): Remove unused variables.Kenichi Handa2008-06-251-26/+20
* *** empty log message ***Kenichi Handa2008-06-251-0/+11
* (Fstring_to_unibyte): Fix typo in docstring.Kenichi Handa2008-06-251-1/+1
* (Fstring_to_unibyte): EXFUN it.Kenichi Handa2008-06-251-0/+1
* (str_to_unibyte): Extern it.Kenichi Handa2008-06-251-0/+2
* (str_to_unibyte): New function.Kenichi Handa2008-06-251-0/+32
* (Fstring_to_unibyte): New function.Kenichi Handa2008-06-251-0/+30
* *** empty log message ***Kenichi Handa2008-06-251-0/+6
* Fix thinko.Andreas Schwab2008-06-242-2/+2
* (bootstrap-clean): Do what distclean does but don't removeAndreas Schwab2008-06-242-8/+14
* (${lispsource}/loaddefs.el): Renamed fromAndreas Schwab2008-06-242-1/+6
* (Vtruncate_partial_width_windows): New Lisp_Object, replacingChong Yidong2008-06-241-55/+198
* (compute_motion): Obey integer values of truncate-partial-width-windows.Chong Yidong2008-06-241-4/+14
* (direct_output_for_insert): Avoid direct output when inserting a spaceChong Yidong2008-06-241-0/+1
* Replace truncate_partial_width_windows withChong Yidong2008-06-241-2/+2
* (struct it): Replace bool truncate_lines_p with a line_wrap enumChong Yidong2008-06-241-2/+9
* (syms_of_buffer): New variables default-word-wrap and word-wrap.Chong Yidong2008-06-241-0/+16
* (struct buffer): New member word_wrap.Chong Yidong2008-06-241-0/+2
* * buffer.h (struct buffer): New member word_wrap.Chong Yidong2008-06-241-1/+36
* (Ffont_face_attributes): Multiply pixel size before pointJason Rumney2008-06-242-1/+6
* (PIXEL_TO_POINT): Clarify usage in comment.Jason Rumney2008-06-241-2/+5
* (font_score): Even if the PIXEL_SIZE is the same, checkKenichi Handa2008-06-241-3/+2
* Fix typos.Juanma Barranquero2008-06-241-11/+9
* * w32term.c (x_draw_glyph_string_background)Jason Rumney2008-06-233-15/+8
* (font_find_for_lface): Try the adstyle specified in the property ofKenichi Handa2008-06-222-5/+34
* (x_set_frame_alpha): Add x_catch_errors for bug#437.Stefan Monnier2008-06-222-6/+17
* * Makefile.in ${SUBDIR}: Pass additional BOOTSTRAPEMACS argument.Stefan Monnier2008-06-222-21/+36
* (.SUFFIXES): Declare .el.elc as a suffix rule, for non-GNU makes.Glenn Morris2008-06-222-0/+3
* (witness-emacs): Depend on temacs${EXEEXT}.Glenn Morris2008-06-222-1/+5
* Add witness-emacs.Glenn Morris2008-06-211-0/+1
* (witness-emacs): Tell lisp to use bootstrap-emacs.Stefan Monnier2008-06-211-1/+1
* (witness-emacs): Use ../lisp, not $(lispsource).Stefan Monnier2008-06-211-1/+1
* * src/Makefile.in (PRECOMP): Remove.Stefan Monnier2008-06-212-6/+12
* (xftfont_open): Handle QCembolden only when FC_EMBOLDEN is defined.Kenichi Handa2008-06-212-0/+7
* (.el.elc): Use ../lisp, not $(lispsource).Andreas Schwab2008-06-212-1/+2
* (witness-emacs): Use ../lisp, not $(lispsource).Andreas Schwab2008-06-212-1/+5
* Fix autoload building command in src MakefileMiles Bader2008-06-212-1/+6
* Make "make" do a bootstrap if needed.Stefan Monnier2008-06-212-12/+53
* (Ffont_face_attributes): Omit key-attribute pairs not defined by theChong Yidong2008-06-201-15/+30
* * font.c (Ffont_face_attributes): Omit key-attribute pairs notChong Yidong2008-06-201-0/+5
* * src/Makefile.in (emacs${EXEEXT}): Depend on the machine-specific files.Stefan Monnier2008-06-202-6/+23
* [OLD_FONT]: Remove obsolete font code.Jason Rumney2008-06-205-2062/+3
* Update.Stefan Monnier2008-06-201-0/+6
* (font_matches_spec): Use csb bitfield from font signature to determineJason Rumney2008-06-202-8/+20
* (cfsetspeed): New fun extracted from the code.Stefan Monnier2008-06-202-21/+28
* * configure.in: Check for presence of cfmakeraw and cfsetspeed.Stefan Monnier2008-06-202-0/+26
* (xftfont_open): Add FOUNDRY, SPACING, DPI, SCALABLE to the pattern.Kenichi Handa2008-06-202-0/+20
* (fontset_from_font): Copy font_spec before changingKenichi Handa2008-06-202-0/+4
* (x_default_font_parameter): Try "monospace-12" too.Kenichi Handa2008-06-202-0/+6
* * w32fns.c, xfnc.c (x_default_font_parameter): Only set `font-param'Stefan Monnier2008-06-204-10/+33