summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Enable automatic co-install of msysfeature/internal-msysPhillip Lord2021-01-202-0/+117
* Add a bit more clarification around standard error processes.Philipp Stephani2021-01-171-1/+26
* * lisp/emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Use pcaseStefan Monnier2021-01-161-176/+175
* * lisp/emacs-lisp/pcase.el: Add support for `not` to `pred`Stefan Monnier2021-01-166-16/+56
* Don't crash if no asynchronous process has been created yet.Philipp Stephani2021-01-161-2/+2
* Fix deadlock when receiving SIGCHLD during 'pselect'.Philipp Stephani2021-01-162-6/+93
* Fix Rmail summary for more than 99,999 messagesEli Zaretskii2021-01-161-3/+3
* Fix two testsEli Zaretskii2021-01-162-3/+15
* test/infra/gitlab-ci.yml: run only for tags and some branchesTed Zlatanov2021-01-161-0/+9
* Improve support for Cham scriptEli Zaretskii2021-01-162-1/+8
* EMBA container build improvements for Emacs build testing.Ted Zlatanov2021-01-163-140/+212
* Fix last changeEli Zaretskii2021-01-161-4/+4
* Make mouse-related calls be more consistent on all frame typesJared Finder2021-01-164-29/+39
* * lisp/frame.el Don't activate `blink-cursor-idle-timer` needlessly.Stefan Monnier2021-01-151-4/+4
* Change default-directory before prompting in project-compileKévin Le Gouguec2021-01-161-14/+5
* * src/dispnew.c (sit_for): Return nil when interrupted by process outputStefan Monnier2021-01-151-4/+12
* ; Remove recent spurious addition in window.elBasil L. Contovounesios2021-01-151-1/+0
* Remove support for 32 bit buildPhillip Lord2021-01-155-199/+103
* Update dependency capturePhillip Lord2021-01-152-52/+76
* * .gitignore: add src/fingerprint.cStephen Leake2021-01-152-1/+2
* Fix 'window-text-pixel-size' when there are leading/trailing spacesAaron Jensen2021-01-152-2/+36
* Make libraries works with xterm-mouse-mode.Jared Finder2021-01-1513-36/+102
* Some Tramp adaptions, mainly direct async processesMichael Albinus2021-01-157-89/+132
* * lisp/emacs-lisp/seq.el (seq-concatenate): Unautoload (merge fix).Glenn Morris2021-01-151-3/+0
* Fix 'kill-visual-line'Eli Zaretskii2021-01-151-8/+26
* * lisp/startup.el (command-line): Remove redundant set of no-blinking-cursorStefan Monnier2021-01-141-9/+0
* * lisp/startup.el (command-line): Remove redundant set of no-blinking-cursorStefan Monnier2021-01-141-2/+1
* Fix marking "delayed-initialization" vars as dynamically scopedStefan Monnier2021-01-142-14/+13
* * lisp/info.el (Info-search): Don't deactivate mark when landed in same nodeJuri Linkov2021-01-141-1/+1
* Merge from origin/emacs-27Glenn Morris2021-01-145-15/+21
|\
| * Remove one of recently added warnings abound binding keys in Isearch mapsJuri Linkov2021-01-131-4/+0
| * Fix assertion failure in window_box_height (Bug#45737)Martin Rudalics2021-01-101-3/+5
| * Fix cl-concatenate inliningEli Zaretskii2021-01-091-0/+3
| * Fix infloop in 'pixel-scroll-mode'Tak Kunihiro2021-01-091-4/+8
| * Fix inhibiting the default.el loading in user init fileEli Zaretskii2021-01-081-4/+5
* | ; Merge from origin/emacs-27Glenn Morris2021-01-140-0/+0
|\ \ | |/
| * Fix problem with 8bit content-transfer-encoding in nndoc mbox filesLars Ingebrigtsen2021-01-071-0/+1
* | Merge from origin/emacs-27Glenn Morris2021-01-143-2/+7
|\ \ | |/
| * * doc/misc/tramp.texi (Quick Start Guide): Fix thinko.Michael Albinus2021-01-051-1/+1
| * Tell people how to remove fontconfig customizationsRobert Pluim2021-01-051-0/+5
| * ; * doc/lispref/modes.texi (SMIE Indentation Example): Fix previous commitSimen Heggestøyl2021-01-051-2/+2
| * Remove extraneous closing parenSimen Heggestøyl2021-01-041-1/+1
* | EMBA infrastructure improvements for Emacs build testing.Ted Zlatanov2021-01-145-72/+212
* | * lisp/isearch.el: C-s C-u M-y reads a string from the kill-ring minibufferJuri Linkov2021-01-131-23/+32
* | Lift {global,local}-key-binding to LispStefan Kangas2021-01-133-35/+35
* | Prefer skip-unless in more testsStefan Kangas2021-01-133-19/+19
* | Fix 'visual-line-mode' when 'word-wrap-by-category' is in effectEli Zaretskii2021-01-131-3/+2
* | Use skip-unless instead of if+message in testStefan Kangas2021-01-131-4/+2
* | Remove some XEmacs compat code from testsStefan Kangas2021-01-132-6/+1
* | * lisp/calc/calc.el: Remove some XEmacs compat code.Stefan Kangas2021-01-131-9/+1