]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2022-01-28 Eli Zaretskii; Fix a typo in recent documentation changes
2022-01-28 Po LuFix duplicate scroll events without XI2
2022-01-28 Stefan KangasMerge from origin/emacs-28
2022-01-28 Po LuClear xwidget passive grab whenever a drag begins
2022-01-28 Po Lu* src/xterm.c (handle_one_xevent): Remove obsolete...
2022-01-28 Po LuFix inappropriate use of killed xwidgets
2022-01-28 Po LuImplement xwidget passive grabs
2022-01-27 Lars IngebrigtsenAdd new switch --init-directory
2022-01-27 Glenn Morris* lisp/doc-view.el (doc-view-epub-font-size): Fix type...
2022-01-27 Andrea CoralloFix potential native compiler circular dependencies...
2022-01-27 Lars IngebrigtsenFix up previous "Quit Emacs" from menu logic
2022-01-27 Lars IngebrigtsenMake the save buffers prompt from Quit Emacs menu more...
2022-01-27 Eli ZaretskiiImprove detection of glyphless characters on TTY frames
2022-01-27 Juri Linkov* lisp/frame.el (clone-frame): Filter out 'parent-id...
2022-01-27 Arni MagnussonAdd setx highlighting to bat-mode
2022-01-27 Lars IngebrigtsenMove some of the doc-view variables around to fix load...
2022-01-27 Daniel NicolaiAdd support for EPUB, CBZ, FB2 and (O)XPS extension...
2022-01-27 Lars IngebrigtsenTweak href/superscript fix in tex-mode
2022-01-27 Lars IngebrigtsenRevert "Don't output spurious prefixes in read-char...
2022-01-27 Po LuImprove xwidget window ancestry calculations
2022-01-27 Andreas Schwab* src/pdumper.c (dump_vectorlike): Handle PVEC_SYMBOL_W...
2022-01-27 Eli ZaretskiiMerge branch 'master' of git.savannah.gnu.org:/srv...
2022-01-27 Zajcev Evgeny; Fix typo in doc/lispref/display.texi.
2022-01-27 Andrea Corallo* Fix `startup--honor-delayed-native-compilations'...
2022-01-27 Andrea Corallo* Have `benchmark-run-compiled' use the native compiler...
2022-01-27 Stefan KangasMerge from origin/emacs-28
2022-01-27 Stefan Kangas; Merge from origin/emacs-28
2022-01-27 Po Lu* lisp/xwidget.el (xwidget-webkit-edit-mode-map): Pass...
2022-01-27 Po LuImplement crossing event generation between windows...
2022-01-27 Stefan KangasSilence byte-compiler slightly in tests
2022-01-27 Stefan KangasDon't use obsolete second argument to byte-compile...
2022-01-27 Stefan KangasDon't discourage auto-mode-alist entries in autoloads
2022-01-27 Po LuImprove XI2 valuator reset logic
2022-01-27 Po Lu* src/xterm.c (x_focus_frame): Set input focus on outer...
2022-01-27 Po LuGet rid of unnecessary draw locking in haikumenu.c
2022-01-27 Po LuApply fix for bug#52761 to GTK native input as well
2022-01-26 Glenn Morris* Makefile.in (install-etc): Remove unnecessary chown.
2022-01-26 Lars IngebrigtsenMake smerge-refine-ignore-whitespace into defcustom
2022-01-26 Mattias EngdegårdAdd tests for concat, vconcat and append
2022-01-26 Mattias EngdegårdMinor `concat` tweaks
2022-01-26 Lars IngebrigtsenPartially revert a fill-region-as-paragraph regression
2022-01-26 Eli ZaretskiiFix 'make_lispy_position' when there's an image at EOB
2022-01-26 Lars IngebrigtsenFix copyright-find-copyright when searching from the end
2022-01-26 Lars IngebrigtsenFix copyright.el comment and add a test
2022-01-26 Lars IngebrigtsenFix copyright-find-copyright when searching from the end
2022-01-26 Lars IngebrigtsenFix copyright.el comment and add a test
2022-01-26 Sean WhittonFix input of sharp-quoted symbols in Eshell with em...
2022-01-26 Michael AlbinusAdapt tramp-tests
2022-01-26 Michael AlbinusFix insert-file-contents for tramp-crypt
2022-01-26 Po LuAdd workaround for super modifier misconfiguration...
2022-01-26 Andrea CoralloMake use of NILP where possible
2022-01-26 Po LuSimplify Haiku scrolling code
2022-01-26 Po LuFix GTK menu bar height reporting when scaled
2022-01-26 Po Lu; * src/xterm.c (handle_one_xevent): Fix formatting...
2022-01-26 Stefan KangasMerge from origin/emacs-28
2022-01-26 Po LuSimplify Haiku underline code
2022-01-26 Po LuMake `haiku-menu-bar-open' faster
2022-01-25 Stefan Kangas; * test/lisp/emacs-lisp/derived-tests.el: Silence...
2022-01-25 Stefan Kangas* src/image.c (parse_image_spec): Use NILP.
2022-01-25 Lars IngebrigtsenImprove how change-log-mode fills all-file-name lines
2022-01-25 Lars IngebrigtsenFix up Gnus FAQ entry
2022-01-25 Andrea Corallo* src/comp.c (emit_lisp_obj_rval): Make use of NILP.
2022-01-25 Andrea Corallo;* src/fns.c (concat_strings): Add missing space.
2022-01-25 Stefan Monnier* src/comp.c (emit_limple_insn): Fix another int/Lisp_O...
2022-01-25 Glenn MorrisTag an mml-sec test
2022-01-25 Eli Zaretskii; * src/fns.c (concat_strings): Fix comment style.
2022-01-25 Andrea Corallo* src/fns.c (concat_strings): Clean-up unused variable.
2022-01-25 Andrea Corallo* `batch-byte+native-compile' produce .eln younger...
2022-01-25 Andrea Corallo* lisp/emacs-lisp/comp.el (batch-byte+native-compile...
2022-01-25 Stefan Monnier* src/lisp.h (lisp_h_EQ, lisp_h_NILP): Fix length and...
2022-01-25 Mattias EngdegårdFaster concat, append, vconcat, copy-sequence, etc
2022-01-25 Lars IngebrigtsenDon't mutate literals in tabulated-list-widen-current...
2022-01-25 Lars IngebrigtsenFix widening some columns in tabulated-list-widen-curre...
2022-01-25 Jim PorterTreat "-" as a positional arg in 'eshell-eval-using...
2022-01-25 Jim PorterDon't manipulate args in-place for 'eshell-eval-using...
2022-01-25 Eli Zaretskii; * src/composite.c (syms_of_composite) <auto-compositi...
2022-01-25 Lars IngebrigtsenImprove the term-clear-full-screen-programs doc string
2022-01-25 Po LuImprove reliability of menu bar updates on Haiku
2022-01-25 Po Lu* src/haiku_support.cc (Highlight): Send events if...
2022-01-25 Po LuDon't send menu help events on Haiku if the pointer...
2022-01-25 Po LuFix tool bar size reporting on GTK when the display...
2022-01-25 Stefan KangasMerge from origin/emacs-28
2022-01-25 Po LuImprove portability of X11 IM code
2022-01-25 Stefan MonnierRemove some dubious uses of `interactive-form`
2022-01-25 Po LuFix invalid picture after toggling the tool bar or...
2022-01-25 Po LuFix GTK native input on scaled displays
2022-01-24 Sean WhittonAdd Eshell syntax to more easily bypass Eshell's own...
2022-01-24 Sean WhittonRework eshell-match-result for testing asynchronous...
2022-01-24 Sean WhittonMove Eshell test helpers to their own file
2022-01-24 Lars IngebrigtsenMake hi-lock-face-defaults into a defcustom
2022-01-24 Juri Linkov* lisp/hi-lock.el (hi-lock-use-overlays): New variable.
2022-01-24 Lars IngebrigtsenAdd NEWS entry for term-clear-full-screen-programs
2022-01-24 Miha RihtaršičImplement alternative sub-buffer support in term.el
2022-01-24 Juri Linkov* lisp/info.el (Info-link-keymap): Fix repetitive click...
2022-01-24 Lars IngebrigtsenDon't list the default hi-lock faces twice in the futur...
2022-01-24 Lars IngebrigtsenFix gnus-article-truncate-lines doc string
2022-01-24 Juri Linkov* etc/NEWS: Mention 'replace-regexp-function' (bug...
2022-01-24 Juri Linkov* lisp/faces.el (read-face-name): Support a list of...
2022-01-24 Glenn Morris* lisp/minibuffer.el (completions-sort): Fix type.
2022-01-24 Lars IngebrigtsenDon't output spurious prefixes in read-char-exclusive
next