summaryrefslogtreecommitdiff
path: root/src/composite.c
Commit message (Expand)AuthorAgeFilesLines
* More macro renamings for bignumTom Tromey2018-08-071-30/+30
* Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-49/+49
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* ; * src/composite.c (Fclear_composition_cache): Fix last change.Eli Zaretskii2017-10-151-1/+1
* Improve customization of arabic-shaper-ZWNJ-handling.K. Handa2017-10-151-0/+15
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Pacify --enable-gcc-warnings --with-x-toolkit=noPaul Eggert2017-05-171-1/+1
* Fix a few integer-overflow glitchesPaul Eggert2017-02-101-47/+42
* Fix compilation --without-xEli Zaretskii2017-01-021-2/+3
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Port to ISO/IEC TS 18661-1:2014Paul Eggert2016-09-131-4/+4
* | Improve --without-x GCC pacificationPaul Eggert2016-06-221-6/+0
* | Fix compiler warnings in no-window-system-buildKen Brown2016-06-201-0/+4
* | Replace IF_LINT by NONVOLATILE and UNINITPaul Eggert2016-06-081-1/+2
|/
* Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Include-file cleanup for src directoryPaul Eggert2015-10-201-2/+1
* Give names to Unicode code points in C codePaul Eggert2015-08-111-1/+1
* Fix display when a font claims large values of ascent and descentEli Zaretskii2015-06-061-2/+4
|\
| * Fix display of composite characters with large fontsEli Zaretskii2015-05-301-2/+4
* | Remove unused DEFSYMsPaul Eggert2015-05-311-1/+0
|/
* Count MANY function args more reliablyPaul Eggert2015-01-251-28/+10
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-4/+0
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Merge from origin/emacs-24Fabián Ezequiel Gallina2014-12-271-1/+2
|\
| * Fix rendering of composed caharacters on the mode line. (Bug#19435)Eli Zaretskii2014-12-251-1/+2
* | Cleanup terminal handling code.Dmitry Antipov2014-10-141-1/+1
* | Pacify --enable-gcc-warnings when no window system is used.Paul Eggert2014-09-101-15/+10
* | Consistently use validate_subarray to verify substring.Dmitry Antipov2014-06-251-21/+14
* | * fileio.c (Fread_file_name): Do not pass redundant args and ...Dmitry Antipov2014-06-171-15/+16
|/
* * composite.c (fill_gstring_header): Pass positions as C integersDmitry Antipov2014-02-131-33/+31
* composite.c (composition_update_it): Fix previous change.Kenichi Handa2014-01-191-1/+1
* composite.c (composition_update_it): Fix indexing of LGSTRING_CHAR (Bug#15984).Kenichi Handa2014-01-131-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* src/composite.c (composition_reseat_it): Fix a typo in a comment.Eli Zaretskii2013-12-021-1/+1
* Port to stricter C99 platforms.Paul Eggert2013-11-031-1/+1
* * lisp.h (eassume): New macro.Paul Eggert2013-10-101-1/+0
* Use union for the payload of struct Lisp_Vector.Dmitry Antipov2013-09-241-1/+1
* Add set operations for bool-vector.Daniel Colascione2013-09-221-1/+1
* A simpler, centralized INLINE.Paul Eggert2013-09-201-2/+0
* * composite.h: Minor fixups.Paul Eggert2013-08-031-1/+1
* Do not use global Lisp_Object in composition macros.Dmitry Antipov2013-08-031-15/+11
* Drop FRAME_PTR typedef.Dmitry Antipov2013-08-031-1/+1
* Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert2013-07-151-9/+4
* * composite.c (get_composition_id, fill_gstring_header):Dmitry Antipov2013-03-051-2/+2
* * composite.c (fill_gstring_header): Remove useless prototype.Dmitry Antipov2013-02-151-5/+2
* * font.c (font_range): Add pos_byte argument. Adjust commentDmitry Antipov2013-02-131-9/+5
* * lisp.h (make_uninit_vector): New function.Dmitry Antipov2013-02-081-1/+1
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+1
|\