by shigemk2

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

Emacs 2021-10-18

  • [2021-10-18 23:13:18 +0900]: Minor fixes for recent changes in ELisp manual
  • [2021-10-18 22:56:51 +0900]: Fix example in calc manual
  • [2021-10-18 22:24:54 +0900]: *-watch-for-password-prompt: Use run-at-time to read password
  • [2021-10-18 18:35:51 +0900]: Add some defvar indent tests
  • [2021-10-18 17:48:45 +0900]: Mention that we now install the pdmp file with a fingerprinted name
  • [2021-10-18 17:44:28 +0900]: Add indentation rules for DEFUN's def* functions
  • [2021-10-18 17:40:08 +0900]: Update elp-not-profilable
  • [2021-10-18 17:00:20 +0900]: Remove the "def" indentation heuristic
  • [2021-10-18 16:58:48 +0900]: Rewrites of Elisp manual including tab-bar and tab-line changes
  • [2021-10-18 16:44:24 +0900]: Fontify :doc keywords as documentation
  • [2021-10-18 16:22:22 +0900]: Fix possible build issue in pcvs.el and diff-mode.el
  • [2021-10-18 16:13:51 +0900]: Fix build issue with smerge-mode
  • [2021-10-18 16:07:03 +0900]: Add sample user function in eww-auto-rename-buffer
  • [2021-10-18 15:58:02 +0900]: Allow :filter t in make-process to work as with set-process-filter
  • [2021-10-18 14:37:08 +0900]: Do kbd-valid-p prefix comparisons case-sensitively
  • [2021-10-18 09:35:33 +0900]: ; * INSTALL: Fix typo.
  • [2021-10-18 08:49:39 +0900]: * lisp/erc/erc-compat.el (format-spec): Remove redundant require.
  • [2021-10-18 08:33:21 +0900]: Prefer defvar-local in MH-E
  • [2021-10-18 08:28:49 +0900]: Make thumbs-image-type obsolete
  • [2021-10-18 08:27:27 +0900]: Use define-keymap in pcvs and pcvs-defs.el
  • [2021-10-18 07:49:56 +0900]: Convert diff-mode.el from easy-mmode-defmap to define-keymap
  • [2021-10-18 07:35:32 +0900]: Convert smerge-mode.el from easy-mmode-defmap to define-keymap
  • [2021-10-18 05:27:13 +0900]: Add kbd examples to the doc string
  • [2021-10-18 05:14:30 +0900]: Reverse the edmacro-parse-keys/kbd vector/string logic
  • [2021-10-18 04:49:43 +0900]: Allow <mouse-1> in kbd-valid-p
  • [2021-10-18 04:29:59 +0900]: Reinstate defvar-keymap expansion
  • [2021-10-18 04:06:26 +0900]: Back out `define-keymap' optimization -- it leads to a build error
  • [2021-10-18 03:48:34 +0900]: Convert cvs-status-mode-map to new syntax
  • [2021-10-18 03:48:01 +0900]: Support a new ["..."] key binding syntax
  • [2021-10-18 03:28:54 +0900]: * lisp/tab-bar.el: Improve docstrings (bug#51247)
  • [2021-10-18 03:03:27 +0900]: * lisp/tab-bar.el (tab-bar-mouse-move-tab): Don't drag tab to itself.
  • [2021-10-18 02:51:56 +0900]: Pacify gcc -Wsuggest-attribute=malloc
  • [2021-10-18 02:48:45 +0900]: Add tab-bar-drag-maybe for indication of tab dragging (bug#50993)
  • [2021-10-18 02:27:16 +0900]: * lisp/tab-bar.el: Add a new tab on [mouse-1] instead of [down-mouse-1]
  • [2021-10-18 02:25:52 +0900]: Rewrite kbd-valid-p to not use seq
  • [2021-10-18 02:09:29 +0900]: Add new and fix existing docstrings in tab-bar.el and tab-line.el (bug#51247)