aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * Reword transient-mark-mode doc stringPaul Eggert2016-01-051-3/+3
| | * Update doc string of 'selective-display'Eli Zaretskii2016-01-051-1/+4
| * | Merge from origin/emacs-25John Wiegley2016-01-111-1/+1
| |\ \ | | |/
| | * Fix a doc string of 'transient-mark-mode'Eli Zaretskii2016-01-041-1/+1
| | * Avoid stdio in SIGINT handlerPaul Eggert2016-01-031-26/+47
| * | Merge from origin/emacs-25John Wiegley2016-01-111-2/+33
| |\ \ | | |/
| | * ; Fixed visual bell artifact problem on NextStep.Anders Lindgren2016-01-021-2/+33
| * | Merge from origin/emacs-25John Wiegley2016-01-11206-206/+206
| |\ \ | | |/
| | * Update copyright year to 2016Paul Eggert2016-01-01206-206/+206
| * | Merge from origin/emacs-25John Wiegley2016-01-113-56/+47
| |\ \ | | |/
| | * Clean up cairo printing codeYAMAMOTO Mitsuharu2015-12-313-56/+47
| | * Move variables to inner loop, preparing for Mac port mergeYAMAMOTO Mitsuharu2015-12-311-3/+4
| * | Merge from origin/emacs-25John Wiegley2016-01-117-18/+37
| |\ \ | | |/
| | * Add handle_user_signal_hookYAMAMOTO Mitsuharu2015-12-312-0/+7
| | * Avoid writing to purespaceYAMAMOTO Mitsuharu2015-12-313-8/+11
| | * Fix rendering of HTML pages that use character compositionEli Zaretskii2015-12-301-0/+9
| | * Avoid some compiler warnings in w32.cEli Zaretskii2015-12-301-10/+10
* | | fix previous change of src/ftfont.c (ftfont_shape_by_flt)K. Handa2016-01-141-4/+6
|/ /
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacsK. Handa2016-01-085-19/+46
|\ \
| * | Build tweaks related to tags files.Glenn Morris2016-01-061-10/+12
| * | Spelling fixesPaul Eggert2016-01-041-1/+1
| * | Let users disable unsafe signal handling codeDaniel Colascione2016-01-043-8/+33
* | | Fix outdated comments.K. Handa2016-01-081-23/+59
|/ /
* | 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