aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | Another fix for scroll-conservatively and overlay stringsEli Zaretskii2016-08-141-2/+3
* | | | | | | | | | | | | | | | | | Minor text-quoting-style fixesPaul Eggert2016-08-131-4/+4
* | | | | | | | | | | | | | | | | | Fix substitute-command-keys unibyte, alloc bugsPaul Eggert2016-08-131-92/+77
* | | | | | | | | | | | | | | | | | Fix process leak with make-network-processPaul Eggert2016-08-112-35/+23
* | | | | | | | | | | | | | | | | | Avoid annoying re-scroll when buffer has many overlay stringsEli Zaretskii2016-08-111-0/+28
* | | | | | | | | | | | | | | | | | Omit unnecessary process initializationPaul Eggert2016-08-101-16/+18
* | | | | | | | | | | | | | | | | | Simplify exec_byte_code via moving decls etc.Paul Eggert2016-08-091-302/+136
* | | | | | | | | | | | | | | | | | Remove interpreter’s byte stackPaul Eggert2016-08-095-169/+52
* | | | | | | | | | | | | | | | | | Remove arbitrary limit on bytecode maxdepthPaul Eggert2016-08-091-5/+6
* | | | | | | | | | | | | | | | | | Tune bytecode quittingPaul Eggert2016-08-091-10/+4
* | | | | | | | | | | | | | | | | | Simplify BYTE_CODE_SAFE checkingPaul Eggert2016-08-091-58/+21
* | | | | | | | | | | | | | | | | | Get BYTE_CODE_METER working againPaul Eggert2016-08-091-1/+2
* | | | | | | | | | | | | | | | | | Fix cursor position under scroll-conservatively and overlay stringsEli Zaretskii2016-08-081-0/+34
* | | | | | | | | | | | | | | | | | Tune interpretation of integer arglist descriptorPaul Eggert2016-08-072-40/+17
* | | | | | | | | | | | | | | | | | Fix debugging of string-match-p errorsNoam Postavsky2016-08-072-0/+6
* | | | | | | | | | | | | | | | | | Merge from origin/emacs-25Paul Eggert2016-08-054-8/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | ; Spelling fixPaul Eggert2016-08-031-2/+2
| * | | | | | | | | | | | | | | | | Post AppDefined events from the main thread ONLY (bug#23934)Alan Third2016-08-032-5/+2
| * | | | | | | | | | | | | | | | | Fix doc string of 'minibuffer-message-timeout'Eli Zaretskii2016-08-011-1/+2
* | | | | | | | | | | | | | | | | | Merge from origin/emacs-25Paul Eggert2016-08-055-31/+47
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | Adjust match data before calling after-change-funsNoam Postavsky2016-07-225-31/+47
| * | | | | | | | | | | | | | | | | Port to glibc 2.24 (pre-release) + ppc64Paul Eggert2016-07-211-2/+22
* | | | | | | | | | | | | | | | | | Merge from origin/emacs-25Paul Eggert2016-08-052-9/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | Expand FIXME near definition of fboundpRobert Cochran2016-07-161-1/+6
| * | | | | | | | | | | | | | | | | Avoid assertion violations in nhexl-modeEli Zaretskii2016-07-161-8/+6
| * | | | | | | | | | | | | | | | | Use memmove instead of memcpy on overlapping regionsFredrik Bergroth2016-07-141-1/+1
* | | | | | | | | | | | | | | | | | Merge from origin/emacs-25Paul Eggert2016-08-055-33/+68
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | Document buffer-swap-text+save-excursion interactionNoam Postavsky2016-07-141-1/+3
| * | | | | | | | | | | | | | | | | Improve documentation of search functionsStephen Berman2016-07-121-26/+59
| * | | | | | | | | | | | | | | | | Fix 'vertical-motion' in non-interactive sessionsEli Zaretskii2016-07-101-0/+1
| * | | | | | | | | | | | | | | | | Fix memory leak in imagemagick-typesAndreas Schwab2016-07-101-4/+4
| * | | | | | | | | | | | | | | | | Un-confuse doc string of 'string-collate-equalp'Eli Zaretskii2016-07-081-2/+1
| * | | | | | | | | | | | | | | | | Fix missing undo-boundary on revert-buffer.Phillip Lord2016-07-061-0/+5
| * | | | | | | | | | | | | | | | | Fix open-network-stream responsivenessPaul Eggert2016-07-061-8/+14
* | | | | | | | | | | | | | | | | | Merge from origin/emacs-25Paul Eggert2016-08-052-26/+43
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | Fix missing point information in undoPhillip Lord2016-07-051-26/+30
| * | | | | | | | | | | | | | | | | Avoid crashes when buffer modification hooks clobber match dataEli Zaretskii2016-07-041-0/+13
* | | | | | | | | | | | | | | | | | Merge from origin/emacs-25Paul Eggert2016-08-052-5/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | Avoid assertion violations when rendering some fontsEli Zaretskii2016-06-291-1/+2
| * | | | | | | | | | | | | | | | | Fixup warning message regarding HOME a bit moreNoam Postavsky2016-06-271-3/+3
| * | | | | | | | | | | | | | | | | ; Fix typo in commit before lastNoam Postavsky2016-06-271-2/+2
| * | | | | | | | | | | | | | | | | Give more helpful warning about setting HOMENoam Postavsky2016-06-261-4/+7
* | | | | | | | | | | | | | | | | | Spelling and minor grammar fixesPaul Eggert2016-08-052-3/+3
* | | | | | | | | | | | | | | | | | Fix GnuTLS includesPaul Eggert2016-08-032-2/+1
* | | | | | | | | | | | | | | | | | Simplify by assuming GnuTLS 2.12.2 or laterPaul Eggert2016-08-032-4/+1
* | | | | | | | | | | | | | | | | | Port to systems lacking GNUTLS_NONBLOCKPaul Eggert2016-08-031-2/+6
* | | | | | | | | | | | | | | | | | Fix non-blocking GnuTLS with slow connectionPaul Eggert2016-08-031-1/+30
* | | | | | | | | | | | | | | | | | Require GnuTLS 2.12.2 or laterPaul Eggert2016-08-031-23/+0
* | | | | | | | | | | | | | | | | | * src/window.c (sanitize_window_sizes): Remove unused arg `frame'Stefan Monnier2016-08-024-7/+8
* | | | | | | | | | | | | | | | | | Fix (mapcar F S) crash when F alters S’s lengthPaul Eggert2016-08-021-47/+30