aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Port x_get_monitor_attributes_fallback to !HAVE_GTK3Paul Eggert2019-12-251-2/+0
* * src/pdumper.c (Fdump_emacs_portable): Reword error message.Philipp Stephani2019-12-241-1/+3
* Don’t allow portable dumping in interactive mode (Bug#38453).Philipp Stephani2019-12-241-0/+3
* Clarify base64 requirements and say what {en,de}code_coding_region doesLars Ingebrigtsen2019-12-242-2/+28
* * src/emacs-module.h.in: Add reference to manual.Philipp Stephani2019-12-241-0/+6
* Trivial docstring fixesJuanma Barranquero2019-12-241-1/+1
* imagemagick-types needs to initialize ImageMagickDhruva Krishnamurthy2019-12-231-8/+13
* Document and verify that emacs_limb_t doesn’t have padding bits.Philipp Stephani2019-12-231-0/+7
* Fix extension of underline, overline, and strike-through attributesJimmy Aguilar Mena2019-12-231-0/+3
* Fix documentation of implied frame resizing (Bug#38684)Martin Rudalics2019-12-231-5/+5
* Fix wording of recent documentation changesEli Zaretskii2019-12-221-8/+8
* Fix display of working text on NS (Bug#23412, Bug#1453)Masahiro Nakamura2019-12-221-4/+4
* Check if file is in iCloud drive (bug#38618)Alan Third2019-12-221-0/+11
* New variable set-message-function to show message at the end of the minibufferJuri Linkov2019-12-222-4/+53
* ;* src/process.c (read_process_output): Fix last change.Eli Zaretskii2019-12-211-1/+4
* Allow control of data amount read from subprocess in one chunkEli Zaretskii2019-12-211-5/+14
* Support setting OS names of threads on MS-WindowsEli Zaretskii2019-12-204-5/+91
* Fix face merging for display strings broken by a recent commitEli Zaretskii2019-12-162-5/+1
* Revert aa89c84e00d8dc85100e6fedab7631c415e6364d (bug#38457)Juri Linkov2019-12-161-56/+0
* Remove nothing from union output_dataPaul Eggert2019-12-143-4/+0
* Update documentation of pure-space overflowEli Zaretskii2019-12-141-2/+3
* Fix typo that broke GNU/Linux unexec buildPaul Eggert2019-12-131-1/+0
* xfaces.c: Silence spurious maybe-uninitialized compiler warningJuanma Barranquero2019-12-131-0/+1
* ; * src/emacs-module.h.in: Sort includes alphabetically.Philipp Stephani2019-12-131-1/+1
* A better fix for extension of overlay string's facesEli Zaretskii2019-12-132-20/+9
* ; * src/xdisp.c (face_at_pos): Fix last change.Eli Zaretskii2019-12-121-1/+2
* Avoid spurious warning about maybe-uninitialized variableJuanma Barranquero2019-12-121-1/+1
* Fix face extension of overlay strings on buffer text with facesEli Zaretskii2019-12-121-5/+19
* Avoid infloop in face merging due to bad face specEli Zaretskii2019-12-111-0/+2
* * src/xterm.c: Remove long-obsolete comments.Paul Eggert2019-12-111-5/+0
* Check for GUI frame in ns_color_index_to_rgbaRobert Pluim2019-12-111-7/+12
* ; 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