summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* * src/data.c: Fix regression in last clone-buffer changeStefan Monnier2017-11-241-3/+2
* Use NULL for NULL rather than falsePip Cet2017-11-241-1/+1
* Avoid unnecessary xwidget_view creationsJaesup Kwak2017-11-241-7/+5
* read_key_sequence: correct the handling of raw_keybuf in recursive callsAlan Mackenzie2017-11-201-18/+43
* Merge from origin/emacs-26Glenn Morris2017-11-203-8/+20
|\
| * Fix misbehavior when drawing three-pixel high horizontal dividers (Bug#29353)Martin Rudalics2017-11-202-8/+16
| * Fix divider frame params on NS (bug#29352)Alan Third2017-11-191-0/+4
| * * src/keyboard.c: Make xterm-mouse clicks on mode-line workOlaf Rogalsky2017-11-181-1/+1
* | Merge from origin/emacs-26Glenn Morris2017-11-204-17/+26
|\ \ | |/
| * Don't let delete_frame select a tooltip frame (Bug#27647)Martin Rudalics2017-11-181-1/+4
| * Avoid assertion violations in echo_area_displayEli Zaretskii2017-11-181-0/+3
| * Prevent aborts in line-move-visualEli Zaretskii2017-11-171-6/+11
| * More fixes in src/.gdbinitEli Zaretskii2017-11-171-10/+8
* | Merge from origin/emacs-26Glenn Morris2017-11-201-12/+12
|\ \ | |/
| * Fix .gdbinit following lisp.h changesEli Zaretskii2017-11-171-12/+12
* | * src/keyboard.c: Make xterm-mouse clicks on mode-line workOlaf Rogalsky2017-11-201-1/+1
* | Merge from origin/emacs-26Paul Eggert2017-11-1328-438/+414
|\ \ | |/
| * Port to IBM xlc 12.01Paul Eggert2017-11-131-13/+10
| * Simplify by removing HAVE_STRUCT_ATTRIBUTE_ALIGNEDPaul Eggert2017-11-131-17/+0
| * Use alignas to fix GCALIGN-related bugsPaul Eggert2017-11-1315-374/+366
| * Change vectorlike from struct to unionPaul Eggert2017-11-1312-33/+33
| * Fix Bug#29225Michael Albinus2017-11-121-1/+2
| * Pacify GCC when configured --with-x-toolkit=noPaul Eggert2017-11-111-1/+4
* | ; Merge from emacs-26Noam Postavsky2017-11-116-9/+44
|\ \ | |/
| * Fix comparisons with tip_frame in GTK buildsEli Zaretskii2017-11-113-4/+20
| * Fix off-by-1 bug in --enable-checking=stringbytesPaul Eggert2017-11-101-1/+1
| * Fix display of line numbers in GTK buildsEli Zaretskii2017-11-102-1/+14
| * Fix redisplay of overlay-arrows on GUI framesEli Zaretskii2017-11-091-3/+9
* | Merge from origin/emacs-26Paul Eggert2017-11-083-8/+12
|\ \ | |/
| * Use GCALIGNED properly for GCCPaul Eggert2017-11-083-9/+13
* | Merge from origin/emacs-26Paul Eggert2017-11-084-10/+28
|\ \ | |/
| * ; Minor comment copyedit in window.cEli Zaretskii2017-11-071-1/+1
| * Fix last change in hscroll_window_treeEli Zaretskii2017-11-051-3/+8
| * Return non-nil from gnutls-available-p under GnuTLS 2.xEli Zaretskii2017-11-051-0/+2
| * Use hybrid malloc for FreeBSD (Bug#28308)Noam Postavsky2017-11-041-5/+6
| * Improve documentation of 'window-scroll-functions'Eli Zaretskii2017-11-041-0/+3
| * Fix doc string of 'window-configuration-change-hook'Eli Zaretskii2017-11-041-2/+2
| * Fix hscroll suspension after cursor motionEli Zaretskii2017-11-041-2/+9
* | Increase DUMPED_HEAP_SIZE in w32heap.cJohn Mastro2017-11-071-1/+1
* | Handle unread-command-events consistently (bug#23980)Chris Feng2017-11-081-0/+3
* | Allow 'make-string' callers force creation of multibyte stringsEli Zaretskii2017-11-046-12/+16
* | New function 'libxml-available-p'Robert Pluim2017-11-033-8/+33
* | Merge from origin/emacs-26Paul Eggert2017-11-031-1/+7
|\ \ | |/
| * Change GCALIGNMENT back to an integer literalPaul Eggert2017-11-031-1/+7
* | Simplify by assuming !_MSC_VER.Paul Eggert2017-11-023-36/+15
* | Merge from origin/emacs-26Paul Eggert2017-11-027-31/+57
|\ \ | |/
| * * src/lisp.h (GCALIGNED): Clarify comment (Bug#29040).Paul Eggert2017-11-021-2/+3
| * Fix mouse-scrollbar offset on GNUstep and old macOS (bug#29053)Alan Third2017-11-021-2/+19
| * Fix alignment portability problemsPaul Eggert2017-11-024-22/+17
| * ; * src/alloc.c (sweep_symbols): Fix last change.Eli Zaretskii2017-11-021-1/+1