by shigemk2

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

Emacs 2022-01-24

  • [2022-01-24 23:19:38 +0900]: Fix \href{a_b} in tex-mode
  • [2022-01-24 23:15:59 +0900]: Revert "Fix tex-mode handling of _ chars in href{} commands"
  • [2022-01-24 23:10:18 +0900]: Add derived-mode test for bug#24176
  • [2022-01-24 23:05:28 +0900]: Make anonymous functions work in auto-mode-alist
  • [2022-01-24 23:02:17 +0900]: ; * src/bytecode.c (exec_byte_code): Silence GCC warning
  • [2022-01-24 22:55:35 +0900]: Don't loop so much in gud-query-cmdline on remote systems
  • [2022-01-24 22:00:50 +0900]: Allow jumping to ert failure definitions
  • [2022-01-24 21:26:17 +0900]: * configure.ac: Remove forgotten GLIB_GSETTINGS call
  • [2022-01-24 21:02:00 +0900]: Add NEWS item for `I' command
  • [2022-01-24 20:59:55 +0900]: Add a Help command that'll take you to the lispref manual
  • [2022-01-24 20:39:02 +0900]: Fix tex-mode handling of _ chars in href{} commands
  • [2022-01-24 19:55:57 +0900]: Make `font-lock-add-keywords' work in derived modes
  • [2022-01-24 19:49:54 +0900]: Remove redundant declarations from keyboard.h that are now in lisp.h
  • [2022-01-24 19:35:07 +0900]: * configure.ac (LIBSECCOMP): Bump minimum version for faccessat2.
  • [2022-01-24 19:22:49 +0900]: Make the `f' command work in image-mode again
  • [2022-01-24 19:16:30 +0900]: Add "then" to sh--completion-keywords
  • [2022-01-24 19:09:40 +0900]: Fix Gnus registry key bindings
  • [2022-01-24 18:43:56 +0900]: ; * src/xfns.c (xic_preedit_draw_callback): Init text_length to quieten gcc.
  • [2022-01-24 18:33:15 +0900]: Orderly inhibit frame resizing when activating tool or tab bar (Bug#52986)
  • [2022-01-24 17:22:54 +0900]: * src/xterm.c (x_composite_image): Use the display's picture format.
  • [2022-01-24 16:35:48 +0900]: Scale coordinates when checking if a touch event falls inside menu bar
  • [2022-01-24 16:22:04 +0900]: Avoid glitches in ELC lines in build output
  • [2022-01-24 13:54:26 +0900]: * src/xterm.c (handle_one_xevent): Drop frame picture on configure.
  • [2022-01-24 13:44:55 +0900]: Add some code for transparent frame backgrounds without Cairo
  • [2022-01-24 11:21:24 +0900]: Get rid of compose status on XI2
  • [2022-01-24 10:08:03 +0900]: Expunge read-with-symbol-position and read-symbol-positions-list
  • [2022-01-24 09:46:39 +0900]: Set IC preedit area on ConfigureNotify
  • [2022-01-24 01:41:23 +0900]: Bind print-symbols-bare to t in byte-compile-from-buffer
  • [2022-01-24 01:09:55 +0900]: Make message in hack-local-variables-confirm clearer
  • [2022-01-24 00:48:42 +0900]: Make `C-x M-x insert-kbd-macro RET RET' work better