aboutsummaryrefslogtreecommitdiffstats
path: root/src/xfaces.c
Commit message (Expand)AuthorAgeFilesLines
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Spelling fixes.Paul Eggert2011-11-261-2/+2
* Spelling fixes.Paul Eggert2011-11-141-2/+2
* Fix typos.Juanma Barranquero2011-11-121-1/+1
* Whitespace changes.Juanma Barranquero2011-09-091-2/+2
* * xfaces.c (x_update_menu_appearance): Don't overrun bufferPaul Eggert2011-08-291-14/+21
* Merge from trunk.Paul Eggert2011-08-191-3/+12
|\
| * Avoid a crash in mouse-highlight of Speedbar frames.Eli Zaretskii2011-08-191-3/+12
* | Merge from trunk.Paul Eggert2011-08-141-57/+81
|\|
| * Follow variable naming conventionAndreas Schwab2011-08-141-6/+6
| * Whitespace cleanupAndreas Schwab2011-08-141-52/+76
| |
| \
*-. | Merge from trunk.Paul Eggert2011-08-131-1/+1
|\ \|
| | * * xfaces.c (Qframe_set_background_mode): Now static.Paul Eggert2011-08-131-1/+1
| |/
* | Adjust in response to jan.h.d's comments.Paul Eggert2011-08-041-24/+7
* | Merge from trunk.Paul Eggert2011-07-281-1/+2
|\|
| * Merge from trunk.Paul Eggert2011-07-271-1/+2
| |\
| | * Fix crash at startup under XASSERTS.Eli Zaretskii2011-07-241-1/+2
* | | * xfaces.c: Integer and memory overflow fixes.Paul Eggert2011-07-281-3/+11
|/ /
* / * xfaces.c (Fbitmap_spec_p): Fix integer overflow bug.Paul Eggert2011-07-121-4/+6
|/
* 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