summaryrefslogtreecommitdiff
path: root/src/fontset.c
Commit message (Expand)AuthorAgeFilesLines
* Fixes: debbugs:20156Jan D2015-03-221-1/+1
* Use bool for boolean in xfaces.cPaul Eggert2015-01-261-1/+1
* Count MANY function args more reliablyPaul Eggert2015-01-251-9/+6
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-5/+0
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Let charset tick grow past USHRT_MAXPaul Eggert2014-12-201-3/+4
* * fontset.c (toplevel): Adjust comment to match 2014-06-19 change.Dmitry Antipov2014-10-301-15/+11
* Use AUTO_CONS instead of SCOPED_CONS, etc.Paul Eggert2014-09-301-5/+5
* Simplify stack-allocated Lisp objects, and make them more portable.Paul Eggert2014-09-291-1/+1
* Keep stack-allocated Lisp objects fast rather than versatile.Dmitry Antipov2014-09-291-1/+0
* Fix local_cons etc. to not exhaust the stack when in a loop.Paul Eggert2014-09-241-0/+1
* More and more stack-allocated Lisp objects if USE_LOCAL_ALLOCATORS.Dmitry Antipov2014-09-181-1/+1
* If USE_LOCAL_ALLOCATORS, allocate some Lisp objects on stack.Dmitry Antipov2014-09-151-1/+1
* Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert2014-09-071-6/+10
* Merge from emacs-24; up to 2014-06-28T23:35:17Z!rgm@gnu.orgGlenn Morris2014-08-101-0/+4
|\
| * Fix bug #18162 with assertion violations due to empty face cache.Eli Zaretskii2014-08-071-0/+4
* | Minor cleanup of fonset code.Dmitry Antipov2014-06-191-28/+11
|/
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* * dispextern.h (FACE_SUITABLE_FOR_CHAR_P): Remove unused macro.Dmitry Antipov2013-12-121-31/+9
* Port to stricter C99 platforms.Paul Eggert2013-11-031-1/+1
* Add pre-redisplay-function and rectangular regionStefan Monnier2013-10-291-1/+1
* Use union for the payload of struct Lisp_Vector.Dmitry Antipov2013-09-241-1/+1
* * fontset.c, window.c, xdisp.c (toplevel): Use TERM_HEADER.Dmitry Antipov2013-09-051-10/+3
* * fontset.c (face_for_char): Check char in the current face font firstJan Djärv2013-09-011-0/+13
* Drop FRAME_PTR typedef.Dmitry Antipov2013-08-031-10/+11
* Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert2013-07-151-9/+9
* Get rid of some platform-specific functions examining windowDmitry Antipov2013-04-071-3/+2
* Consistently use platform-specific function to detect window system.Dmitry Antipov2013-04-051-6/+2
* * lisp.h (make_uninit_vector): New function.Dmitry Antipov2013-02-081-2/+3
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+1
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* | Merge from emacs-24; up to 2012-11-20T20:06:17Z!monnier@iro.umontreal.caGlenn Morris2012-11-261-0/+2
|\ \ | |/
| * Don't crash if internal-char-font is called on non-GUI frames.Eli Zaretskii2012-11-261-0/+2
* | Widely used frame validity and checking functions.Dmitry Antipov2012-11-061-6/+3
|/
* Merge from trunkDaniel Colascione2012-10-071-2/+2
|\
| * Simplify and avoid signal-handling races.Paul Eggert2012-09-231-2/+2
* | Merge from trunkDaniel Colascione2012-09-171-19/+10
|\ \ | |/
| * Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+0
| * Use bool for booleans in font-related modules.Paul Eggert2012-09-061-18/+10
* | Implement cygw32Daniel Colascione2012-09-171-1/+1
|/
* * fontset.c (FONTSET_ADD): Return void, not Lisp_Object.Paul Eggert2012-08-221-6/+5
* Make recently-introduced setters macros.Paul Eggert2012-08-211-34/+58
* Setter macros for fontsets.Dmitry Antipov2012-08-211-38/+59
* * lisp.h (set_char_table_extras): Rename from char_table_set_extras.Paul Eggert2012-08-171-1/+1
* * lisp.h (CSET): Remove.Paul Eggert2012-08-171-1/+1
* Simple interface to set Lisp_Object fields of chararcter tables.Dmitry Antipov2012-08-161-2/+2
* Generalize and cleanup font subsystem checks.Dmitry Antipov2012-08-151-4/+2
* Drop WGET and revert read access to Lisp_Objects slots of struct window.Dmitry Antipov2012-08-071-1/+1
* Drop FGET and revert read access to Lisp_Objects slots of struct frame.Dmitry Antipov2012-08-071-1/+1
* Separate read and write access to Lisp_Object slots of struct window.Dmitry Antipov2012-08-061-1/+1