by shigemk2

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

Emacs 2021-09-28

  • [2021-09-28 23:29:27 +0900]: * lisp/emacs-lisp/map.el: Restore compatibility with Emacs-26
  • [2021-09-28 22:47:01 +0900]: Adapt tramp-tests.el for macOS
  • [2021-09-28 22:45:27 +0900]: * doc/man/emacs.1.in: Add --no-x-resources. (Bug#50855)
  • [2021-09-28 22:33:39 +0900]: ; * doc/lispref/tips.texi (Programming Tips): Fix markup.
  • [2021-09-28 21:56:07 +0900]: Improve coding conventions for error messages
  • [2021-09-28 21:32:06 +0900]: Improve docstrings of ert-resource-{directory,file}
  • [2021-09-28 21:03:38 +0900]: ; * lisp/emacs-lisp/comp.el (batch-native-compile): Don't use non-ASCII.
  • [2021-09-28 21:00:50 +0900]: Make the build of source tarball produce *.eln files
  • [2021-09-28 20:30:02 +0900]: Signal error on newline in internal--format-docstring-line
  • [2021-09-28 17:18:17 +0900]: ; * lisp/emacs-lisp/comp.el (batch-native-compile): Doc fix.
  • [2021-09-28 17:15:43 +0900]: ; * src/lisp.h (enum char_bits): Update the comment.
  • [2021-09-28 15:06:31 +0900]: Adjust ispell-look-command type
  • [2021-09-28 14:51:14 +0900]: Fix search of the look program
  • [2021-09-28 13:49:03 +0900]: Use ert-resource-file in the shorthand tests
  • [2021-09-28 03:46:41 +0900]: Make .eln files executable on Cygwin
  • [2021-09-28 03:36:12 +0900]: ; Still more instrumentation on autorevert-tests.el
  • [2021-09-28 03:35:31 +0900]: Simplify `file-notify--rm-descriptor'
  • [2021-09-28 01:28:11 +0900]: ; * etc/NEWS: fix errors in previous changes
  • [2021-09-28 00:41:34 +0900]: * lisp/mouse.el (context-menu-region): Check for nil for char-after at eobp.