by shigemk2

当面は技術的なことしか書かない

Emacs 2022-01-27

  • [2022-01-27 22:36:52 +0900]: Improve xwidget window ancestry calculations
  • [2022-01-27 20:22:47 +0900]: * src/pdumper.c (dump_vectorlike): Handle PVEC_SYMBOL_WITH_POS.
  • [2022-01-27 19:47:41 +0900]: * Fix `startup--honor-delayed-native-compilations' for (bug#53497)
  • [2022-01-27 18:39:53 +0900]: * Have `benchmark-run-compiled' use the native compiler when available
  • [2022-01-27 15:07:08 +0900]: * lisp/xwidget.el (xwidget-webkit-edit-mode-map): Pass C-backspace.
  • [2022-01-27 14:56:32 +0900]: Implement crossing event generation between windows for xwidgets on X
  • [2022-01-27 12:23:18 +0900]: Silence byte-compiler slightly in tests
  • [2022-01-27 12:15:13 +0900]: Don't use obsolete second argument to byte-compile-file
  • [2022-01-27 11:56:49 +0900]: Don't discourage auto-mode-alist entries in autoloads
  • [2022-01-27 11:03:56 +0900]: Improve XI2 valuator reset logic
  • [2022-01-27 10:33:11 +0900]: * src/xterm.c (x_focus_frame): Set input focus on outer window.
  • [2022-01-27 10:25:20 +0900]: Get rid of unnecessary draw locking in haikumenu.c
  • [2022-01-27 10:20:25 +0900]: Apply fix for bug#52761 to GTK native input as well
  • [2022-01-27 06:58:21 +0900]: * Makefile.in (install-etc): Remove unnecessary chown.
  • [2022-01-27 02:54:58 +0900]: Make smerge-refine-ignore-whitespace into defcustom
  • [2022-01-27 00:47:31 +0900]: Add tests for concat, vconcat and append
  • [2022-01-27 00:17:49 +0900]: Partially revert a fill-region-as-paragraph regression