aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* (backtrace-on-redisplay-error): Use `handler-bind`scratch/handler-bindStefan Monnier2023-12-285-91/+84
* (signal_or_quit): Preserve error object identityStefan Monnier2023-12-283-38/+42
* eval.c: Add new var `lisp-eval-depth-reserve`Stefan Monnier2023-12-283-26/+51
* (macroexp--with-extended-form-stack): Use plain `let`Stefan Monnier2023-12-282-26/+25
* Move batch backtrace code to `top_level_2`Stefan Monnier2023-12-284-25/+31
* startup.el: Use `handler-bind` to implement `--debug-init`Stefan Monnier2023-12-281-124/+97
* emacs-module-tests.el (mod-test-non-local-exit-signal-test): Repair testStefan Monnier2023-12-281-7/+6
* Use handler-bind to repair bytecomp-testsMattias Engdegård2023-12-281-12/+6
* Fix ert-tests.el for the new `handler-bind` codeStefan Monnier2023-12-281-51/+50
* ert.el: Use `handler-bind` to record backtracesStefan Monnier2023-12-282-86/+55
* (eval-expression): Fix bug#67196Stefan Monnier2023-12-271-16/+13
* New special form `handler-bind`Stefan Monnier2023-12-277-20/+226
* ; Fix typosStefan Kangas2023-12-283-5/+5
* Abbreviate the VC revision in vc-annotate's buffer nameJim Porter2023-12-274-3/+32
* ; * doc/misc/eglot.texi (Performance): Fix a typo.Eli Zaretskii2023-12-271-1/+1
* Eglot: experimental support for Eglot-only subprojectsJoão Távora2023-12-271-19/+29
* Eglot: bump to 1.16João Távora2023-12-273-21/+55
* Eglot: fix typoJoão Távora2023-12-271-1/+2
* Eglot: introduce eglot-events-buffer-configJoão Távora2023-12-272-24/+40
* Jsonrpc: bump to 1.0.23João Távora2023-12-271-1/+1
* Revert e8df6c311fcf59bf23d31b9db2bb8fec9d78fbe7Yuan Fu2023-12-261-4/+7
* Fix Tramp error in project-find-fileDmitry Gutov2023-12-271-8/+9
* Revert "Eglot: Make 'try-completion' less broken"João Távora2023-12-261-4/+3
* Eglot: Make 'try-completion' less brokenJoão Távora2023-12-261-3/+4
* ; * src/ftfont.c (ftfont_glyph_metrics): Comment on advance rounding.Po Lu2023-12-261-0/+6
* Consistently round glyph advances in the SFNT font backendPo Lu2023-12-262-7/+12
* Eglot: partial fix for middle-of-symbol completionsJoão Távora2023-12-261-1/+3
* Add Python to `recentf-arrange-rules`Stefan Kangas2023-12-251-6/+12
* Apply TTF advance width rounding to uninstructed glyphsPo Lu2023-12-252-12/+16
* Optimize font edge filling loopPo Lu2023-12-251-54/+33
* Fix ses-formula-recordVincent Belaïche2023-12-241-14/+13
* Fix test about need for explicit printing inserted linesVincent Belaïche2023-12-241-9/+19
* More doc on ses+ and argument orderVincent Belaïche2023-12-241-1/+6
* * src/eval.c (signal_or_quit): Fix naming inconsistency with docsStefan Monnier2023-12-241-2/+2
* checkdoc: Avoid false positive for keybinding in docstringStefan Kangas2023-12-242-2/+14
* Make stty settings configurable in Tramp's make-processMichael Albinus2023-12-241-6/+24
* Fix toolbar for Log Edit modeEli Zaretskii2023-12-242-16/+11
* ; * src/eval.c (Fdefvar): Doc fix (bug#67991).Eli Zaretskii2023-12-241-2/+8
* Introduce a toolbar for Log Edit modePo Lu2023-12-2413-4/+575
* jit-lock-force-redisplay: Make it workDmitry Gutov2023-12-231-0/+1
* Optionally continue on error in erc-auth-source-searchF. Jason Park2023-12-232-8/+44
* Fix overlapping logs from erc-truncate-buffer-on-saveF. Jason Park2023-12-235-13/+77
* Replace some uses of erc-errorF. Jason Park2023-12-238-53/+70
* Populate erc--msg-prop-overrides for CTCP repliesF. Jason Park2023-12-232-31/+32
* ; Fix some doc strings in ERCF. Jason Park2023-12-233-9/+10
* ; * src/xdisp.c (draw_glyphs): Fix coding style.Po Lu2023-12-231-1/+1
* Merge from origin/emacs-29Eli Zaretskii2023-12-2316-118/+239
|\
| * * doc/man/emacsclient.1: Fix --tramp option.Michael Albinus2023-12-231-2/+2
| * * doc/man/emacsclient.1: Add missing sections (bug#66598)Peter Oliver2023-12-231-6/+54
| * Add explanation for extra parentheses in ELisp IntroductionXiyue Deng2023-12-231-0/+4