aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* * src/lread.c (syms_of_lread): Doc fix.Juanma Barranquero2019-11-301-2/+2
* Fix image scaling with masks (bug#38109)Alan Third2019-11-292-52/+106
* Stop signaling an error when reading "smart quotes" in symbolsNoam Postavsky2019-11-284-37/+1
* Allow disabling the BPA part of bidi reorderingEli Zaretskii2019-11-282-1/+9
* Support wlan in network-interface-list on pre-Vista WindowsRobert Pluim2019-11-281-2/+17
* ; Fix recent change in w32.cEli Zaretskii2019-11-271-10/+9
* Mouse rectangular region selection (bug#38013)Mattias Engdegård2019-11-271-0/+12
* Fine-grained NS modifier key settings (bug#38296)Mattias Engdegård2019-11-271-48/+102
* message uses minibuffer-message in the active minibuffer (bug#17272 bug#19064)Juri Linkov2019-11-271-0/+56
* Allow recursive minibuffers for yes-or-no-p and y-or-n-p (bug#17272 bug#19064)Juri Linkov2019-11-271-2/+5
* Support ':extend' in faces defined by list of key/value pairsEli Zaretskii2019-11-261-9/+99
* Fix MS-Windows build with mingw.org's MinGWEli Zaretskii2019-11-261-1/+79
* Extend network-interface-list to return IPv6 and network infoRobert Pluim2019-11-263-61/+343
* Fix face merging when some have :extend non-nil and some are inheritedEli Zaretskii2019-11-251-55/+55
* Add eassert check for bad default facePaul Eggert2019-11-231-2/+2
* Port gnutls.c to --enable-gcc-warnings --without-gnutlsPaul Eggert2019-11-231-41/+41
* Fix cursor display at EOL before extended faceEli Zaretskii2019-11-231-3/+6
* Fix and speed up en/decoding of UTF-8 stringsEli Zaretskii2019-11-233-82/+125
* Fix file notifications on macOSEli Zaretskii2019-11-211-2/+2
* * src/sysdep.c: Improve comment wording.Paul Eggert2019-11-201-1/+1
* Make .pdmp file more reproduciblePaul Eggert2019-11-193-6/+8
* Remember the full GTK font descriptionRobert Pluim2019-11-191-2/+13
* ; Fix previous commitRobert Pluim2019-11-181-1/+1
* Check for HAVE_GTK3 instead of a specific versionRobert Pluim2019-11-181-2/+2
* Handle FC_CHARCELL in xftfont_openLars Ingebrigtsen2019-11-171-0/+3
* Support more font weight values on MS-WindowsEli Zaretskii2019-11-171-2/+5
* Fix display of R2L textEli Zaretskii2019-11-161-6/+10
* Do not report move frame events for tooltip frames (Bug#38213)Martin Rudalics2019-11-162-2/+4
* Port new float-scaling code to SolarisPaul Eggert2019-11-151-4/+1
* Port hexdigit init to non-GCC + pdumperPaul Eggert2019-11-152-23/+11
* Improve documentation of 'add-variable-watcher'Eli Zaretskii2019-11-151-2/+3
* Fix a recent change in xdisp.cEli Zaretskii2019-11-151-3/+0
* Handle weird cases like (ceil 0 0.0)Paul Eggert2019-11-141-9/+20
* Fix byte-counting error in ‘format’Paul Eggert2019-11-141-3/+3
* In Cairo builds, omit some unnecessary functionsPaul Eggert2019-11-143-2/+17
* 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