aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; Merge branch 'fix/no-undo-boundary-on-secondary-buffer-change'Phillip Lord2015-11-124-87/+37
|\
| * The heuristic that Emacs uses to add an `undo-boundary' has beenPhillip Lord2015-11-124-80/+30
* | Fix the MinGW64 and Cygwin-w32 buildsEli Zaretskii2015-11-121-14/+12
* | Speed up x_real_pos_and_offsets using XCBKen Raeburn2015-11-121-17/+200
* | Enable use of XCB for checking window manager stateKen Raeburn2015-11-121-8/+37
* | Detect XCB and save a connection handleKen Raeburn2015-11-123-1/+35
* | Reduce some data dependencies between X callsKen Raeburn2015-11-121-19/+27
* | Use color cache for creating bitmapKen Raeburn2015-11-121-0/+11
* | Implement tray notifications for MS-WindowsEli Zaretskii2015-11-111-0/+478
* | Avoid creating notification objects when possibleDavid Reitter2015-11-101-12/+28
* | Move INTEGER_TO_CONS body out of .h filePaul Eggert2015-11-102-11/+30
* | Spelling fixesPaul Eggert2015-11-104-11/+11
* | Fix assertion violation in define-keyEli Zaretskii2015-11-091-1/+3
* | Fix a memory leak in GC of font cacheDima Kogan2015-11-091-3/+27
* | Use INT_ADD_WRAPV etc. to check integer overflowPaul Eggert2015-11-0821-184/+150
* | * src/unexelf.c (NEW_PROGRAM_H): Remove unused macro (Bug#20614).Paul Eggert2015-11-081-3/+1
* | ELF unexec: Don't insert a new sectionAlan Modra2015-11-081-474/+50
* | ELF unexec: Drive from PT_LOAD header rather than sectionsAlan Modra2015-11-081-213/+77
* | ELF unexec: R_*_NONE relocsAlan Modra2015-11-081-7/+7
* | ELF unexec: _OBJC_ symbols in bss sectionsAlan Modra2015-11-081-13/+18
* | ELF unexec: Symbol table patchingAlan Modra2015-11-081-4/+5
* | ELF unexec: Merge Alpha and MIPS COFF debug handlingAlan Modra2015-11-081-67/+29
* | ELF unexec: Tidy codeAlan Modra2015-11-081-114/+96
* | ELF unexec: Correct section header indexAlan Modra2015-11-081-8/+8
* | Prefer xpalloc to doubling buffers by handPaul Eggert2015-11-075-38/+24
* | Provide NS notification objects where required to eliminate warningsDavid Reitter2015-11-071-5/+18
* | Ignore fullscreen exit notifications on NS when frame is deadDavid Reitter2015-11-071-3/+15
* | Speed up lookup in redisplay--variablesEli Zaretskii2015-11-071-2/+3
* | In x_consider_frame_title don't set title of tooltip framesMartin Rudalics2015-11-071-3/+4
* | Fixed NextStep fullscreen problem (bug#21770).Anders Lindgren2015-11-061-5/+13
* | Ensure redisplay after evaluationEli Zaretskii2015-11-063-0/+16
* | Don't invoke overlay modification hooks in wrong bufferEli Zaretskii2015-11-061-0/+17
* | Avoid division by zero crash observed by Yuan MEI.Martin Rudalics2015-11-062-2/+8
* | Render fringe bitmaps correctly on NextStep (bug#21301).Anders Lindgren2015-11-042-11/+49
* | Fix a stupid error in gfilenotify.c.Michael Albinus2015-11-031-0/+1
* | * src/alloc.c: Silence compiler warningsJuanma Barranquero2015-10-311-0/+2
* | Fix a typo in a macro nameEli Zaretskii2015-10-301-6/+6
* | ; * src/lread.c (syms_of_lread) <load-path>: Improve the doc string.Eli Zaretskii2015-10-291-3/+5
* | Handle negative coordinates in ‘x_calc_absolute_position’Andy Moreton2015-10-291-0/+33
* | Don't require default-directory to end with a slashDmitry Gutov2015-10-292-3/+3
* | * src/dispnew.c (init_display): Simplify overflow checking.Paul Eggert2015-10-281-2/+2
* | Merge branch 'master' of /Volumes/HD2/build/emacs-git-sshAnders Lindgren2015-10-286-10/+78
|\ \
| * \ Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/emacsAnders Lindgren2015-10-282-4/+8
| |\ \
| | * | * src/process.c (Fget_buffer_process): Improve docstringArtur Malabarba2015-10-281-2/+4
| | * | Clarify that load-path contents should be directory file namesStephen Leake2015-10-261-2/+4
| * | | Fix incorrect NextStep tool-bar-mode -- wrong number of rows in frame.Anders Lindgren2015-10-284-6/+70
| |/ /
* | | Fixed OS X startup crash.Anders Lindgren2015-10-281-4/+33
|/ /
* | * src/keyboard.c (post-command-hook): Shorten docstringArtur Malabarba2015-10-261-7/+3
* | * src/keyboard.c (post-command-hook): Extend the docstringArtur Malabarba2015-10-251-2/+14
* | Port recent inline functions fix to Standard CPaul Eggert2015-10-241-56/+155