by shigemk2

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

brew 2021-07-26

  • [2021-07-26 21:14:28 +0900]: docs/How-To-Open-a-Homebrew-Pull-Request: don't install with debug/verbose.
  • [2021-07-26 16:08:26 +0900]: Formula: use opt_prefix for service helpers
  • [2021-07-26 15:58:34 +0900]: Allow anonymous access in private registries
  • [2021-07-26 03:25:18 +0900]: Docs: remove bottle :unneeded mention
  • [2021-07-26 03:14:45 +0900]: Docs: better flags for build/test commands

Emacs 2021-07-25

  • [2021-07-25 23:54:00 +0900]: Add instructions for Tramp bug reports
  • [2021-07-25 20:04:43 +0900]: Fix tex-validate-buffer
  • [2021-07-25 22:55:50 +0900]: Add back occur-mode-find-occurrence for compatibility (bug#39121)
  • [2021-07-25 21:50:46 +0900]: Fix compilation of xftfont.c with old fontconfig
  • [2021-07-25 21:14:49 +0900]: Fix extended attributes for Tramp's sudoedit method (bug#49724)
  • [2021-07-25 19:23:28 +0900]: * etc/NEWS: Fix renaming of directory-append.
  • [2021-07-25 16:37:36 +0900]: When bookmark is overwritten, unfontify its previous position
  • [2021-07-25 19:05:01 +0900]: Use `file-name-concat' in Tramp
  • [2021-07-25 18:24:53 +0900]: Don't squash markers in occur-edit-mode
  • [2021-07-25 16:16:08 +0900]: Add commands to move to next/previous column in tabulated-list-mode
  • [2021-07-25 15:54:20 +0900]: Rename directory-append to file-name-concat
  • [2021-07-25 15:00:50 +0900]: Allow empty elements in directory-append
  • [2021-07-25 00:11:21 +0900]: Disable delay and ding in replace-tests
  • [2021-07-25 02:18:28 +0900]: ; * src/fileio.c (Fdirectory_append): Doc fix.
  • [2021-07-25 02:11:08 +0900]: Add filter to GDB's register buffer
  • [2021-07-25 01:48:44 +0900]: Really convert to multibyte in Fdirectory_append
  • [2021-07-25 01:49:57 +0900]: Fix last commit in tramp.el
  • [2021-07-25 01:35:14 +0900]: Fix Fdirectory_append check for whether strings have to be converted
  • [2021-07-25 01:21:50 +0900]: Set the normal-erase-is-backspace variable from Customize
  • [2021-07-25 01:09:14 +0900]: Tweak Fdirectory_append slightly
  • [2021-07-25 01:06:36 +0900]: Improve directory-append manual entry
  • [2021-07-25 00:28:10 +0900]: Tweak Fdirectory_append for efficiency
  • [2021-07-25 00:22:43 +0900]: Extend directory-append to take an arbitrary number of components

Emacs 2021-07-24

  • [2021-07-24 22:59:36 +0900]: ; Fix directory-append arglist in files.texi.
  • [2021-07-24 20:58:03 +0900]: Add Tramp support for yubikey (bug#49714)
  • [2021-07-24 20:53:46 +0900]: Adjust tab-bar to the new mode-line-misc-info value
  • [2021-07-24 20:47:54 +0900]: Remove duplicated NEWS entries
  • [2021-07-24 20:46:02 +0900]: Make 's' in Help work for Lisp-defined variables again
  • [2021-07-24 20:34:52 +0900]: Fix problem when moving files called ~ to the trash
  • [2021-07-24 20:30:58 +0900]: Add new function `directory-append'
  • [2021-07-24 18:16:15 +0900]: Make the test for auto-mode-alist from .dir-local.el stricter
  • [2021-07-24 04:49:34 +0900]: ; * etc/NEWS: Fix wording of the 'fill-column' entry.
  • [2021-07-24 04:46:28 +0900]: ; * lisp/calendar/cal-french.el (calendar-french-trim-feast): Doc fix.
  • [2021-07-24 04:43:22 +0900]: ; * lisp/files.el (set-auto-mode--apply-alist): Doc fix.
  • [2021-07-24 04:38:10 +0900]: Improve recently added documentation
  • [2021-07-24 03:29:59 +0900]: Fix bug#49699
  • [2021-07-24 03:18:21 +0900]: Fix typo in set-auto-mode--apply-alist
  • [2021-07-24 00:58:20 +0900]: Allow storing SMTP variables when queueing mail

fish-shell 2021-07-24

  • [2021-07-24 16:28:39 +0900]: Revert "Clear to eol before outputting line in multi-line prompt"
  • [2021-07-24 05:01:39 +0900]: completions/set: fix quoting error
  • [2021-07-24 03:50:04 +0900]: fish_clipboard_{copy,paste}: only use xsel/xclip if $DISPLAY is set
  • [2021-07-24 03:22:45 +0900]: Remove a stale comment and add a missing initializer
  • [2021-07-24 02:38:43 +0900]: Work around Terminal.app's awkward alt-left/right sequences
  • [2021-07-24 02:29:16 +0900]: docs: Document how complete groups options
  • [2021-07-24 01:00:50 +0900]: docs: Reword cd a bit
  • [2021-07-24 00:54:43 +0900]: doc: Some more rewordings
  • [2021-07-24 00:21:12 +0900]: Implicitly use $PWD in $CDPATH in completions and highlighting

PHP 2021-07-23

  • [2021-07-23 23:10:34 +0900]: Share zval_make_interned_string() helper
  • [2021-07-23 20:01:40 +0900]: Remove redundant static_members/mutable_data cleanup
  • [2021-07-23 19:51:47 +0900]: Remove zend_cleanup_internal_classes()
  • [2021-07-23 18:26:39 +0900]: Assert that call to method always has called scope or object
  • [2021-07-23 18:17:29 +0900]: Fix bug #66719
  • [2021-07-23 17:58:05 +0900]: Set called_scope in __callStatic closure trampoline
  • [2021-07-23 17:27:31 +0900]: Fix bug #63327
  • [2021-07-23 16:45:39 +0900]: Add test for bug #80564