summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix process leak with make-network-process...Paul Eggert2016-08-112-35/+23
* | Avoid annoying re-scroll when buffer has many overlay strings...Eli Zaretskii2016-08-111-0/+28
* | Omit unnecessary process initialization...Paul Eggert2016-08-101-16/+18
* | Simplify exec_byte_code via moving decls etc....Paul Eggert2016-08-091-302/+136
* | Remove interpreter’s byte stack...Paul Eggert2016-08-095-169/+52
* | Remove arbitrary limit on bytecode maxdepth...Paul Eggert2016-08-091-5/+6
* | Tune bytecode quitting...Paul Eggert2016-08-091-10/+4
* | Simplify BYTE_CODE_SAFE checking...Paul Eggert2016-08-091-58/+21
* | Get BYTE_CODE_METER working again...Paul Eggert2016-08-091-1/+2
* | Fix cursor position under scroll-conservatively and overlay strings...Eli Zaretskii2016-08-081-0/+34
* | Tune interpretation of integer arglist descriptor...Paul Eggert2016-08-072-40/+17
* | Fix debugging of string-match-p errors...Noam Postavsky2016-08-072-0/+6
* | Merge from origin/emacs-25...Paul 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-25...Paul Eggert2016-08-055-31/+47
|\|
| * Adjust match data before calling after-change-funs...Noam Postavsky2016-07-225-31/+47
| * Port to glibc 2.24 (pre-release) + ppc64...Paul Eggert2016-07-211-2/+22
* | Merge from origin/emacs-25...Paul Eggert2016-08-052-9/+12
|\|
| * Expand FIXME near definition of fboundp...Robert Cochran2016-07-161-1/+6
| * Avoid assertion violations in nhexl-mode...Eli Zaretskii2016-07-161-8/+6
| * Use memmove instead of memcpy on overlapping regions...Fredrik Bergroth2016-07-141-1/+1
* | Merge from origin/emacs-25...Paul Eggert2016-08-055-33/+68
|\|
| * Document buffer-swap-text+save-excursion interaction...Noam Postavsky2016-07-141-1/+3
| * Improve documentation of search functions...Stephen Berman2016-07-121-26/+59
| * Fix 'vertical-motion' in non-interactive sessions...Eli Zaretskii2016-07-101-0/+1
| * Fix memory leak in imagemagick-types...Andreas 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 responsiveness...Paul Eggert2016-07-061-8/+14
* | Merge from origin/emacs-25...Paul Eggert2016-08-052-26/+43
|\|
| * Fix missing point information in undo...Phillip Lord2016-07-051-26/+30
| * Avoid crashes when buffer modification hooks clobber match data...Eli Zaretskii2016-07-041-0/+13
* | Merge from origin/emacs-25...Paul Eggert2016-08-052-5/+9
|\|
| * Avoid assertion violations when rendering some fonts...Eli Zaretskii2016-06-291-1/+2
| * Fixup warning message regarding HOME a bit more...Noam Postavsky2016-06-271-3/+3
| * ; Fix typo in commit before lastNoam Postavsky2016-06-271-2/+2
| * Give more helpful warning about setting HOME...Noam Postavsky2016-06-261-4/+7
* | Spelling and minor grammar fixes...Paul Eggert2016-08-052-3/+3
* | Fix GnuTLS includes...Paul Eggert2016-08-032-2/+1
* | Simplify by assuming GnuTLS 2.12.2 or later...Paul Eggert2016-08-032-4/+1
* | Port to systems lacking GNUTLS_NONBLOCK...Paul Eggert2016-08-031-2/+6
* | Fix non-blocking GnuTLS with slow connection...Paul Eggert2016-08-031-1/+30
* | Require GnuTLS 2.12.2 or later...Paul 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 length...Paul Eggert2016-08-021-47/+30
* | Port window changes to --enable-gcc-warnings...Paul Eggert2016-08-022-3/+3
* | * src/window.c: Fix bootstrap failure due to window.el changes...Stefan Monnier2016-08-021-12/+2
* | Port regex changes to strict ISO C...Paul Eggert2016-08-021-2/+2