aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Support rectangular regions for more commandsJuri Linkov2015-11-141-3/+19
* Spruce up ftfont.c memory allocationPaul Eggert2015-11-131-56/+50
* Port recent XCB changes to 64-bit ‘long int’Paul Eggert2015-11-132-8/+15
* * src/undo.c (run_undoable_change): Now static.Paul Eggert2015-11-131-1/+1
* Remove support for ':timeout' from w32 tray notificationsEli Zaretskii2015-11-131-15/+0
* * src/undo.c: Small fixes for previous changeJuanma Barranquero2015-11-131-2/+1
* Fix last changeEli Zaretskii2015-11-131-0/+2
* Another fix for MinGW64 and Cygwin builds due to notificationsEli Zaretskii2015-11-131-2/+4
* Remove intern calls and XXX comments from Fx_export_framesYAMAMOTO Mitsuharu2015-11-131-7/+10
* ; 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