summaryrefslogtreecommitdiff
path: root/src/xfaces.c
Commit message (Expand)AuthorAgeFilesLines
* ProtoizeAndreas Schwab2011-07-101-7/+3
* Fix how custom themes handle faces, so the multi-tty/multi-frame case works.Chong Yidong2011-07-031-0/+12
* Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-241-143/+72
* GLYPH_DEBUG fixesPaul Eggert2011-06-221-15/+15
* * dispextern.h (struct face.stipple):Paul Eggert2011-06-211-3/+4
* Use ptrdiff_t, not int, for overlay counts.Paul Eggert2011-06-211-1/+1
* Fixes for GLYPH_DEBUG.Chong Yidong2011-06-181-24/+3
* GLYPH_CODE_FACE returns EMACS_INT, not int.Paul Eggert2011-06-121-1/+2
* [ChangeLog]Paul Eggert2011-05-281-19/+19
* Merge from mainline.Paul Eggert2011-04-251-1/+1
|\
| * Repair the MSDOS build following latest changes.Eli Zaretskii2011-04-241-1/+1
* | * lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE.Paul Eggert2011-04-251-1/+1
* | lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert2011-04-251-1/+1
|/
* * xfaces.c (USG, __TIMEVAL__): Likewise.Paul Eggert2011-04-161-0/+2
* Fix link errors in the Mac OS build that were caused by variables being marke...Ben Key2011-04-141-4/+8
* Undo the DEFUN->DEFUE change.Paul Eggert2011-04-131-4/+4
* * font.c, fontset.c: Make symbols static if they're not exported.Paul Eggert2011-04-131-1/+1
* * xfaces.c: Make symbols static if they're not exported.Paul Eggert2011-04-111-25/+7
* font.c: Make copy_font_spec and merge_font_spec ordinary C functions.Paul Eggert2011-04-101-3/+3
* Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert2011-04-101-25/+32
* Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-101-4/+4
* * xfaces.c (realize_named_face): Remove vars that are set but not used.Paul Eggert2011-04-011-14/+8
* Merge changes from emacs-23 branchChong Yidong2011-03-191-1/+1
|\
| * src/xfaces.c (Fx_load_color_file): Read color file from absolute filename.Juanma Barranquero2011-03-171-1/+1
* | * xfaces.c (STRDUPA, LSTRDUPA, FONT_POINT_SIZE_QUANTUM): Remove; not used.Paul Eggert2011-03-081-14/+2
* | * xfaces.c (Fx_list_fonts): Mark variable that gcc -WuninitializedPaul Eggert2011-03-081-1/+1
* | * xfaces.c (free_realized_faces_for_fontset): Remove; not used.Paul Eggert2011-03-081-39/+0
* | * xfaces.c (tty_defined_color, merge_face_heights): Now static.Paul Eggert2011-03-081-2/+2
* | * xfaces.c (clear_face_cache, Fx_list_fonts, Fface_font): RenamePaul Eggert2011-03-081-14/+13
* | Change B_ to BVARTom Tromey2011-02-161-1/+1
* | Hide implementation of `struct buffer'Tom Tromey2011-02-141-1/+1
* | Merge from emacs-23; up to 2010-05-26T14:19:15Z!monnier@iro.umontreal.ca.Glenn Morris2011-02-051-2/+2
|\ \ | |/
| * Doc fixes related to face heights. (Bug#2659)Glenn Morris2011-02-021-2/+2
* | xstrcasecmp: conform to C89 pointer rulesPaul Eggert2011-02-051-15/+17
* | Use SSDATA when the context wants char *.Paul Eggert2011-01-301-12/+12
* | Refill some long/short copyright headers.Glenn Morris2011-01-261-2/+1
* | Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* | Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.Paul Eggert2011-01-221-3/+2
* | Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-56/+9
* | Refill some copyright headers.Glenn Morris2011-01-151-1/+3
* | Merge from emacs-23Stefan Monnier2011-01-141-4/+2
|\ \ | |/
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | * src/xfaces.c (lookup_face): Make static.Andreas Schwab2010-11-201-1/+1
* | Remove duplicate definition of tty-defined-color-alist.Glenn Morris2010-10-231-5/+6
* | Fix missing prototypes for HAVE_NS (caused crash) and vrious warnings.Jan D2010-08-061-7/+4
* | Remove extern declarations in .c files, .h files have them.Dan Nicolaescu2010-08-051-8/+0
* | Remove extern declarations from .c files, and them to .h files.Dan Nicolaescu2010-07-281-2/+0
* | Use const, move declarations to header files.Dan Nicolaescu2010-07-261-6/+6
* | * w32fns.c, xfaces.c: Remove obsolete static declarations.Juanma Barranquero2010-07-231-1/+0
* | Convert some more functions to standard C.Juanma Barranquero2010-07-201-7/+2