aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Port window changes to --enable-gcc-warningsPaul Eggert2016-08-022-3/+3
* | * src/window.c: Fix bootstrap failure due to window.el changesStefan Monnier2016-08-021-12/+2
* | Port regex changes to strict ISO CPaul Eggert2016-08-021-2/+2
* | Remove unused STREQ macroMichal Nazarewicz2016-08-021-2/+0
* | Hardcode regex syntax to remove dead code handling different syntaxMichal Nazarewicz2016-08-023-14/+35
* | Get rid of re_set_whitespace_regexpMichal Nazarewicz2016-08-023-25/+30
* | Get rid of re_set_syntaxMichal Nazarewicz2016-08-023-7/+29
* | Remove dead opcodes in regex bytecodeMichal Nazarewicz2016-08-021-27/+1
* | Refactor regex character class parsing in [:name:]Michal Nazarewicz2016-08-023-239/+181
* | Fix use-after-close in connect_network_socketPaul Eggert2016-08-021-2/+2
* | Fix calculation of tool bar width reported by `frame-geometry' (Bug#24107)Martin Rudalics2016-07-302-11/+14
* | Avoid warnings about undo list while decodingEli Zaretskii2016-07-301-0/+21
* | Fix ‘is multibyte’ test regex.c’s mutually_exclusive_p (bug#24020)Michal Nazarewicz2016-07-271-1/+1
* | Avoid segfaults in compute_motionEli Zaretskii2016-07-261-5/+8
* | Fix ‘[[:cc:]]*literal’ regex failing to match ‘literal’ (bug#24020)Michal Nazarewicz2016-07-251-116/+93