summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ; Fix typoscratch/timsortAndrew G Cohen2022-03-181-1/+1
* Add another sorting unit testAndrew G Cohen2022-03-181-2/+26
* Fix over-zealous assertionsMattias Engdegård2022-03-171-2/+2
* ; Fix mistake in last commit (use of wrong variable)Mattias Engdegård2022-03-171-1/+1
* Resolve sort predicate ahead of timeMattias Engdegård2022-03-171-1/+13
* Add more sorting unit testsAndrew G Cohen2022-03-171-0/+46
* ; Minor improvements to timsortAndrew G Cohen2022-03-163-28/+28
* Replace list and vector sorting with TIMSORT algorithmAndrew G Cohen2022-03-115-98/+993
* Add optional GC marking function to specpdl unwind_ptr recordMattias Engdegård2022-03-052-1/+24
* Garbage Haiku tooltip frames on size changePo Lu2022-03-051-0/+4
* Fix process-attributes time precision on BSDPaul Eggert2022-03-041-59/+47
* Fix process-attributes time precision on GNU/LinuxPaul Eggert2022-03-043-78/+49
* %CPU can exceed 100 on GNU/LinuxPaul Eggert2022-03-042-4/+3
* Avoid unnecessary make_float in time arithmeticPaul Eggert2022-03-041-4/+12
* Fix FreeBSD typo in process-attributes cstimePaul Eggert2022-03-041-1/+1
* Flush default GC before using it in functions that accept a GContextPo Lu2022-03-051-0/+6
* Remove render code in x_scroll_run and drop NoExpose events insteadPo Lu2022-03-051-18/+9
* project-shell: Ensure the resulting buffer is liveDmitry Gutov2022-03-051-1/+6
* Prevent some NoExpose events from being generatedPo Lu2022-03-051-6/+18
* Implement `pre_activate' callbacks for Motif menusPo Lu2022-03-051-2/+19
* Fix the MS-DOS buildPo Lu2022-03-051-0/+1
* trace.el: Preserve the line structureStefan Monnier2022-03-041-4/+7
* Avoid statting directories on startup for InfoLars Ingebrigtsen2022-03-044-89/+73
* Improve scroll-bar-mode/default-frame-alist interaction docsLars Ingebrigtsen2022-03-042-6/+19
* Add some sleeps to gnutls_try_handshakeLars Ingebrigtsen2022-03-048-1/+363
* Add a few warnings about special event structures on XPo Lu2022-03-041-2/+19
* Fix some errors in stretch glyphs code on PGTKPo Lu2022-03-041-17/+6
* Fix wording and punctuation in recent Gnus documentation changesEli Zaretskii2022-03-042-4/+3
* Initialize time inside motion and button events converted from XI eventsPo Lu2022-03-041-10/+19
* Turn expiry on for nnselect groupsAndrew G Cohen2022-03-042-18/+32
* ; Fetch the nnselect-rescan parameter from the topic or groupAndrew G Cohen2022-03-041-1/+1
* Correctly process legacy XI wheel events on top of scroll barsPo Lu2022-03-041-0/+42
* Pass core scroll wheel events outside the edit widget to Emacs on GTKPo Lu2022-03-041-2/+43
* Fix display of stretch glyphs when hscrolled on PGTKPo Lu2022-03-041-14/+11
* * src/pgtkterm.c (pgtk_draw_fringe_bitmap): Synchronize logic with X.Po Lu2022-03-041-1/+14
* ; * src/nsterm.m (ns_draw_fringe_bitmap): Fix typo in last change.Po Lu2022-03-041-1/+2
* Synchronize NS fringe bitmap code with XPo Lu2022-03-041-0/+7
* Synchronize Haiku fringe bitmap code with XPo Lu2022-03-041-9/+23
* Merge from origin/emacs-28Po Lu2022-03-045-3/+51
|\
| * Avoid crashes when fringe bitmaps are defined in daemon modeEli Zaretskii2022-03-034-2/+47
| * One more fix of the BPA implementationEli Zaretskii2022-03-031-0/+1
| * Fix handling of brackets in BPAEli Zaretskii2022-03-031-1/+3
* | Teach Edebug about the special '&whole' syntax for compiler macros.Philipp Stephani2022-03-032-1/+23
* | (with-demoted-errors): Fix bug#54225Stefan Monnier2022-03-031-1/+1
* | Fix clobbering of match data in executable-set-magicLars Ingebrigtsen2022-03-031-6/+7
* | Allow splitting strings in Eshell expansions with "plain" stringsJim Porter2022-03-033-13/+22
* | Fix parsing of indices in Eshell expansionsJim Porter2022-03-033-61/+212
* | Fix Eshell dollar interpolation inside of double-quotesJim Porter2022-03-033-9/+91
* | Add a new macro to simplify parsing temporary Eshell command stringsJim Porter2022-03-031-9/+33
* | Move Eshell variable interpolation tests to their own fileJim Porter2022-03-032-68/+111