summaryrefslogtreecommitdiff
path: root/src/xfaces.c
Commit message (Expand)AuthorAge
* Update copyright notices for 2013.Paul Eggert2013-01-01
* Fixes related to face underliningGlenn Morris2012-11-14
* Make unused variable font-list-limit obsolete, and move it out of C.Chong Yidong2012-10-23
* Port to OpenBSD 5.1.Paul Eggert2012-10-20
* Merge from trunkDaniel Colascione2012-10-07
|\
| * Prefer plain 'static' to 'static inline'.Paul Eggert2012-09-30
| * image.c, indent.c: Use bool for booleans.Paul Eggert2012-09-24
| * 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
| * Prefer assignment to memcpy when either will do.Paul Eggert2012-09-11
| * Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-04
| * Clean up some extern decls.Paul Eggert2012-09-02
* | Implement cygw32Daniel Colascione2012-09-17
|/
* Refactor window-system configurationDaniel Colascione2012-08-31
* Avoid direct writes to contents member of struct Lisp_Vector.Dmitry Antipov2012-08-21
* * frame.h (FSET): Remove (Bug#12215).Paul Eggert2012-08-17
* Allow face-remapping using :font, and use it in mouse-appearance-menu.Chong Yidong2012-08-17
* Use ASCII tests for character types.Paul Eggert2012-08-16
* Extract better font information from the GTK >= 3.2 font chooser.Chong Yidong2012-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
* Remove unnecessary casts involving pointers.Paul Eggert2012-08-03
* * xfaces.c (face_for_overlay_string): Remove unused local.Paul Eggert2012-08-02
* * xfaces.c: Don't assume buffer size fits in 'int'.Paul Eggert2012-08-02
* * xfaces.c (face_at_buffer_position): Remove unused local.Paul Eggert2012-08-02
* Use "ASET (a, i, v)" rather than "AREF (a, i) = v".Paul Eggert2012-08-01
* Use INTERNAL_FIELD for windows.Dmitry Antipov2012-08-01
* Generalize INTERNAL_FIELD between buffers, keyboards and frames.Dmitry Antipov2012-07-31
* Convert safe_call to use variable number of arguments.Dmitry Antipov2012-07-30
* Optimize pure C strings initialization.Dmitry Antipov2012-07-10
* Improve static checking when configured --with-ns.Paul Eggert2012-07-07
* Use c_strcasecmp for ASCII case-insensitive comparison.Paul Eggert2012-07-06
* More xmalloc and related cleanup.Paul Eggert2012-07-05
* Cleanup xmalloc.Dmitry Antipov2012-07-05
* * configure.in: Add glyphs category to --enable-checking option.Dmitry Antipov2012-06-28
* Generalize run-time debugging checks.Dmitry Antipov2012-06-28
* * configure.in (AC_CHECK_FUNCS): Detect library functionsDmitry Antipov2012-06-25
* Implement wave-style variant of underlining.Alp Aker2012-06-16
* Add support for italic text on ttys.Chong Yidong2012-06-10
* * xfaces.c (face_for_overlay_string): Handle face remapping.Chong Yidong2012-06-09
* Merge from trunk.Paul Eggert2012-04-09
|\
| * Remove * characters from the front of variable docstrings.Chong Yidong2012-04-09
| * Updates to Display chapter of Lisp manual.Chong Yidong2012-03-21
* | Merge from trunk.Paul Eggert2012-02-10
|\|
| * Comment fix.Glenn Morris2012-02-06
* | Merge from trunk.Paul Eggert2012-01-09
|\|