aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * Improve doc-strings of 'quit-window' and 'quit-restore-window' (Bug#38819)Martin Rudalics2020-01-051-8/+8
| | * Fix MH-E bug #470: Show buffer discards text propertiesStephen Gildea2020-01-041-8/+6
| | * Fix some broken conditional formsPaul Eggert2020-01-0412-47/+22
| | * Fix a scoping error in tramp-sudoedit.elMichael Albinus2020-01-041-15/+15
| | * * lisp/autorevert.el (auto-revert-notify-handler): Fix bracketing.Mattias Engdegård2020-01-041-2/+2
| | * Fix typo in 'window_box_height'Martin Rudalics2020-01-041-10/+11
| * | ; Merge from origin/emacs-27Paul Eggert2020-01-050-0/+0
| |\ \ | | |/
| | * Install g++ for CEDET testsMattias Engdegård2020-01-031-1/+1
| * | Merge from origin/emacs-27Paul Eggert2020-01-051-5/+5
| |\ \ | | |/
| | * * lisp/net/tramp.el: Fix typos.Michael Albinus2020-01-031-5/+5
| * | Shorten pointer printing code using a small helper function.Philipp Stephani2020-01-051-22/+20
| * | Also print function data when printing module functions.Philipp Stephani2020-01-055-5/+31
| * | ; * lisp/x-dnd.el (x-dnd-get-motif-value): Fix typo.Mattias Engdegård2020-01-051-1/+1
| * | Remove generation of old bytecodes for catch/unwindMattias Engdegård2020-01-053-123/+18
| * | * lisp/emacs-lisp/bindat.el: Remove obsolete comment.Paul Eggert2020-01-041-3/+0
| * | ; Some that->than fixes.Paul Eggert2020-01-043-3/+3
| * | * lisp/arc-mode.el (archive-zip-summarize): Remove unused local.Paul Eggert2020-01-041-2/+1
| * | Simplify x-dnd.el due to bignumsPaul Eggert2020-01-041-34/+19
| * | * lisp/gnus/gnus-start.el (gnus-group-change-level): SimplifyStefan Monnier2020-01-042-14/+14
| * | Fix bug in recent allocate_string_data patchPaul Eggert2020-01-041-17/+18
| * | Improve 'noexcept' support in C++17.Philipp Stephani2020-01-041-2/+8
| * | Generate fewer useless conditionals in cl-loopMattias Engdegård2020-01-041-1/+4
| * | Make module function finalizer test less brittle.Philipp Stephani2020-01-041-5/+17
| * | emacs-module.h: Don't generate invalid C++11 code.Philipp Stephani2020-01-041-2/+2
| * | Let the OS clear new large strings of NULPaul Eggert2020-01-033-31/+61
| * | * src/alloc.c (cleanup_vector): Fix --without-modules builds.Glenn Morris2020-01-031-0/+2
| * | Implement finalizers for module functions (Bug#30373)Philipp Stephani2020-01-039-9/+163
| * | Fix the MS-Windows build broken by "Let the OS clear large new objects"Eli Zaretskii2020-01-032-0/+13
| * | Merge from origin/emacs-27Glenn Morris2020-01-0310-30/+84
| |\ \ | | |/
| | * * lisp/net/tramp.el (tramp-file-local-name): New defun. (Bug#34343)Michael Albinus2020-01-031-0/+19
| | * Adapt commentary in Tramp persistency fileMichael Albinus2020-01-031-1/+1
| | * Change Tramp version to 2.4.3.27.1Michael Albinus2020-01-032-4/+5
| | * ; * src/dispnew.c (adjust_glyph_matrix): Fix last change.Eli Zaretskii2020-01-031-0/+1
| | * Fix redisplay when mode-line-format changes mode-line's heightEli Zaretskii2020-01-033-25/+50
| | * * src/fileio.c (Fwrite_region): Improve the doc string.Eli Zaretskii2020-01-021-0/+1
| | * Fix removal of frame decorations on Windows (Bug#38705)Martin Rudalics2020-01-022-0/+7
| * | ; Merge from origin/emacs-27Glenn Morris2020-01-030-0/+0
| |\ \ | | |/
| | * Fix compilation with GTK versions older than 3Eli Zaretskii2020-01-011-1/+1
| * | Merge from origin/emacs-27Glenn Morris2020-01-033-5/+14
| |\ \ | | |/
| | * Fix reverting customizationsEli Zaretskii2020-01-011-1/+4
| | * * lisp/loadup.el: Set max-specpdl-size to 1800 when loading cl-generic.el.Mattias Engdegård2020-01-011-1/+3
| | * Revert "Raise default max-specpdl-size value"Mattias Engdegård2020-01-012-2/+2
| | * ; Fix NEWS.24Eli Zaretskii2020-01-011-3/+7
| | * Raise default max-specpdl-size valueMattias Engdegård2020-01-012-2/+2
| * | ; Merge from origin/emacs-27Glenn Morris2020-01-030-0/+0
| |\ \ | | |/
| | * ; Auto-commit of loaddefs files.Glenn Morris2020-01-011-209/+465
| * | Merge from origin/emacs-27Glenn Morris2020-01-032-288/+77
| |\ \ | | |/
| | * Update distribution documentationPhillip Lord2020-01-012-288/+77
| * | * .gitlab-ci.yml (before_script): Install g++ for CEDET tests.Mattias Engdegård2020-01-031-1/+1
| * | Let the OS clear large new objectsPaul Eggert2020-01-022-33/+59