aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | ; * lisp/progmodes/gdb-mi.el (gdb-load-history): Add doc string.Eli Zaretskii2023-12-211-0/+3
* | | Function to load GDB historyManuel Giraud2023-12-211-31/+35
* | | Improve and update documentation of registersEli Zaretskii2023-12-213-83/+146
* | | Implement an undocumented TrueType "feature"Po Lu2023-12-211-1/+33
* | | * src/sfnt.c (GETINFO): Implement undocumented selector bit 5.Po Lu2023-12-211-2/+8
* | | Accept empty contours in glyphsPo Lu2023-12-211-2/+4
* | | * lisp/register.el (register-read-with-preview-fancy): Fit in 80 columnsStefan Monnier2023-12-201-66/+64
* | | Correct defcustoms in register.elPo Lu2023-12-211-2/+2
* | | Jsonrpc: deal with nested synchronous jsonrpc-requestJoão Távora2023-12-201-57/+118
* | | Jsonrpc: rework implementation of continuationsJoão Távora2023-12-202-42/+46
* | | trace.el: use cl-printJoão Távora2023-12-201-4/+6
* | | Merge commit 'new-fix-for-bug-60819'Stefan Monnier2023-12-203-39/+36
|\ \ \ | |/ /
| * | (file-expand-wildcards): Handle patterns ending in "/"Stefan Monnier2023-12-093-37/+34
| * | * lisp/files.el (file-expand-wildcards): Fix sorting of subdirsStefan Monnier2023-12-091-2/+2
* | | * lisp/cedet/semantic/db.el (semanticdb-create-database): Remove obsolete argStefan Monnier2023-12-202-3/+2
* | | * lisp/org/org-src.el (org-src-font-lock-fontify-block): Fix point-min /= 1Stefan Monnier2023-12-201-2/+5
* | | (bibtex-font-lock-keywords): Expose a lambda to the compilerStefan Monnier2023-12-201-7/+7
* | | Specific rcirc log file time stamp formatMatto Fransen2023-12-203-1/+16
* | | Rename *basic symbols and words to traditional in registerThierry Volpiatto2023-12-201-10/+10
* | | Fix condition in register-read-with-preview-fancyThierry Volpiatto2023-12-201-5/+5
* | | Fix issue with register commands in kmacroStefan Monnier2023-12-201-58/+56
* | | Provide emacs-29 behavior for register-previewThierry Volpiatto2023-12-201-24/+132
* | | Don't confirm with RET even when overwriting in register commandsThierry Volpiatto2023-12-201-11/+56
* | | project--read-file-cpd-relative: Don't abbreviate at allDmitry Gutov2023-12-201-6/+6
* | | Fix project-find-file history (with project--read-file-cpd-relative)Dmitry Gutov2023-12-201-4/+4
* | | Add "back" button on top of the pre-rename vc-print-log bufferDmitry Gutov2023-12-201-33/+69
* | | Calc: speed up math-read-preprocess-string (bug#67536)Mattias Engdegård2023-12-192-13/+70
* | | ; * lisp/progmodes/rust-ts-mode.el: Escape asterisks in regexp.Mattias Engdegård2023-12-191-1/+2
* | | ; * src/eval.c (syms_of_eval) <debugger>: Doc fix.Eli Zaretskii2023-12-191-6/+6
* | | Fido-mode: don't error if case-fold-search is globally nilJoão Távora2023-12-191-9/+10
* | | Improve efficiency of operations involving font interpreter scalePo Lu2023-12-191-20/+21
* | | Properly sign-extend freedom and projection vector valuesPo Lu2023-12-191-4/+4
* | | Further corrections to font scalingPo Lu2023-12-192-38/+47
* | | ; Small copyedits to doc/misc/eglot.texiJoão Távora2023-12-181-18/+28
* | | debug.el: Straighten the code that find the "base" of the backtraceStefan Monnier2023-12-183-37/+52
* | | Further fixes for problems uncovered by the previous fixPo Lu2023-12-181-9/+14
* | | ; * src/sfnt.c: Fix typo.Po Lu2023-12-181-1/+1
* | | * src/sfnt.c (sfnt_interpret_mdap): Correct MDAP opcode.Po Lu2023-12-181-4/+4
* | | Fix typo in earlier changesPo Lu2023-12-181-5/+5
* | | Add erc-track integration to erc-nicksF. Jason Park2023-12-174-30/+113
* | | Cache shortened channel names in erc-trackF. Jason Park2023-12-172-4/+74
* | | Promote "normal" faces in erc-trackF. Jason Park2023-12-174-25/+376
* | | Forgo excess nick buttonizing on JOINs and QUITsF. Jason Park2023-12-172-6/+32
* | | Rename erc-channel-users to erc-channel-membersF. Jason Park2023-12-174-14/+25
* | | Consolidate status-prefix slots of erc-channel-userF. Jason Park2023-12-174-52/+123
* | | Demote erc-fill-line-spacing to a normal variableF. Jason Park2023-12-172-34/+33
* | | Use templates for formatting chat messages in ERCF. Jason Park2023-12-1715-167/+898
* | | Add erc--spkr text property to chat messagesF. Jason Park2023-12-1717-62/+86
* | | Skip erc-ignored-user-p when erc-ignore-list is emptyF. Jason Park2023-12-173-5/+9
* | | Make erc-get-user-mode-prefix more flexibleF. Jason Park2023-12-173-13/+28