by shigemk2

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

Emacs 2021-10-04

  • [2021-10-04 23:37:30 +0900]: Remove :copy from define-keymap
  • [2021-10-04 23:19:40 +0900]: Fix gnus-group-mode-map breakage from previous patch
  • [2021-10-04 22:54:37 +0900]: ; * src/Makefile.in (../native-lisp): More tweaks of the recipe.
  • [2021-10-04 20:23:18 +0900]: Document with-memoization
  • [2021-10-04 20:19:38 +0900]: * test/infra/gitlab-ci.yml (test-native-comp-speed0): Fix thinko.
  • [2021-10-04 20:17:28 +0900]: Remove implemented emoji items
  • [2021-10-04 20:15:41 +0900]: Add new command 'ensure-empty-lines'.
  • [2021-10-04 19:59:31 +0900]: project.el NEWS tagging
  • [2021-10-04 19:57:06 +0900]: thing-at-mouse NEWS tagging
  • [2021-10-04 19:33:53 +0900]: Add new user option 'translate-upper-case-key-bindings'
  • [2021-10-04 18:56:23 +0900]: Remove MozRepl stuff from js.el
  • [2021-10-04 18:43:17 +0900]: Avoid a warning in python-eldoc-setup-code
  • [2021-10-04 18:18:07 +0900]: Fix problem with outputting error messages while dumping Emacs
  • [2021-10-04 18:09:38 +0900]: Mention ffap-file-name-with-spaces in the ffap doc strin
  • [2021-10-04 17:53:39 +0900]: Allow computing :doc-spec info-look elements at run time
  • [2021-10-04 17:23:18 +0900]: Revert "Make info-look search harder for the Python info file"
  • [2021-10-04 17:17:03 +0900]: Update NEWS for 'define-keymap'
  • [2021-10-04 17:15:04 +0900]: Convert some keymaps to defvar-keymap
  • [2021-10-04 17:12:11 +0900]: Add 'define-keymap' and 'defvar-keymap'
  • [2021-10-04 12:30:26 +0900]: Add safety check in x_menu_show
  • [2021-10-04 12:11:57 +0900]: Tweak x_connection_closed when I/O error
  • [2021-10-04 12:04:09 +0900]: Port unused decls to C2x
  • [2021-10-04 10:26:17 +0900]: Improve structure of TODO
  • [2021-10-04 09:58:16 +0900]: Tweak x_hide_tip for consistency
  • [2021-10-04 09:52:04 +0900]: Remove encode_terminal_code UNINITs
  • [2021-10-04 09:45:20 +0900]: Port pdumper.c maybe_unused to C2x
  • [2021-10-04 09:22:30 +0900]: Port systhreads.h to C2x
  • [2021-10-04 08:37:13 +0900]: Pacify -Wanalyzer-null-argument in lisp_malloc
  • [2021-10-04 08:31:50 +0900]: Pacify gcc 11.2.1 -Wanalyzer-null-argument
  • [2021-10-04 08:08:03 +0900]: Don't use some obsolete names in documentation
  • [2021-10-04 04:35:04 +0900]: Fix recipe for 'native-lisp' directory
  • [2021-10-04 04:22:23 +0900]: ; * lisp/time-stamp.el (time-stamp-format): Doc string.
  • [2021-10-04 03:42:20 +0900]: Simplify socket symlink-attack checking
  • [2021-10-04 03:30:34 +0900]: ; * doc/lispref/files.texi (Reading from Files): Fix wording.
  • [2021-10-04 03:13:23 +0900]: Clarify (elisp) insert-file-contents with BEG or END not on character boundary
  • [2021-10-04 02:53:17 +0900]: * test/infra/gitlab-ci.yml (.native-comp-template): Revert change.
  • [2021-10-04 02:40:14 +0900]: Improve native compilation on emba
  • [2021-10-04 02:36:53 +0900]: * src/Makefile.in: Simplify conditionals.
  • [2021-10-04 02:35:49 +0900]: Move context-menu selection items Defun/List/Symbol to prog-mode (bug#9054)
  • [2021-10-04 02:16:32 +0900]: * lisp/tab-bar.el (tab-bar-detach-tab): Handle frame selected by make-frame.
  • [2021-10-04 02:13:29 +0900]: * lisp/tab-line.el (tab-line-format): Add face-modified to the cache key.
  • [2021-10-04 01:55:35 +0900]: Fix unmounting in Tramp
  • [2021-10-04 01:33:32 +0900]: * etc/themes/light-blue-theme.el: Add "Maintainer: emacs-devel".
  • [2021-10-04 01:05:49 +0900]: Define HAVE_NATIVE_COMP in src/Makefile.in
  • [2021-10-04 00:05:40 +0900]: Simplify hack-read-symbol-shorthands again (bug#50946)
  • [2021-10-04 00:01:30 +0900]: ; Fix last change in tramp-sshfs.el