aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* eval_sub followed dangling pointer when debuggingPaul Eggert2015-11-161-15/+22
* ELF unexec: align section headerPaul Eggert2015-11-161-3/+8
* Do more checks on bytecode objects (Bug#21929)Andreas Schwab2015-11-171-10/+19
* Improve fix for regex reentrancy abortPaul Eggert2015-11-162-12/+8
* Improve a few doc strings, commentsStephen Leake2015-11-151-1/+2
* Enhance NSTRACE (trace output for NextStep).Anders Lindgren2015-11-155-198/+361
* ; Cleanup of change log. Removed obsolete email addresses.Anders Lindgren2015-11-151-1/+1
* Fixed a toolbar related issue on OS X.Anders Lindgren2015-11-151-3/+20
* Fixed OS X 10.6.8 build issue (bug#21862).Anders Lindgren2015-11-152-10/+18
* Fix regex abort when it tries to reenter itselfPaul Eggert2015-11-153-18/+34
* 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