by shigemk2

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

Emacs 2021-12-03

  • [2021-12-03 23:50:09 +0900]: Fix dired--insert-disk-space
  • [2021-12-03 23:19:26 +0900]: * lisp/image.el (image): Add :prefix and :link.
  • [2021-12-03 23:13:32 +0900]: image-mode: Advertize viewing as text less eagerly
  • [2021-12-03 23:07:37 +0900]: * lisp/emacs-lisp/cl-macs.el (natnum): Fix typo
  • [2021-12-03 22:56:52 +0900]: * lisp/emacs-lisp/cl-macs.el (natnum): Define it as a type
  • [2021-12-03 22:34:19 +0900]: ; * lisp/image-mode.el (image-mode): Minor doc fix.
  • [2021-12-03 22:24:43 +0900]: Adapt directory summary line handling in Tramp
  • [2021-12-03 21:51:19 +0900]: Add Tramp version integrated in Emacs 28.1
  • [2021-12-03 21:43:46 +0900]: Update Tramp version (don't merge with master)
  • [2021-12-03 17:40:15 +0900]: Unbreak build after 9c222b9c1a7f91497a37567b4d7de3a511fff069.
  • [2021-12-03 17:02:46 +0900]: Revert "Support display of non-ASCII characters with aligned columns"
  • [2021-12-03 15:31:20 +0900]: Send scroll stop events to xwidgets when built with XInput 2
  • [2021-12-03 14:55:39 +0900]: Improve velocity calculation in momentum scrolling
  • [2021-12-03 12:01:33 +0900]: Port to C compilers that lack size-0 arrays
  • [2021-12-03 11:43:43 +0900]: Port emacsclient to Solaris 10
  • [2021-12-03 11:38:25 +0900]: * CONTRIBUTE: Improve commit message instructions
  • [2021-12-03 11:18:39 +0900]: Work around IBM XL C compiler bug
  • [2021-12-03 11:12:29 +0900]: Make momentum scrolling much nicer
  • [2021-12-03 09:59:24 +0900]: * lisp/pixel-scroll.el (pixel-scroll-start-momentum): Fix algorithm.
  • [2021-12-03 07:57:23 +0900]: * admin/make-tarball.txt: Various clarifications.
  • [2021-12-03 07:51:35 +0900]: * admin/diff-tar-files: Don't assume .tar.gz.
  • [2021-12-03 03:31:43 +0900]: * etc/NEWS: Mention change in `insert-directory' derivates. Fix typos.
  • [2021-12-03 03:12:05 +0900]: * lisp/tab-bar.el (tab-bar-close-other-tabs): Fix regression.
  • [2021-12-03 02:46:26 +0900]: ; * src/xdisp.c (syms_of_xdisp) <align-columns-display>: Doc fix.
  • [2021-12-03 02:44:46 +0900]: Support display of non-ASCII characters with aligned columns
  • [2021-12-03 02:30:16 +0900]: update_autogen: Improve error handling slightly
  • [2021-12-03 02:17:14 +0900]: update_autogen: Remove unused -H flag
  • [2021-12-03 02:15:41 +0900]: ; update_autogen: Remove -I flag handling completely
  • [2021-12-03 01:33:00 +0900]: Fix characters.el build issue
  • [2021-12-03 00:47:42 +0900]: Fix previous macroexp--warn-wrap change