aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Some final fixes in file notification before merging with masterMichael Albinus2015-11-251-4/+5
* Rework file notifications, kqueue has problems with directory monitorsMichael Albinus2015-11-251-16/+32
* Continie with pending eventsMichael Albinus2015-11-251-14/+31
* Handle more complex rename operation in kqueueMichael Albinus2015-11-251-6/+19
* Further fixes for kqueue.Michael Albinus2015-11-251-37/+44
* Code cleanup of kqueue.cMichael Albinus2015-11-251-52/+57
* Finish implementation in kqueue.cMichael Albinus2015-11-251-23/+35
* More work on kqueueMichael Albinus2015-11-251-50/+140
* Implement directory eventsMichael Albinus2015-11-251-30/+119
* Build fixes for kqueue support.Wolfgang Jenkner2015-11-251-1/+1
* Continue kqueue implementationMichael Albinus2015-11-251-39/+41
* Work on kqueueMichael Albinus2015-11-252-172/+102
* Add kqueue supportMichael Albinus2015-11-254-14/+368
* 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