aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Spelling fixesPaul Eggert2016-01-041-1/+1
* Let users disable unsafe signal handling codeDaniel Colascione2016-01-043-8/+33
* Merge branch 'master' of git.sv.gnu.org:/srv/git/emacsK. Handa2016-01-0351-712/+3121
|\
| * Merge emacs-25 into master (using imerge)John Wiegley2015-12-2951-712/+3121
| |\
| | * Avoid assertion violations in compact_font_cache_entryEli Zaretskii2015-12-291-1/+4
| | * * src/xfns.c (x_create_tip_frame): Process alpha parameter.Martin Rudalics2015-12-291-0/+2
| | * Allow line comments ending with escaped NL to be continued to the next line.Alan Mackenzie2015-12-281-3/+12
| | * Avoid leaving "ghost" of mouse pointer on MS-WindowsEli Zaretskii2015-12-272-0/+22
| | * Always define gmalloc etc. in src/gmalloc.cWolfgang Jenkner2015-12-261-3/+33
| | * Propagate Bug#14412 fix to backtrace_eval_unrewindPaul Eggert2015-12-261-12/+9
| | * Avoid assertion violation in unbind_toEli Zaretskii2015-12-261-4/+8
| | * Fix bootstrap broken by changes related to OS X file-name encodingEli Zaretskii2015-12-251-0/+5
| | * ; Re-enabled "File-name completion of non-ASCII characters on OS X (bug#22169)""Anders Lindgren2015-12-251-34/+0
| | * ; Revert "File-name completion of non-ASCII characters on OS X (bug#22169)"Anders Lindgren2015-12-241-0/+34
| | * Fix dired.c typo with ptrdiff_t vs Lisp_ObjectPaul Eggert2015-12-231-11/+12
| | * Fix file-name completion on OS XEli Zaretskii2015-12-231-8/+45
| | * File-name completion of non-ASCII characters on OS X (bug#22169)Anders Lindgren2015-12-231-34/+0
| | * ; Clarify comment added in previous commit.Eli Zaretskii2015-12-211-1/+1
| | * Add FIXME comment re stack overflow and modulesPaul Eggert2015-12-211-0/+3
| | * Revert some recent emacs-module commentaryPaul Eggert2015-12-202-19/+5
| | * Port undo fixes to -fno-commonPaul Eggert2015-12-202-4/+4
| | * Improve commentary for emacs-module.cPhilipp Stephani2015-12-202-3/+18
| | * Fix vertical-motion in tabulated-list modeEli Zaretskii2015-12-181-5/+6
| | * Remove attempt to use C11 threadsPaul Eggert2015-12-151-10/+3
| | * Fix variable name typo in compute_tip_xyYAMAMOTO Mitsuharu2015-12-152-2/+2
| | * ; * src/fileio.c (Finsert_file_contents): Avoid compiler warning.Eli Zaretskii2015-12-141-6/+8
| | * Fix visiting files with raw-textEli Zaretskii2015-12-131-1/+4
| | * Fix performance regression with gcc -O0Paul Eggert2015-12-124-14/+48
| | * Fix frame height calculations with added menu bar on Windows (Bug#22105)Martin Rudalics2015-12-123-17/+21
| | * Fix echo for "C-u"Eli Zaretskii2015-12-121-8/+5
| | * Fix 'this-command-keys' wrt prefix argumentEli Zaretskii2015-12-111-5/+8
| | * Clarify documentation of 'modify-frame-parameters'Eli Zaretskii2015-12-111-4/+7
| | * Fix setting buffer unibyte when reading from a deviceEli Zaretskii2015-12-111-1/+1
| | * Yet another fix for when point ends up in invisible textEli Zaretskii2015-12-091-3/+27
| | * Remove font workaround for limited outdated versionsYAMAMOTO Mitsuharu2015-12-091-14/+5
| | * Don't add "." to load path (bug#21104)Anders Lindgren2015-12-091-2/+2
| | * Spelling fixesPaul Eggert2015-12-071-3/+3
| | * Remove overenthusiastic eassertPaul Eggert2015-12-061-1/+0
| | * Pacify gcc -WparenthesesPaul Eggert2015-12-061-1/+1
| | * Fix cursor display when invisible text is at line beginningEli Zaretskii2015-12-061-7/+13
| | * Improve module interface when WIDE_EMACS_INTPaul Eggert2015-12-063-111/+127
| | * Externalize some symbols in undo-autoPhillip Lord2015-12-031-3/+3
| | * More emacs-module.c fixes for wide intsEli Zaretskii2015-12-021-2/+2
| | * Fix emacs-module.c for wide intsEli Zaretskii2015-12-011-10/+14
| | * * src/lread.c (syms_of_lread): Doc fix.Andreas Schwab2015-12-011-1/+1
| | * Read frame_title_format from buffer-local variable for NS portDavid Reitter2015-11-301-2/+11
| | * * src/emacs-module.h: Fix finalizer typedef for C++11Aurélien Aptel2015-11-301-3/+11
| | * Fix last changeEli Zaretskii2015-11-301-7/+8
| | * Rely on conservative stack scanning to find "emacs_value"sStefan Monnier2015-11-302-173/+148
| | * Run `window-size-change-functions' also when reading from minibufferMartin Rudalics2015-11-301-0/+21