]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2022-02-22 Lars IngebrigtsenAdd links to the vtable manual
2022-02-22 Lars IngebrigtsenRemove the ELPA dependencies from test/Makefile.in
2022-02-22 Po LuDon't pass invalid keyboard modifiers to the event...
2022-02-21 Stefan Monnier* lisp/vc/diff-mode.el (diff--font-lock-prettify):...
2022-02-21 Stefan Monnier* lisp/vc/diff-mode.el (diff--font-lock-prettify):...
2022-02-21 Lars IngebrigtsenImprove vtable :keymap handling
2022-02-21 Jim PorterSend SIGPIPE to external Eshell processes if their...
2022-02-21 Jim PorterEnsure 'eshell-output-object' always returns nil for...
2022-02-21 Jim PorterImprove docstrings for 'eshell-exec-lisp' and functions...
2022-02-21 Jim Porter; * lisp/eshell/esh-io.el (grep-null-device): Remove...
2022-02-21 Eli ZaretskiiRevert "Remove PROBLEMS section on double-buffering"
2022-02-21 Lars IngebrigtsenClarify Special Isearch slightly
2022-02-21 Lars IngebrigtsenRemove PROBLEMS section on double-buffering
2022-02-21 Lars IngebrigtsenMake 'ispell-change-dictionary' completion work better
2022-02-21 Lars IngebrigtsenMake `next-buffer' order reflect command line file...
2022-02-21 Po LuTry to fix bug#54051
2022-02-21 Po LuPrevent Haiku display from being opened multiple times
2022-02-21 Po LuPrevent GTK from setting unreasonable size hints with...
2022-02-21 Po LuImplement left-right separators for dialog boxes on...
2022-02-21 Dmitry GutovBump xref.el version.
2022-02-21 Dmitry GutovPublic-ize xref-show-xrefs
2022-02-21 Po Lu; * src/haikuterm.c (haiku_read_socket): Add extra...
2022-02-21 Po LuRespect `extra-keyboard-modifiers' when handling XI2...
2022-02-21 Dmitry GutovPublic-ize xref-current-item
2022-02-20 Lars IngebrigtsenFurther fixes for eww-open-url on Tramp files
2022-02-20 Juri Linkov* lisp/mouse.el (context-menu-entry): Remove help-buffe...
2022-02-20 Lars IngebrigtsenFix a compilation warning in cus-edit-tests.el
2022-02-20 Stefan Monnier(loadhist_initialize): Fix regression test failure
2022-02-20 Eli ZaretskiiMerge branch 'master' of git.savannah.gnu.org:/srv...
2022-02-20 Eli Zaretskii; Fix compilation warnings
2022-02-20 Lars IngebrigtsenAdjust doc-tests-documentation/autoloaded-macro
2022-02-20 Lars IngebrigtsenSimplify Minibuffer Edit example
2022-02-20 Lars IngebrigtsenAdd instructions on disabling SPC completion to Minibuf...
2022-02-20 Lars IngebrigtsenFix compilation warning introduced by previous shr...
2022-02-20 Lars IngebrigtsenMake eww work better on Tramp HTML
2022-02-20 Lars IngebrigtsenMake `g' work in eww buffers displaying Tramp files
2022-02-20 Lars IngebrigtsenMake string-pixel-width about 40% faster
2022-02-20 Michael Albinus* doc/misc/tramp.texi (Customizing Methods): Add tramp...
2022-02-20 Lars IngebrigtsenQuote files that start with - in dired
2022-02-20 Michael Albinus* lisp/net/tramp.el (tramp-read-passwd): Adapt for...
2022-02-20 Lars IngebrigtsenFix compilation warning in previous sendmail.el change
2022-02-20 Lars IngebrigtsenEnsure that `mail-send' breaks too-long lines
2022-02-20 Matthias MeulienAdd more bookmark types
2022-02-20 Po LuFix font panel on NS
2022-02-20 Po Lu* src/haikumenu.c (haiku_dialog_show): Set `popup_activ...
2022-02-20 Po LuHandle GUI input while inside popup dialog on Haiku
2022-02-20 Po LuFix typo in last change
2022-02-20 Po LuIgnore modifier keys early when handling X key press...
2022-02-20 Po LuFree XI2 devices in x_delete_display instead
2022-02-19 Philip KaludercicRevert "; * rcirc.el (rcirc-print): Prefer sleep-for...
2022-02-19 Stefan Monnier(specpdl_unrewind): Fix corner case
2022-02-19 Philip Kaludercic; * rcirc.el (rcirc-print): Prefer sleep-for over sit-for
2022-02-19 Stefan Monnier(macroexp-warn-and-return): Fix bug#53618
2022-02-19 Stefan Monnier(loadhist_initialize): Minor refactoring
2022-02-19 Stefan Monnier* lisp/vc/diff-mode.el (diff--font-lock-prettify):...
2022-02-19 Michael AlbinusAdapt Tramp password prompts for sudo-like methods
2022-02-19 Lars IngebrigtsenSome vtable.texi copy edits
2022-02-19 Lars IngebrigtsenMention vtable accessor functions
2022-02-19 Lars IngebrigtsenImprove the vtable documentation on argument types
2022-02-19 Lars IngebrigtsenFix a vtable example
2022-02-19 Eli ZaretskiiImprove vtable documentation
2022-02-19 Lars IngebrigtsenAdd column sorting order indicators to vtable
2022-02-19 Lars IngebrigtsenMake string-pixel-width slightly speedier
2022-02-19 Po LuAvoid consing extra string when processing GTK native...
2022-02-19 Mauro ArandaFix types of some align.el defcustoms
2022-02-19 Mauro ArandaFix :match function for the key widget
2022-02-19 Po LuFix some more hangs when parenting child frames around...
2022-02-19 Lars IngebrigtsenAdd a new library to format variable-pitch tables
2022-02-19 Po LuImprove portability of alpha channel visual detection
2022-02-19 Alan MackenzieFix symbols with position appearing in the output of...
2022-02-19 Eli ZaretskiiFix character compositions on the mode line
2022-02-19 Po LuDon't ignore events from XI2 slave devices anymore
2022-02-19 Stefan KangasMerge from origin/emacs-28
2022-02-19 Po LuAlways decode GTK input method text as utf-8-unix
2022-02-19 Po LuBe less strict about which emulated motion events to...
2022-02-19 Po Lu* src/haikufns.c (haiku_create_frame): Error if font...
2022-02-19 Po LuUtilize new string decoding feature in GTK native input
2022-02-18 Philipp Stephani; * doc/emacs/files.texi (Comparing Files): Fix a refer...
2022-02-18 Eric AbrahamsenHandle multiple directory separators in gnus-search...
2022-02-18 Eli Zaretskii; Fix a typo in filesets.el's doc string
2022-02-18 Po LuFix background stipple with `alpha_background'
2022-02-18 Po LuFix a crash on some versions of GTK
2022-02-18 Eli ZaretskiiMerge from origin/emacs-28
2022-02-18 Eli Zaretskii; Merge from origin/emacs-28
2022-02-18 Eli ZaretskiiMerge from origin/emacs-28
2022-02-18 Eli Zaretskii; Merge from origin/emacs-28
2022-02-18 Eli ZaretskiiMerge from origin/emacs-28
2022-02-18 Po LuFix blurry text on multiple scale monitor setups
2022-02-18 Eli ZaretskiiImprove documentation of filling and justification...
2022-02-18 Eli Zaretskii* lisp/progmodes/subword.el (superword-mode): Doc fix...
2022-02-18 Andrew G CohenMake sure nnselect search query is properly parsed
2022-02-18 Andrew G CohenFix gnus searching of native servers
2022-02-18 Po LuMake treatment of `alpha-background' more consistent
2022-02-18 Eric AbrahamsenFix gnus-search-run-search methods
2022-02-18 Po LuMake stipple backgrounds respect `alpha-background'
2022-02-18 Po LuFix mis-parsing of certain malformed XBM files
2022-02-18 Po LuParse XBM images which use character escapes for hex...
2022-02-17 Eric AbrahamsenFix gnus-search notmuch thread searches
2022-02-17 Juri Linkov* lisp/mouse.el (context-menu-entry): Don't create...
2022-02-17 Eli Zaretskii; * lisp/international/fontset.el (otf-script-alist...
next