aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Handle `make-process' in Tramp and ange-ftpMichael Albinus2018-12-231-1/+1
* Add file name handler support for 'make-process' (Bug#28691)Philipp Stephani2018-12-221-0/+17
* Use "file name handler" consequentlyMichael Albinus2018-12-226-54/+55
* Minor fixes/simplifications to time functionsPaul Eggert2018-12-191-1/+0
* * src/editfns.c (Finsert_char): Skip unnecessary fixnum check.Nicholas Drozd2018-12-191-1/+2
* Support (ash INTEGER BIGNUM)Paul Eggert2018-12-181-8/+21
* Assume ‘emacs’ is defined in Emacs-only codePaul Eggert2018-12-176-39/+5
* ; * src/macuvs.h: Regenerate with new header.Glenn Morris2018-12-151-1/+2
* Merge from origin/emacs-26Glenn Morris2018-12-155-7/+25
|\
| * Document font structure layout constraintsRobert Pluim2018-12-141-2/+4
| * Document font structure layout constraintsRobert Pluim2018-12-142-4/+6
| * Fix display of line numbers in empty lines beyond EOBEli Zaretskii2018-12-141-1/+4
| * Fix redisplay when a window's scroll bar or fringes are changedEli Zaretskii2018-12-111-0/+11
| * Fix cairo scrolling for side-by-side windowsAri Roponen2018-12-101-2/+3
* | Fix stray CHECK_FIXNUM_COERCE_MARKERPaul Eggert2018-12-131-1/+1
* | Simplify validate_interval_range and callersPaul Eggert2018-12-121-44/+16
* | set_text_properties_1 can assume START <= ENDPaul Eggert2018-12-121-18/+9
* | Fix regression in expand-file-name with drive-relative HOMEEli Zaretskii2018-12-121-0/+28
* | Fix bug when hashing reversed buffer regionsPaul Eggert2018-12-101-8/+11
* | Merge from origin/emacs-26Glenn Morris2018-12-102-64/+92
|\ \ | |/
| * ; * src/xterm.c (x_update_begin): Fix whitespace.Eli Zaretskii2018-12-081-1/+1
| * Fix scaling problem in Cairo buildsAri Roponen2018-12-081-4/+10
| * A few further fixes of window internals descriptionMartin Rudalics2018-12-031-60/+82
| * Revert "Revert "Fix infloop in GC mark_kboards""Eli Zaretskii2018-12-021-1/+6
| * Revert "Fix infloop in GC mark_kboards"Eli Zaretskii2018-12-021-6/+1
| * Fix infloop in GC mark_kboardsPaul Eggert2018-12-011-1/+6
* | Remove CHECK_FIXNUM_CAR etc.Paul Eggert2018-12-094-60/+15
* | Add make_vector and make_nil_vectorPaul Eggert2018-12-0935-246/+195
* | * src/alloc.c (VECTOR_ELTS_MAX): Make sure it’s signed.Paul Eggert2018-12-081-3/+4
* | Port VECTOR_ELTS_MAX to older GCC etc.Paul Eggert2018-12-081-4/+7
* | Streamline and fix vector-size checksPaul Eggert2018-12-083-50/+57
* | Suppress WebKitGTK+ 2.21.1 diagnosticsPaul Eggert2018-12-081-0/+8
* | Fix integer overflow in oversize vectorsPaul Eggert2018-12-081-5/+4
* | * src/alloc.c (allocate_vectorlike): Simplify.Paul Eggert2018-12-081-4/+2
* | Fix the value of default-directory upon startup on MS-WindowsEli Zaretskii2018-12-073-35/+43
* | struct image_type layout is private to image.cPaul Eggert2018-12-062-28/+27
* | Fix WINDOWSNT/DOS_NT buildEli Zaretskii2018-12-031-1/+1
* | Use tcdrain, not fdatasync, to drain ttysPaul Eggert2018-12-022-6/+5
* | Merge from origin/emacs-26Glenn Morris2018-12-021-2/+2
|\ \ | |/
| * Fix macOS run-time feature checkAlan Third2018-12-011-2/+2
| * Fix core dump in dbus-message-internalPaul Eggert2018-11-301-1/+1
* | Fix infloop in GC mark_kboardsPaul Eggert2018-11-301-109/+72
* | Convert NS face colors to RGBA when comparing with frame valuesRobert Pluim2018-11-304-3/+24
* | Merge from origin/emacs-26Glenn Morris2018-11-283-0/+11
|\ \ | |/
| * Don't call xwidget functions until GTK has been initializedRobert Pluim2018-11-273-0/+11
| * Set tooltip text color (bug#33452)Alan Third2018-11-251-3/+5
* | Merge from origin/emacs-26Glenn Morris2018-11-282-73/+91
|\ \ | |/
| * Fix more drawing bugs in NS port (bug#32932)Alan Third2018-11-252-73/+91
* | Fix core dump in dbus-message-internalPaul Eggert2018-11-271-1/+1
* | Merge from origin/emacs-26Glenn Morris2018-11-202-18/+18
|\ \ | |/