summaryrefslogtreecommitdiff
path: root/src/fontset.c
Commit message (Expand)AuthorAge
* Backport 20156 fix (stack corruption)Jan D2015-03-22
* Update copyright year to 2015Paul Eggert2015-01-01
* Fix bug #18162 with assertion violations due to empty face cache.Eli Zaretskii2014-08-07
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* * dispextern.h (FACE_SUITABLE_FOR_CHAR_P): Remove unused macro.Dmitry Antipov2013-12-12
* Port to stricter C99 platforms.Paul Eggert2013-11-03
* Add pre-redisplay-function and rectangular regionStefan Monnier2013-10-29
* Use union for the payload of struct Lisp_Vector.Dmitry Antipov2013-09-24
* * fontset.c, window.c, xdisp.c (toplevel): Use TERM_HEADER.Dmitry Antipov2013-09-05
* * fontset.c (face_for_char): Check char in the current face font firstJan Djärv2013-09-01
* Drop FRAME_PTR typedef.Dmitry Antipov2013-08-03
* Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert2013-07-15
* Get rid of some platform-specific functions examining windowDmitry Antipov2013-04-07
* Consistently use platform-specific function to detect window system.Dmitry Antipov2013-04-05
* * lisp.h (make_uninit_vector): New function.Dmitry Antipov2013-02-08
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-02
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-01
* | Merge from emacs-24; up to 2012-11-20T20:06:17Z!monnier@iro.umontreal.caGlenn Morris2012-11-26
|\|
| * Don't crash if internal-char-font is called on non-GUI frames.Eli Zaretskii2012-11-26
* | Widely used frame validity and checking functions.Dmitry Antipov2012-11-06
|/
* Merge from trunkDaniel Colascione2012-10-07
|\
| * Simplify and avoid signal-handling races.Paul Eggert2012-09-23
* | Merge from trunkDaniel Colascione2012-09-17
|\|
| * Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-15
| * Use bool for booleans in font-related modules.Paul Eggert2012-09-06
* | Implement cygw32Daniel Colascione2012-09-17
|/
* * fontset.c (FONTSET_ADD): Return void, not Lisp_Object.Paul Eggert2012-08-22
* Make recently-introduced setters macros.Paul Eggert2012-08-21
* Setter macros for fontsets.Dmitry Antipov2012-08-21
* * lisp.h (set_char_table_extras): Rename from char_table_set_extras.Paul Eggert2012-08-17
* * lisp.h (CSET): Remove.Paul Eggert2012-08-17
* Simple interface to set Lisp_Object fields of chararcter tables.Dmitry Antipov2012-08-16
* Generalize and cleanup font subsystem checks.Dmitry Antipov2012-08-15
* Drop WGET and revert read access to Lisp_Objects slots of struct window.Dmitry Antipov2012-08-07
* Drop FGET and revert read access to Lisp_Objects slots of struct frame.Dmitry Antipov2012-08-07
* Separate read and write access to Lisp_Object slots of struct window.Dmitry Antipov2012-08-06
* Separate read and write access to Lisp_Object slots of struct frame.Dmitry Antipov2012-08-06
* Generalize common compile-time constants.Dmitry Antipov2012-08-05
* Use INTERNAL_FIELD for windows.Dmitry Antipov2012-08-01
* Fix some of the breakage introduced with 2012-07-31T12:36:19Z!dmantipov@yande...Eli Zaretskii2012-07-31
* * coding.c (Fdefine_coding_system_internal): Use XCAR/XCDR insteadAndreas Schwab2012-07-11
* Avoid calls to strlen in font processing functions.Dmitry Antipov2012-07-11
* Use XCAR and XCDR instead of Fcar and Fcdr where possible.Dmitry Antipov2012-07-10
* Optimize pure C strings initialization.Dmitry Antipov2012-07-10
* More xmalloc and related cleanup.Paul Eggert2012-07-05
* * configure.in: Add glyphs category to --enable-checking option.Dmitry Antipov2012-06-28
* Generalize run-time debugging checks.Dmitry Antipov2012-06-28
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-16
* Merge from trunk.Paul Eggert2012-04-09
|\
| * Remove * characters from the front of variable docstrings.Chong Yidong2012-04-09