aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add copyright notices to module codePaul Eggert2015-11-193-24/+58
* Rename emacs_module.h to module.hPaul Eggert2015-11-192-2/+2
* * src/module.c (Fmodule_load): Remove unused vars `doc_name', `args'Juanma Barranquero2015-11-191-1/+0
* * src/lread.c (Fload): Remove unused variable `size'Juanma Barranquero2015-11-191-1/+0
* src/keyboard.c (pre-command-hook): Fix typo in doc string: "pre" -> "post".Alan Mackenzie2015-11-191-1/+1
* Fix MS-Windows build --with-modulesEli Zaretskii2015-11-181-21/+34
* Make 'Fload' look for modulesAurélien Aptel2015-11-181-7/+25
* Add dynamic module module supportAurélien Aptel2015-11-186-2/+1439
* Add new User Pointer (User_Ptr) typeAurélien Aptel2015-11-184-1/+115
* Add portable layer for dynamic loadingAurélien Aptel2015-11-182-0/+107
* Add catch-all & no-signal version of PUSH_HANDLERPhilipp Stephani2015-11-183-25/+68
* Fix docstring quoting problems with ‘ '’Paul Eggert2015-11-173-17/+17
* 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