summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-12-29* src/keyboard.c (echo_add_key): Use recently rebound C-h key C-q (bug#60249)Juri Linkov
2022-12-29Avoid assertion violations in treesit.c with --enable-checkingEli Zaretskii
2022-12-28Call tree-sitter parser notifier on the first parseYuan Fu
2022-12-28Fix tree-sitter parser notifier recursionYuan Fu
2022-12-28Make last change of w32 GUI dialogs conditional and reversibleEli Zaretskii
2022-12-27* src/w32menu.c (simple_dialog_show): Use MB_YESNOCANCEL style.Eli Zaretskii
2022-12-27; Improve documentation of TAB/SPC indentationEli Zaretskii
2022-12-26Add a new tree-sitter query predicate 'pred'Yuan Fu
2022-12-26Improve handling of tab-bar height.Gregory Heytings
2022-12-26Simplify last change (bug#60311)Eli Zaretskii
2022-12-26Fix 'json-available-p' on MS-WindowsMattias EngdegÄrd
2022-12-26Add maintainer stub for tree-sitter filesYuan Fu
2022-12-26; Fix typosStefan Kangas
2022-12-25; * src/process.c (Fprocess_running_child_p): Doc fix.Eli Zaretskii
2022-12-24; * src/xdisp.c (redisplay_internal): Reinstate the FRAME_LIVE_P test.Eli Zaretskii
2022-12-24; Add treesit_recursion_limitYuan Fu
2022-12-24Fix treesit_cursor_helper (bug#60267)Yuan Fu
2022-12-24Fix restart-emacs alarms (Bug#60220)Paul Eggert
2022-12-24Fix crash after X errorPo Lu
2022-12-23Fix "C-h k" in recursive minibuffersEli Zaretskii
2022-12-22; * src/alloc.c (Fmemory_info): Doc fix.Eli Zaretskii
2022-12-21Fix write-region to null device on MS-WindowsEli Zaretskii
2022-12-20; * src/emacs-module.h.in (enum emacs_funcall_exit): Fix typo.Philipp Stephani
2022-12-18Fix the MS-DOS buildPo Lu
2022-12-18Avoid crashes in PGTK build due to signal in 'note_mouse_highlight'Eli Zaretskii
2022-12-18Fix MS-Windows build broken by recent treesit.c changesEli Zaretskii
2022-12-17Use cursor API in treesit-node-parentYuan Fu
2022-12-17Switch to use cursor API in treesit.cYuan Fu
2022-12-17Add treesit_assume_true and treesit_cursor_helperYuan Fu
2022-12-17Use make-directory handlers uniformlyPaul Eggert
2022-12-17Fix resizing of mini-windows by 'set-minibuffer-message'Eli Zaretskii
2022-12-16; Improve wording of 'format' doc stringEli Zaretskii
2022-12-16Fix SVG scaling (bug#59802)Manuel Giraud
2022-12-16; Fix last changes in buffer.cEli Zaretskii
2022-12-16A better fix for bug#60096Eli Zaretskii
2022-12-16; Fix printing Lisp types in .gdbinitEli Zaretskii
2022-12-16; Fix typosStefan Kangas
2022-12-14Update the documentation of overlays (bug#59996)Eli Zaretskii
2022-12-13; Fix typosStefan Kangas
2022-12-13Improve resetting face attributes when looking for suitable fontsEli Zaretskii
2022-12-12; Avoid compilation warning on MS-WindowsEli Zaretskii
2022-12-12Revert "Revert "Improve last change to xfaces.c" (05ece1eb8b)"Po Lu
2022-12-12Revert "Improve last change to xfaces.c" (05ece1eb8b)Gregory Heytings
2022-12-11; Minor cleanup of last change in xfaces.c.Eli Zaretskii
2022-12-11; Improve docs of relaxing face-font attribute match (bug#59347)Eli Zaretskii
2022-12-11Improve last change to xfaces.cPo Lu
2022-12-11Actually improve detection of long linesGregory Heytings
2022-12-10Unset the weight/slant/width in the spec when realizing a fontGregory Heytings
2022-12-09Make indirect buffers use tree-sitter parsers of their base bufferYuan Fu
2022-12-09; Prefer HTTPS to HTTP in some URLsStefan Kangas