]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2021-12-26 Stefan KangasPrefer the defcustom :risky property in gnus
2021-12-26 Stefan Kangas; * lisp/subr.el (define-keymap): Fix typos.
2021-12-26 Stefan KangasRewrite disabled-command to use read-multiple-choice
2021-12-26 Stefan Kangasread-multiple-choice: Display "SPC" instead of " "
2021-12-26 Stefan Kangasread-multiple-choice: Add optional argument show-help
2021-12-26 Stefan Kangasread-multiple-choice: Add face when key not in name...
2021-12-26 Stefan KangasFactor out new function rmc--add-key-description
2021-12-26 Po Lu* INSTALL: Document `--with-xinput2'.
2021-12-26 Eli Zaretskii; * doc/lispref/commands.texi (Misc Events): Fix wording.
2021-12-26 Po LuAccumulate deltas in pinch events that were skipped
2021-12-26 Po LuClarify situations where pinch events can be sent.
2021-12-26 Po LuCoalesce pinch gestures in the keyboard buffer
2021-12-26 Po LuDocument the representation of DX and DY in pinch events
2021-12-26 Po LuDocument some missing commands related to text scaling
2021-12-26 Eli Zaretskii; * doc/lispref/commands.texi (Misc Events): Fix typos...
2021-12-26 Po LuFix some issues with a recent change
2021-12-26 Eli Zaretskii; Fix last change: use 'utf-8-emacs-unix' encoding.
2021-12-26 Eli ZaretskiiMinor improvements in multisession.el
2021-12-26 Po LuChange `x-server-input-version' to `x-server-input...
2021-12-26 Po LuAdd configure tests for faulty XI2 installations
2021-12-26 Po LuOnly focus frame implicitly if focus flag is set
2021-12-26 Stefan KangasAdd test for text-char-description
2021-12-26 Po LuAdd support for pinch gestures to the XI2 build
2021-12-26 Stefan KangasMerge from origin/emacs-28
2021-12-26 Po LuAllow interpolating scrolls via the Page Down and Page...
2021-12-26 Po LuDon't clear internal border if frame isn't realized
2021-12-26 Stefan KangasMake read-multiple-choice-face inherit help-key-binding
2021-12-26 Sam SteingoldUse the standard `quit-window' binding from `special...
2021-12-26 Stefan KangasImprove documentation of read-multiple-choice
2021-12-25 Protesilaos... Update modus-themes to version 2.0.0
2021-12-25 Stefan KangasFix unused variable warning in xfns.c
2021-12-25 Stefan Kangas* lisp/net/webjump.el: Add TODO section. (Bug#14624)
2021-12-25 Stefan KangasUse defvar-keymap in ido.el
2021-12-25 Michael Albinus* lisp/url/url-handlers.el (directory-files): Adapt...
2021-12-25 Michael Albinus* lisp/net/browse-url.el (browse-url-of-file): Improve...
2021-12-25 Michael Albinus* lisp/simple.el (completion-auto-select): Fix docstring.
2021-12-25 Po LuAdd a utility function to query the XI2 version on...
2021-12-25 Eli ZaretskiiExplain why we remove stuff from 'user-full-name'
2021-12-25 Stefan KangasMerge from origin/emacs-28
2021-12-25 Stefan KangasMove mouse key bindings to gametree-mode-map
2021-12-25 Po LuAdd support for XI 2.4
2021-12-25 Po LuFix Emacs tooltips on PGTK
2021-12-24 Stefan KangasSimplify command remapping in play/blackbox.el
2021-12-24 Stefan Kangas; * lisp/gnus/mm-url.el: Delete spurious defvars.
2021-12-24 Stefan KangasPrefer the defcustom :risky property in eshell
2021-12-24 Stefan Kangas* lisp/eshell/em-hist.el (eshell-hist-match-partial...
2021-12-24 Stefan KangasUse defvar-keymap in eshell
2021-12-24 Stefan KangasRespect changes in eshell-hist-match-partial
2021-12-24 Yuuki Harano* etc/PROBLEMS: Add a problem when PGTK started in...
2021-12-24 Dmitry GutovFix the bug with duplicate entries in xref output
2021-12-24 Michael AlbinusAdd tag :tramp-asynchronous-processes to tramp-tests.el
2021-12-24 Sebastian Fieberverify signed content in smime encrypted and signed...
2021-12-24 Lars IngebrigtsenSimplify whitespace stripping in shr-expand-url
2021-12-24 Po LuFix text decoration display on stretch glyphs with...
2021-12-24 Po LuMake precision scrolling work on margins and fringes
2021-12-24 Po LuRemove useless functions from PGTK port that were break...
2021-12-24 Po LuGrab the server when warping the client pointer
2021-12-24 Stefan KangasMerge from origin/emacs-28
2021-12-24 Po LuAcquire draw lock when updating menubar on Haiku
2021-12-24 Po LuFix menu grabs on XI2 Motif builds
2021-12-24 Po LuFix some more incorrect valuator clearing
2021-12-24 Dmitry GutovImprove Xref documentation
2021-12-24 Po LuDrop scrollbar motion events when valuators are found
2021-12-23 Andreas Schwab* lisp/net/shr.el (shr-expand-url): Also strip trailing
2021-12-23 Glenn Morris* doc/misc/Makefile.in (need_emacsver): Add missing...
2021-12-23 Po LuMake precision scrolling also work on various bars
2021-12-23 Po LuFix precision scrolling down for multi-line display...
2021-12-23 Po LuSet start to desired start when pixel scrolling to...
2021-12-23 Po LuAllow window-text-pixel-size to measure pixels around...
2021-12-23 Lars IngebrigtsenRevert back to using monospaced fonts in the mode line
2021-12-23 Eli Zaretskii; Fix documentation of a recently-installed change
2021-12-23 Stefan KangasMerge from origin/emacs-28
2021-12-22 Philip KaludercicFix wrong-type-argument
2021-12-22 Philip KaludercicAllow automatic X-Message-SMTP-Method header insertion
2021-12-22 Stefan KangasFix compile time error in a pcase test
2021-12-22 Stefan KangasUse defvar-keymap in minibuffer.el
2021-12-22 Stefan KangasMake substitute-command-keys test less brittle
2021-12-22 Alan ThirdAdd native HEIC support on macOS (bug#51381)
2021-12-22 Alan ThirdAllow resizing undecorated frames on macOS (bug#28512...
2021-12-22 Alan ThirdMake NS toolbar item ID more unique (bug#50160)
2021-12-22 Alan ThirdMake NS toolbar use NSString instead of C strings
2021-12-22 Alan ThirdFix macfont backend color handling
2021-12-22 Alan ThirdFurther cleanup of NS color code
2021-12-22 Alan ThirdSimplify NS color handling
2021-12-22 Jonas BernoulliHelp outline-minor-mode avoid some false matches
2021-12-22 Jonas BernoulliHide transient prefix/suffix commands from execute...
2021-12-22 Michael AlbinusFix some Tramp tests
2021-12-22 Mattias EngdegÄrdUse unibyte strings in ntlm auth requests and responses
2021-12-22 Eli Zaretskii; * etc/NEWS: Fix a recently-added entry.
2021-12-22 Lars IngebrigtsenAdjust test after recent help.el change
2021-12-22 Po Lu* src/pgtkterm.c (scroll_event): Fix scroll delta scale.
2021-12-22 Po Lu* src/pgtkterm.c (scroll_event): Fix sign of delta_y.
2021-12-22 Po LuDisable by default and add NEWS entry to the new comple...
2021-12-22 Lars IngebrigtsenRevert field-related thingatpt changes
2021-12-22 Lars IngebrigtsenSimplify disabled-command-function prompting
2021-12-22 Lars IngebrigtsenUse pop-to-buffer-same-window in `M-x term'
2021-12-22 Po LuFix horizontal scrolling on PGTK
2021-12-22 Po LuUse XI2 calls to warp the client pointer
2021-12-22 Po LuFix GTK crash when clicking on xwidgets on XI2
2021-12-21 Paul EggertUpdate from gnulib
next