summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Fix infloop in GC mark_kboardsPaul Eggert2018-12-011-1/+6
* Fix macOS run-time feature checkAlan Third2018-12-011-2/+2
* Fix core dump in dbus-message-internalPaul Eggert2018-11-301-1/+1
* 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
* Fix more drawing bugs in NS port (bug#32932)Alan Third2018-11-252-73/+91
* ; * src/window.c (window_scroll): Improve commentary.Eli Zaretskii2018-11-191-2/+2
* Improve documentation of the window treeEli Zaretskii2018-11-191-4/+8
* Fix window scrolling on TTY frames when there's no mode lineEli Zaretskii2018-11-191-12/+8
* * src/coding.c (Fcheck_coding_systems_region): Doc fix. (Bug#33372)Eli Zaretskii2018-11-141-9/+9
* Avoid kill-emacs-hook errors hanging batch modeGlenn Morris2018-11-121-1/+4
* Work around dumping bug on GNU/Linux ppc64lePaul Eggert2018-11-111-0/+2
* * src/data.c (Ftype_of): xwidget objects are possible! (bug#33294)Stefan Monnier2018-11-092-5/+7
* Fix call to GlobalMemoryStatusEx in w32.cEli Zaretskii2018-11-061-0/+1
* Avoid crashes with remapped default face in Org modeEli Zaretskii2018-11-021-1/+8
* Refer to bytecode constant vectors (Bug#33014)Paul Eggert2018-10-301-0/+1
* Improve doc string of 'call-process'Eli Zaretskii2018-10-301-8/+13
* Improve XPM load failure message (bug#33126)Alan Third2018-10-251-1/+1
* Fix some NS drawing issues (bug#32932)Alan Third2018-10-241-43/+37
* Clarify documentation of fractional vertical scrolling and some doc stringsAlan Mackenzie2018-10-151-0/+4
* Fix redisplay of glyphless charactersEli Zaretskii2018-10-132-4/+11
* Call GTK functions only on GTK scrollbarsRobert Pluim2018-10-131-1/+2
* Use the 'line-number' face for line-number fields past EOBEli Zaretskii2018-10-131-24/+34
* Ensure NS frame is redrawn correctly after scrollAlan Third2018-10-121-0/+1
* ; * src/data.c (Fkeywordp): Remove inaccurate commentary. (Bug#32979)Eli Zaretskii2018-10-081-2/+0
* Fix overflow lockup with frames > 255 linesScott Corley2018-10-071-3/+3
* Avoid assertion violations in nonsensical calls to 'signal'Eli Zaretskii2018-10-071-1/+4
* Avoid ridiculously high stack limit requests on macOSEli Zaretskii2018-10-041-4/+6
* Improve documentation of 'read-hide-char'Charles A. Roelli2018-10-031-2/+5
* Avoid returning early in 'while-no-input' due to subprocessesEli Zaretskii2018-09-291-0/+3
* Cleanup when opening a new terminal fails. (Bug#32794)John Shahid2018-09-293-1/+10
* Fix deprecation warningAlan Third2018-09-281-1/+15
* Make all NS drawing be done from drawRectAlan Third2018-09-281-391/+376
* ; Spellcheck two more documentation stringsCharles A. Roelli2018-09-251-1/+1
* More accurate docs for 'text-char-description'Eli Zaretskii2018-09-201-1/+2
* Fix GnuTLS test suite with GnuTLS versions 3.4.xEli Zaretskii2018-09-181-2/+2
* Fix build with gnutls versions 3.0 to 3.2 (Bug#32446)Noam Postavsky2018-09-171-4/+45
* * src/alloc.c (Fbool_vector, Flist, Fvector): Doc tweak.Glenn Morris2018-09-151-4/+4
* * src/alloc.c (vector): Fix grammatical error in doc string: "are" -> "is".Alan Mackenzie2018-09-151-1/+1
* Avoid adverse side effects of fixing bug#21824Eli Zaretskii2018-09-151-18/+6
* Clarify documentation of functions reading character eventsEli Zaretskii2018-09-102-13/+24
* * src/process.c (connect_network_socket): Fix memory leak. (Bug#32604)YAMAMOTO Mitsuharu2018-09-071-7/+11
* Don't call XGetGeometry for frames without outer X window (Bug#32615)Martin Rudalics2018-09-041-1/+1
* Rename thread-alive-p to thread-live-pMichael Albinus2018-08-311-7/+10
* Avoid infinite hscrolling loops when line numbers are displayedEli Zaretskii2018-08-281-8/+12
* Avoid crashes in malformed defvarEli Zaretskii2018-08-281-1/+1
* Fix detection of freed emacs_values (Bug#32479)Sergey Vinokurov2018-08-251-4/+4
* Avoid crashes with very wide TTY frames on MS-WindowsEli Zaretskii2018-08-251-4/+26
* Update GNOME bugtracker URLsGlenn Morris2018-08-244-5/+5
* Port better to x86 -fexcess-precision=fastPaul Eggert2018-08-131-14/+29