aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; Spelling fixesPaul Eggert2019-12-103-6/+6
* Just use size_t for emacs_limb_tPaul Eggert2019-12-101-17/+7
* Fix XBM files on NS (bug#26133)Alan Third2019-12-103-6/+17
* Fix mouse-position on macOS (bug#4892)Alan Third2019-12-101-14/+38
* Simplify call to add-to-history in read_minibufFederico Tedin2019-12-101-19/+10
* Spelling fixesPaul Eggert2019-12-095-22/+22
* Fix fallout from fixing bug#37782Eli Zaretskii2019-12-071-3/+3
* Fix set-marker when the position is larger than the largest bufferEli Zaretskii2019-12-061-1/+12
* Another fix for :extend when :inherit is usedEli Zaretskii2019-12-051-5/+25
* Make HIST arg of read-from-minibuffer work with buffer-local varsFederico Tedin2019-12-051-2/+18
* Pacify GCC 9.2.1 with recent module changesPaul Eggert2019-12-041-2/+1
* Fix small bugs introduced in commit 096be9c454Philipp Stephani2019-12-052-3/+3
* Use new function encode_string_utf_8 for the module API, tooPhilipp Stephani2019-12-041-7/+16
* * src/emacs-module.c: Add a few more restrictions for emacs-module.hPhilipp Stephani2019-12-041-0/+5
* Change module interface to no longer use GMP objects directly.Philipp Stephani2019-12-043-27/+151
* Fix incorrect GTK menus on HiDPI monitors with scaling factor > 1Tobias Bading2019-12-032-3/+7
* Fix typo in populating otf_capability method for HarfBuzzYAMAMOTO Mitsuharu2019-12-034-4/+4
* * 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