aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unneeded font_is_ignored prototypeRobert Pluim2019-11-141-4/+0
* ; Add explanation for face-ignored-fonts defaultsRobert Pluim2019-11-141-2/+3
* ; * src/font.h (font_is_ignored): Add prototype to avoid warnings.Eli Zaretskii2019-11-141-0/+1
* Make GTK font chooser respect face-ignored-fontsRobert Pluim2019-11-143-14/+45
* Fix double-rounding bug in ceiling etc.Paul Eggert2019-11-133-67/+52
* Refactor bignum multiplication, exponentiationPaul Eggert2019-11-133-74/+84
* Refactor double integer scalingPaul Eggert2019-11-133-22/+29
* Add "Noto Color Emoji" to face-ignored-fontsRobert Pluim2019-11-131-3/+7
* Make sure buffer is live before retrieving underline properties (Bug#38038)Martin Rudalics2019-11-124-29/+41
* Run scroll/recenter commands from minibuffer in original window (bug#38076)Juri Linkov2019-11-091-2/+2
* Fix case-insensitive completion of buffer namesEli Zaretskii2019-11-091-5/+10
* Fix unresponsive Help menu in macOSNick Helm2019-11-091-8/+16
* Fix some quoting glitches in doc stringsPaul Eggert2019-11-083-6/+6
* Ensure building and running on non-IPv6 capable hosts worksRobert Pluim2019-11-081-8/+16
* Handle case where a face's :extend attribute is unspecified (Bug#37774)Jimmy Aguilar Mena2019-11-081-4/+10
* Describe IPv6 format in docstring for 'make-network-process'Robert Pluim2019-11-071-0/+2
* Simplify fixnum division slightlyPaul Eggert2019-11-061-4/+6
* Remove unneeded overflow check in integer divisionPaul Eggert2019-11-051-4/+3
* Overflow errors are range errorsPaul Eggert2019-11-041-2/+2
* Don’t signal overflow for (expt 1 bignum)Paul Eggert2019-11-041-6/+21
* Fix last change in dired.cEli Zaretskii2019-11-041-2/+2
* Fix English grammar in some doc strings and commentsStephen Gildea2019-11-035-12/+12
* Fix case-insensitive completion of non-ASCII file namesEli Zaretskii2019-11-031-35/+66
* ; * src/font.c (Ffont_info): Minor fix of doc string.Eli Zaretskii2019-11-031-1/+3
* describe-font/font-info works with unloaded fontsLars Ingebrigtsen2019-11-031-3/+1
* Fix data-directory when executing from an out-of-source buildÓscar Fuentes2019-11-021-1/+1
* Fix insert-file-contents file error regressionPaul Eggert2019-10-311-3/+2
* Prevent text flicker with macOS input methods (bug#23412)Alan Third2019-10-311-3/+5
* Fix bug with lock file on nonstandard filesystemPaul Eggert2019-10-301-1/+7
* Fix print.c infloop on circular listsPaul Eggert2019-10-301-35/+27
* Fix keyboard.c infloops on circular listsPaul Eggert2019-10-301-46/+39
* Fix fileio.c infloops on circular listsPaul Eggert2019-10-301-10/+7
* Revert "Move description of value to syntax-ppss function."Lars Ingebrigtsen2019-10-301-1/+19
* Move description of value to syntax-ppss function.Lars Ingebrigtsen2019-10-301-19/+1
* Optimize conditional recursive merge face.Jimmy Aguilar Mena2019-10-291-2/+7
* Fix extend face in gui interfaces.Jimmy Aguilar Mena2019-10-291-16/+14
* Fix inherited :extend attribute in faces.Jimmy Aguilar Mena2019-10-291-25/+46
* Replay key if kboard is interrupted while initializing (Bug#37782)memeplex2019-10-261-1/+10
* Remove redundant initialization of fringe bitmap (Bug#37756)memeplex2019-10-261-1/+0
* Fix recent changes in documentationEli Zaretskii2019-10-221-1/+1
* Make text-properties-at mention describe-text-propertiesLars Ingebrigtsen2019-10-221-1/+4
* ; Add commentary to w32inevt.cEli Zaretskii2019-10-211-0/+6
* Add a way to disable substitution of command keys in help stringsClément Pit-Claudel2019-10-201-3/+20
* Avoid fixnum round trip in prefix-numeric-valuePaul Eggert2019-10-201-1/+1
* lisp/*.el: Fix typos and improve some docstringsJuanma Barranquero2019-10-202-2/+2
* A better fix for tab-line mouse highlight on TTY framesEli Zaretskii2019-10-192-20/+10
* Pacify x86 GCC 9 in tab bar codePaul Eggert2019-10-181-13/+9
* Generalize list1i etc. to all signed integer typesPaul Eggert2019-10-181-9/+8
* Fix integer-overflow bug in Time conversionPaul Eggert2019-10-182-4/+5
* Fix mouse highlight with tab-line on TTY framesEli Zaretskii2019-10-182-2/+19