aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | * src/lisp.h (DOHASH): Handle rehashing (bug#68690)Stefan Monnier2024-01-241-14/+24
* | Take stock of the wheel-up/down confusionStefan Monnier2024-01-244-8/+15
* | Fix build when CHECK_LISP_OBJECT_TYPE is setStefan Monnier2024-01-241-1/+6
* | * lisp/emacs-lisp/pcase.el (Commentary:): Add paper referenceStefan Monnier2024-01-241-0/+8
* | (struct composition): Remove dependency on hash-table internalsStefan Monnier2024-01-246-13/+20
* | (DOHASH): Change calling conventionStefan Monnier2024-01-249-52/+51
* | Remove too-tricky make_lisp_symbol optimizationStefan Monnier2024-01-231-10/+14
* | (struct charset): Remove dependency on hash-table internalsStefan Monnier2024-01-233-16/+29
* | Fix cus-test-depsMichael Albinus2024-01-231-1/+6
* | Further shrink eglot--{}Basil L. Contovounesios2024-01-231-1/+1
* | ; Fix DOHASHGerd Möllmann2024-01-231-1/+3
* | Correct crash when executing IP within twilight zonePo Lu2024-01-231-0/+12
* | * src/sfnt.c (sfnt_mul_f26dot6_fixed): Correct typo in last change.Po Lu2024-01-231-1/+1
* | * src/regex-emacs.c (forall_firstchar_1): Improve corner caseStefan Monnier2024-01-221-2/+12
* | * src/pdumper.c (dump_object_needs_dumping_p): SimplifyStefan Monnier2024-01-221-15/+4
* | Revert "* Update a comp test (bug#68523)"Andrea Corallo2024-01-221-1/+1
* | * lisp/leim/quail/indian.el (tamil-input): Use `quail' as parent group.Michael Albinus2024-01-221-1/+1
* | Do not overwrite flags of succeeding points during generic movePo Lu2024-01-221-0/+6
* | Correct values of INSTCTRL flags testedPo Lu2024-01-221-46/+36
* | Add an eassert back to XSYMBOLPaul Eggert2024-01-211-1/+6
* | Speed up builtin_lisp_symbol when not optimizingPaul Eggert2024-01-211-2/+7
* | * configure.ac: Cease suppressing detection of utmp.h.Po Lu2024-01-221-6/+0
* | Update from GnulibPo Lu2024-01-221-10/+14
* | ; Fix typos in symbol namesStefan Kangas2024-01-2116-19/+18
* | doc: Delete extraneous quotes around keysStefan Kangas2024-01-2131-204/+206
* | Change HASH_UNUSED_ENTRY_KEY from Qunbound to NULL floatMattias Engdegård2024-01-214-29/+29
* | Make better use of fixnum range in sxhash etcMattias Engdegård2024-01-211-20/+25
* | Clarify permitted mutation in `maphash` documentationMattias Engdegård2024-01-212-0/+6
* | Add C macro for hash table iterationMattias Engdegård2024-01-218-82/+59
* | project-recompile: New commandDmitry Gutov2024-01-211-0/+13
* | ; * etc/NEWS: Improve mwheel entry.Po Lu2024-01-211-3/+4
* | Don't invert wheel event directionsPo Lu2024-01-211-1/+9
* | * lisp/mwheel.el (mouse-wheel-obey-old-style-wheel-buttons): SimplifyStefan Monnier2024-01-201-10/+1
* | (define-derived-mode): Fix bug#68600Stefan Monnier2024-01-201-2/+2
* | ; * msdos/sedleim.inp: Adapt to Emacs 30.Po Lu2024-01-211-0/+4
* | * make-dist (possibly_non_vc_files): Append exec standard files.Po Lu2024-01-211-0/+2
* | ; * exec/Makefile.in: Correct typo.Po Lu2024-01-211-1/+1
* | Suppress detection of utmpx.h on AndroidPo Lu2024-01-211-0/+6
* | ; * exec/Makefile.in (extraclean): Remove standard files.Po Lu2024-01-211-2/+5
* | Omit -DHAVE_CONFIG_HPaul Eggert2024-01-201-3/+0
* | Speed up make_lisp_symbol when debuggingPaul Eggert2024-01-201-1/+1
* | Simplify and tune XSYMBOLPaul Eggert2024-01-201-4/+1
* | Be more systematic about parens in C source codePaul Eggert2024-01-2046-309/+309
* | Omit some parensPaul Eggert2024-01-201-2/+2
* | Pacify gcc -Wsuggest-attribute=mallocPaul Eggert2024-01-201-1/+1
* | Fix autogen.sh’s spurious ‘git diff’ outputPaul Eggert2024-01-206-4225/+19
* | Merge branch 'mwheel-no-alts'Stefan Monnier2024-01-207-144/+119
|\ \
| * | mwheel.el: Code clean to reduce duplicationStefan Monnier2024-01-201-33/+21
| * | mwheel.el: Remove `mouse-wheel-*-alternate-event` varsStefan Monnier2024-01-203-69/+22
| * | mwheel.el: Unconditionally use the `wheel-up/down/...` eventsStefan Monnier2024-01-205-26/+42