aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Fix tool-bar highlight persisting after mouse moves onto WM framePo Lu2022-03-141-1/+21
* | | * src/bytecode.c: Include sysstdio.h, for fprint, stderr.Glenn Morris2022-03-131-0/+1
* | | Enable overscroll on Haiku horizontal scroll barsPo Lu2022-03-142-5/+14
* | | Fix scroll bar movement right before overscroll begins on HaikuPo Lu2022-03-141-24/+19
* | | Really fix find-func for defgenericLars Ingebrigtsen2022-03-131-1/+1
* | | Make vtable sorting stableLars Ingebrigtsen2022-03-131-10/+14
* | | Clang debug notesPaul Eggert2022-03-131-4/+9
* | | Fix evaluation of negated argument predicates in EshellJim Porter2022-03-131-6/+6
* | | * src/bytecode.c (sf_set_ptr): Cast pointer to type of right size.Mattias Engdegård2022-03-131-1/+1
* | | Separate bytecode stackMattias Engdegård2022-03-136-51/+303
* | | Simplify exec_byte_code argumentsMattias Engdegård2022-03-133-22/+17
* | | * lisp/net/ange-ftp.el (ange-ftp-ls): Make a loop when sanitizing LSARGS.Michael Albinus2022-03-131-1/+1
* | | Add cl-defgeneric to find-func, tooLars Ingebrigtsen2022-03-131-1/+1
* | | Allow overscrolling on Haiku scroll bars that are fullPo Lu2022-03-131-1/+1
* | | Fix pointer event tracking on top of Haiku scroll barsPo Lu2022-03-131-0/+3
* | | Fix splurious button events being generated on HaikuPo Lu2022-03-131-8/+12
* | | Fix setting IM spot after key press eventsPo Lu2022-03-131-5/+20
* | | Fix esh-proc-tests on macOSMattias Engdegård2022-03-131-1/+1
* | | ; * etc/NEWS: Fix typo.Eli Zaretskii2022-03-131-1/+2
* | | ; * etc/NEWS: Cleanups as followup to bug#50143.Eli Zaretskii2022-03-131-4/+6
* | | * quail.el (quail-define-package): Describe VAR form in DOCSTRING better.Visuwesh2022-03-131-2/+2
* | | Follow contemporary practices in the Tamil input methodsVisuwesh2022-03-133-20/+109
* | | Fix small regression for horizontal scroll barsPo Lu2022-03-131-2/+2
* | | Improve overscrolling support on HaikuPo Lu2022-03-131-6/+10
* | | ; * haiku_support.cc (MessageReceived): Fix 32-bit build.Po Lu2022-03-131-1/+3
* | | Allow dragging scroll bar for overscroll on HaikuPo Lu2022-03-133-15/+124
* | | ; Merge from origin/emacs-28Stefan Kangas2022-03-130-0/+0
|\ \ \ | |/ /
| * | Emacs pretest 28.0.92emacs-28.0.92Eli Zaretskii2022-03-127-145/+964
* | | Merge from origin/emacs-28Stefan Kangas2022-03-131-43/+171
|\ \ \ | |/ /
| * | ; * admin/authors.el (authors-canonical-file-name): Remove debug leftover.Eli Zaretskii2022-03-121-1/+1
| * | ; Fix data structures in authors.elEli Zaretskii2022-03-121-44/+172
* | | Flocate_file_internal: Protect from `.eln` remappingStefan Monnier2022-03-122-15/+2
* | | Improve reliaibility of scroll bar dimensions adjustment on GTK 3Po Lu2022-03-133-3/+94
* | | Further locate-file fixes on nativecompLars Ingebrigtsen2022-03-121-1/+2
* | | Disable esh-proc-test/kill-pipeline on EMBALars Ingebrigtsen2022-03-121-0/+3
* | | Fix EMBA failure for ert-test-record-backtraceLars Ingebrigtsen2022-03-121-2/+5
* | | Return the same file from locate-file in nativecomp and nonLars Ingebrigtsen2022-03-121-1/+10
* | | Make find-function-regexp also find cl-defun/defmethodLars Ingebrigtsen2022-03-121-0/+1
* | | * lisp/progmodes/python.el: Account for new keywords.Colin Woodbury2022-03-121-0/+2
* | | Facilitate Customisation of Message-Mode Header Completion BehaviourAlexander Adolf2022-03-121-3/+9
* | | ; * src/eval.c: (grow_specpdl): Remove another redundant declarationMattias Engdegård2022-03-121-2/+0
* | | Mark tramp-test30-make-process unstable on EMBALars Ingebrigtsen2022-03-121-1/+3
* | | ; * src/lisp.h: Remove redundant declarationMattias Engdegård2022-03-121-1/+0
* | | Remove never-used relative jump opcodesMattias Engdegård2022-03-121-36/+1
* | | Remove debug code for opcodes long goneMattias Engdegård2022-03-121-18/+2
* | | Faster bytecode immediate argument fetchingMattias Engdegård2022-03-121-1/+1
* | | Maintain end of specpdl instead of sizeMattias Engdegård2022-03-125-19/+20
* | | Inline record_in_backtraceMattias Engdegård2022-03-122-35/+36
* | | Fix the PGTK buildPo Lu2022-03-121-2/+2
* | | Try really hard to make GTK 3 scroll bars fitPo Lu2022-03-122-17/+111