summaryrefslogtreecommitdiff
path: root/src/fontset.c
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* Separate read and write access to Lisp_Object slots of struct frame.Dmitry Antipov2012-08-061-1/+1
* Generalize common compile-time constants.Dmitry Antipov2012-08-051-3/+3
* Use INTERNAL_FIELD for windows.Dmitry Antipov2012-08-011-1/+1
* Fix some of the breakage introduced with 2012-07-31T12:36:19Z!dmantipov@yande...Eli Zaretskii2012-07-311-1/+2
* * coding.c (Fdefine_coding_system_internal): Use XCAR/XCDR insteadAndreas Schwab2012-07-111-1/+1
* Avoid calls to strlen in font processing functions.Dmitry Antipov2012-07-111-1/+1
* Use XCAR and XCDR instead of Fcar and Fcdr where possible.Dmitry Antipov2012-07-101-1/+1
* Optimize pure C strings initialization.Dmitry Antipov2012-07-101-2/+2
* More xmalloc and related cleanup.Paul Eggert2012-07-051-6/+4
* * configure.in: Add glyphs category to --enable-checking option.Dmitry Antipov2012-06-281-5/+2
* Generalize run-time debugging checks.Dmitry Antipov2012-06-281-24/+15
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-161-1/+1
* Merge from trunk.Paul Eggert2012-04-091-1/+1
|\
| * Remove * characters from the front of variable docstrings.Chong Yidong2012-04-091-1/+1
* | Merge from trunk.Paul Eggert2012-01-091-1/+1
|\ \ | |/
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* | Merge from trunk.Paul Eggert2011-12-141-1/+1
|\ \ | |/
| * Spelling fixes.Paul Eggert2011-12-111-1/+1
* | Merge from trunk.Paul Eggert2011-12-101-4/+4
|\ \ | |/
| * Spelling fixes.Paul Eggert2011-12-041-1/+1
| * Spelling fixes.Paul Eggert2011-11-221-1/+1
| * Spelling fixes.Paul Eggert2011-11-191-1/+1
| * Spelling fixes.Paul Eggert2011-11-191-1/+1
* | Merge from trunk.Paul Eggert2011-11-181-3/+3
|\ \ | |/
| * Spelling fixes.Paul Eggert2011-11-141-1/+1
| * Fix typos.Juanma Barranquero2011-11-141-1/+1
| * Spelling fixes.Paul Eggert2011-11-131-1/+1
* | * fontset.c (reorder_font_vector): Fix min/MIN typo.Paul Eggert2011-09-211-1/+1
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-211-8/+10
|/
* * fontset.c (num_auto_fontsets): Now printmax_t, not int.Paul Eggert2011-08-291-3/+3
* Merge from emacs-23 branchChong Yidong2011-08-091-2/+6
|\
| * * fontset.c (fontset_get_font_group): Add proper type checks.Andreas Schwab2011-07-261-2/+6
* | * fontset.c (dump_fontset) [FONTSET_DEBUG]: Declare EXTERNALLY_VISIBLEPaul Eggert2011-08-031-0/+2
* | * character.h (CHAR_VALID_P): Remove unused parameter.Paul Eggert2011-06-121-1/+1
* | Check for overflow when converting integer to cons and back.Paul Eggert2011-06-061-7/+1
* | [ChangeLog]Paul Eggert2011-05-281-2/+0
* | Undo the DEFUN->DEFUE change.Paul Eggert2011-04-131-2/+2
* | * font.c, fontset.c: Make symbols static if they're not exported.Paul Eggert2011-04-131-1/+5
* | font.c: Make copy_font_spec and merge_font_spec ordinary C functions.Paul Eggert2011-04-101-2/+2
* | Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-101-2/+2