aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | Work around dumping bug on GNU/Linux ppc64lePaul Eggert2018-11-111-0/+2
* | | Fix a thinko in fileio.cEli Zaretskii2018-11-141-1/+1
* | | Fix recent change in fileio.cEli Zaretskii2018-11-131-12/+14
* | | Act like POSIX sh if $HOME is relativePaul Eggert2018-11-135-73/+94
* | | Merge from origin/emacs-26Glenn Morris2018-11-123-5/+8
|\ \ \ | |/ /
| * | * 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
* | | maybe_disable_address_randomization always returns "int argc"Sam Steingold2018-11-121-1/+2
* | | Fix dumping on GNU/Linux ppc64lePaul Eggert2018-11-113-50/+53
* | | Pacify gcc -Wmaybe-uninitialized without X11-XCBPaul Eggert2018-11-111-1/+1
* | | Pacify gcc -Wunused-macros in older GnuTLSPaul Eggert2018-11-111-40/+44
* | | Dissociate controlling tty better on DarwinPaul Eggert2018-11-103-31/+24
* | | Fix last changeEli Zaretskii2018-11-102-16/+21
* | | src/editfns.c (group-name): New function.Jules Tamagnan2018-11-101-0/+16
* | | * src/xfaces.c (face_at_buffer_position): Adapt lookup_basic_face call.Glenn Morris2018-11-041-1/+1
* | | Merge from origin/emacs-26Glenn Morris2018-11-041-1/+8
|\ \ \ | |/ /
| * | 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
* | | A further fix for locally remapped fringe faceEli Zaretskii2018-11-041-0/+15
* | | Improve time error reportingPaul Eggert2018-11-031-53/+49
* | | Allow the fringe face to be remapped locally in a bufferEli Zaretskii2018-11-032-0/+9
* | | * src/data.c (Ffset): Don't signal gratuitous errorsStefan Monnier2018-11-021-1/+3
* | | Merge from origin/emacs-26Glenn Morris2018-10-311-8/+13
|\ \ \ | |/ /
| * | Improve doc string of 'call-process'Eli Zaretskii2018-10-301-8/+13
* | | Improve fix for Bug#33014Paul Eggert2018-10-302-5/+3
* | | Keep a stack reference to bytecode objects being executed (Bug#33014)Gemini Lasswell2018-10-291-2/+5
* | | Merge from origin/emacs-26Glenn Morris2018-10-272-44/+38
|\ \ \ | |/ /
| * | 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
* | | * src/minibuf.c (read_minibuf_noninteractive): Remove unused args.Stefan Monnier2018-10-221-10/+3
* | | In edebug in GUIs, move focus to the selected frame.Alan Mackenzie2018-10-191-2/+3
* | | Fix struct thread alignment on FreeBSD x86Paul Eggert2018-10-194-40/+49
* | | Avoid assertion violation when comparing with main-threadEli Zaretskii2018-10-173-0/+9
* | | Merge from origin/emacs-26Glenn Morris2018-10-166-29/+52
|\ \ \ | |/ /
| * | 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/buffer.c (Fmove_overlay): Don't call Fdelete_overlayStefan Monnier2018-10-141-1/+21
* | | Fix lisp_eval_depth in unwind-protect cleanupPaul Eggert2018-10-142-0/+4
* | | Improve 'json-insert' so it doesn't cons a string from JSONEli Zaretskii2018-10-131-13/+89
* | | Fix mishandling of symbols that look like numbersPaul Eggert2018-10-106-88/+85
* | | Merge from origin/emacs-26Glenn Morris2018-10-091-2/+0
|\ \ \ | |/ /
| * | ; * 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
* | | Merge from origin/emacs-26Glenn Morris2018-10-091-1/+4
|\ \ \ | |/ /
| * | Avoid assertion violations in nonsensical calls to 'signal'Eli Zaretskii2018-10-071-1/+4
* | | Merge from origin/emacs-26Glenn Morris2018-10-092-3/+9
|\ \ \ | |/ /
| * | Avoid ridiculously high stack limit requests on macOSEli Zaretskii2018-10-041-4/+6