aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | (project-current): Fix the previous changeSpencer Baugh2024-04-051-2/+2
* | | ; * lisp/auth-source.el: add declarations to silence compilerMattias Engdegård2024-04-041-0/+3
* | | ; * src/json.c: Comment correctionMattias Engdegård2024-04-041-2/+2
* | | Adapt treesitter tests for EMBAMichael Albinus2024-04-042-1/+7
* | | ; * doc/misc/cl.texi (Function Bindings): Fix reference.Michael Albinus2024-04-041-1/+1
* | | Move read-passwd* to auth-source.el, avoiding compilation warningsMichael Albinus2024-04-043-166/+163
* | | * src/json.c (make_symset_table): Fix over-large allocation size.Mattias Engdegård2024-04-041-1/+1
* | | Disobey display actions while using switch-to-buffer on the tab-lineJuri Linkov2024-04-041-3/+6
* | | Remove redundant byte-swapping boundaryPo Lu2024-04-042-19/+3
* | | Avoid destroying windows after they are unmappedPo Lu2024-04-043-8/+20
* | | ; * src/haikufns.c (syms_of_haikufns): Fix indentation.Po Lu2024-04-041-2/+2
* | | New variable haiku-pass-control-tab-to-systemTor-björn Claesson2024-04-044-0/+28
| |/ |/|
* | Simplify tab-line-switch-to-prev-tab and tab-line-switch-to-next-tab.Juri Linkov2024-04-031-28/+19
* | Don't use file-truepath in Eglot (bug#70036)Theodor Thornhill2024-04-031-18/+24
* | ; * java/org/gnu/emacs/EmacsView.java (onKeyDown): Delete debugging code.Po Lu2024-04-031-2/+0
* | Prevent detachWindow from deleting framesPo Lu2024-04-031-1/+1
* | ; * java/org/gnu/emacs/EmacsWindow.java (reparentTo): Typo.Po Lu2024-04-031-1/+1
* | Revise android.texi to agree with last changePo Lu2024-04-031-4/+6
* | Better align Emacs window management with Android task lifecyclesPo Lu2024-04-037-255/+458
* | Revert "Check if lexical-binding is enabled before warning"Mattias Engdegård2024-04-031-2/+1
* | Make lexical-binding cookie warning test more robustMattias Engdegård2024-04-031-6/+8
* | Check if lexical-binding is enabled before warningPhilip Kaludercic2024-04-031-1/+2
* | ; * src/json.c (json_parse_array): Remove unused variable.Mattias Engdegård2024-04-031-3/+0
* | ; Autoload 'global-completion-preview-mode'Eshel Yaron2024-04-031-0/+1
* | ; * src/json.c (Fjson_insert): Fix typo in doc (bug#70156).Randy Taylor2024-04-031-1/+1
* | ; * src/json.c (Fjson_insert): Doc fix.Eli Zaretskii2024-04-021-1/+2
* | New functions to set and use context of window points (bug#33871)Juri Linkov2024-04-024-0/+124
* | Fix json-insert unibyte buffer bug (bug#70007)Mattias Engdegård2024-04-022-47/+46
* | json-insert doc fixesMattias Engdegård2024-04-022-3/+4
* | New condition/action entry 'category' for 'display-buffer' (bug#69983)Juri Linkov2024-04-024-0/+47
* | Update JSON codec doc stringsMattias Engdegård2024-04-011-48/+50
* | ; * src/json.c (json_parse_object): Call make_hash_table directly.Mattias Engdegård2024-04-011-2/+1
* | Update JSON parser test and docsMattias Engdegård2024-04-012-6/+11
* | (scheme-syntax-propertize-sexp-comment): Allow `#;` in stringsPo Lu2024-04-011-12/+21
* | Correct custom type in tramp-androidsu.elPo Lu2024-04-011-1/+1
* | ; json.c stylistic adjustmentsPo Lu2024-04-011-3/+4
* | ; * doc/lispref/processes.texi: use @code for keywords in @tableMattias Engdegård2024-04-011-4/+4
* | Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacsEli Zaretskii2024-04-0114-230/+330
|\ \
| * | * etc/NEWS: Mention a JSON codec improvement.Mattias Engdegård2024-04-011-0/+4
| * | Fix symbol list matching regexps.Vladimir Kazanov2024-04-012-14/+60
| * | Don't signal `json-end-of-file` for short nonempty bad JSON inputsMattias Engdegård2024-04-012-6/+4
| * | Faster JSON parsingMattias Engdegård2024-04-015-138/+137
| * | Native JSON support is always availableMattias Engdegård2024-04-012-30/+1
| * | Fix mutates-arguments warning for `sort`Mattias Engdegård2024-04-011-9/+20
| * | (scheme-syntax-propertize-sexp-comment): Handle nested sexp-commentsStefan Monnier2024-04-012-10/+34
| * | Fix androidsu's `make-process' file name handlerPo Lu2024-04-011-7/+13
| * | (scheme-syntax-propertize-sexp-comment): Remove unused argumentniceume2024-04-011-3/+3
| * | scheme.el: Enable dealing with regular expression literalniceume2024-04-012-1/+31
| * | Fix listing of Android root directory when it is accessiblePo Lu2024-04-011-15/+10
| * | Fix wildcard signals in dbusbind.cMichael Albinus2024-03-311-0/+16