summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-05Define missing type in semantic/db-find.elPo Lu
2024-04-05* lisp/hexl.el (hexl-mode): Fix doc string (bug#70163).Eli Zaretskii
2024-04-05Fix Semantic tag discovery when loading of unloaded files is suppressedPo Lu
2024-04-05(project-current): Fix the previous changeSpencer Baugh
2024-04-04; * lisp/auth-source.el: add declarations to silence compilerMattias Engdegård
2024-04-04; * src/json.c: Comment correctionMattias Engdegård
2024-04-04Adapt treesitter tests for EMBAMichael Albinus
2024-04-04; * doc/lispref/tips.texi (Documentation Tips): Improve (bug#70163).Eli Zaretskii
2024-04-04; * doc/misc/cl.texi (Function Bindings): Fix reference.Michael Albinus
2024-04-04Move read-passwd* to auth-source.el, avoiding compilation warningsMichael Albinus
2024-04-04; Update admin/make-tarball.txtEli Zaretskii
2024-04-04* src/json.c (make_symset_table): Fix over-large allocation size.Mattias Engdegård
2024-04-04Disobey display actions while using switch-to-buffer on the tab-lineJuri Linkov
2024-04-04Remove redundant byte-swapping boundaryPo Lu
2024-04-04Avoid destroying windows after they are unmappedPo Lu
2024-04-04; * src/haikufns.c (syms_of_haikufns): Fix indentation.Po Lu
2024-04-04New variable haiku-pass-control-tab-to-systemTor-björn Claesson
2024-04-03Simplify tab-line-switch-to-prev-tab and tab-line-switch-to-next-tab.Juri Linkov
2024-04-03Don't use file-truepath in Eglot (bug#70036)Theodor Thornhill
2024-04-03; * java/org/gnu/emacs/EmacsView.java (onKeyDown): Delete debugging code.Po Lu
2024-04-03Prevent detachWindow from deleting framesPo Lu
2024-04-03; * java/org/gnu/emacs/EmacsWindow.java (reparentTo): Typo.Po Lu
2024-04-03Revise android.texi to agree with last changePo Lu
2024-04-03Better align Emacs window management with Android task lifecyclesPo Lu
2024-04-03Revert "Check if lexical-binding is enabled before warning"Mattias Engdegård
2024-04-03Make lexical-binding cookie warning test more robustMattias Engdegård
2024-04-03Check if lexical-binding is enabled before warningPhilip Kaludercic
2024-04-03; * src/json.c (json_parse_array): Remove unused variable.Mattias Engdegård
2024-04-03; Autoload 'global-completion-preview-mode'Eshel Yaron
2024-04-03; * src/json.c (Fjson_insert): Fix typo in doc (bug#70156).Randy Taylor
2024-04-02; * src/json.c (Fjson_insert): Doc fix.Eli Zaretskii
2024-04-02New functions to set and use context of window points (bug#33871)Juri Linkov
2024-04-02Fix json-insert unibyte buffer bug (bug#70007)Mattias Engdegård
2024-04-02json-insert doc fixesMattias Engdegård
2024-04-02New condition/action entry 'category' for 'display-buffer' (bug#69983)Juri Linkov
2024-04-01Update JSON codec doc stringsMattias Engdegård
2024-04-01; * src/json.c (json_parse_object): Call make_hash_table directly.Mattias Engdegård
2024-04-01Update JSON parser test and docsMattias Engdegård
2024-04-01(scheme-syntax-propertize-sexp-comment): Allow `#;` in stringsPo Lu
2024-04-01Correct custom type in tramp-androidsu.elPo Lu
2024-04-01; json.c stylistic adjustmentsPo Lu
2024-04-01; * doc/lispref/processes.texi: use @code for keywords in @tableMattias Engdegård
2024-04-01; * etc/PROBLEMS: Add an entry about WebKitGTK (bug#66068).Eli Zaretskii
2024-04-01Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacsEli Zaretskii
2024-04-01Add support for `ch' and `cw' dimension specifiers for imagesZajcev Evgeny
2024-04-01* etc/NEWS: Mention a JSON codec improvement.Mattias Engdegård
2024-04-01Fix symbol list matching regexps.Vladimir Kazanov
2024-04-01Don't signal `json-end-of-file` for short nonempty bad JSON inputsMattias Engdegård
2024-04-01Faster JSON parsingMattias Engdegård
2024-04-01Native JSON support is always availableMattias Engdegård