]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2022-10-20 Po LuWork around problems setting input focus when a frame...
2022-10-20 Po Lu* etc/PROBLEMS: Document window manager focus problems.
2022-10-20 Mauro ArandaImprove HERE document detection in perl-mode
2022-10-20 Stefan KangasPrefer defvar-keymap in modula2.el
2022-10-20 Eli Zaretskii; Fix documentation and name of 'slovak-qwerty' input...
2022-10-20 Rudolf AdamkovičAdd 'slovak-querty' input method (bug#58642)
2022-10-20 Stefan KangasMerge from origin/emacs-28
2022-10-19 Andrea Corallo* Fix async native compilation (bug#58637)
2022-10-19 Stefan Kangas; * test/lisp/image/wallpaper-tests.el: Simplify last...
2022-10-19 Alan MackenzieCC Mode: Cease adding types to found-types too eagerly
2022-10-19 Stefan Kangas; Delete file after wallpaper test
2022-10-19 Po LuFix various builds
2022-10-19 Po LuFix build warning without XKB, Xmb, and XInput 2
2022-10-19 Eli Zaretskii; * doc/lispref/modes.texi (Defining Minor Modes):...
2022-10-19 Eli Zaretskii; Fix last change
2022-10-19 Arun IsaacAdd tamil99 input method (bug#58070)
2022-10-19 Stefan KangasAdd admin/emacs-shell-lib for shared bash code
2022-10-19 Stefan Kangas* lib-src/rcs2log: Add fallback for $TMPDIR.
2022-10-19 Stefan KangasMerge from origin/emacs-28
2022-10-19 Randy Taylor; * src/xterm.c (mark_xterm): Fix x11 with i18n build
2022-10-18 Stefan Monnier(sit-for): Add compiler-macro to warn about obsolete...
2022-10-18 Lars IngebrigtsenFix functions.texi syntax error
2022-10-18 Stefan Monnierfunctions.texi: Fix bug#58602
2022-10-18 Juri Linkov* lisp/outline.el (outline-minor-mode-insert-buttons...
2022-10-18 Juri Linkov* lisp/outline.el: Use one character wide strings for...
2022-10-18 Michael Albinus* lisp/net/tramp.el (tramp-file-name-equal-p): Fix...
2022-10-18 Michael Albinus* etc/NEWS: Adapt connection-local variables entries.
2022-10-18 Matt Armstrong* .gitignore: Unignore the tests/manual directory....
2022-10-18 Stefan Monnier(byte-compile--first-symbol-with-pos): Fix bug#58601
2022-10-18 Lars IngebrigtsenRegenerated ldefs-boot.el
2022-10-18 Lars IngebrigtsenFix previous loaddefs-gen fix
2022-10-18 Lars IngebrigtsenFix faulty loaddefs detection
2022-10-18 Alan Mackenzie* lisp/progmodes/cc-defs.el Remove setting of inhibit...
2022-10-18 Lars IngebrigtsenRegenerate ldefs-boot.el
2022-10-18 Andrea Corallo* Prevent potential native compilation infinite recursions
2022-10-18 Jim Porter; Fix some invalid Eshell syntax in an example
2022-10-18 Jim PorterPrint the correct $PATH when Eshell's 'which' fails...
2022-10-18 Jim PorterImprove handling of $PATH in Eshell for remote directories
2022-10-18 Jim PorterAllow setting the values of variable aliases in Eshell
2022-10-18 Jim Porter; Obsolete 'eshell/define'
2022-10-18 Jim Porter; Allow ignoring errors when calling 'eshell-match...
2022-10-18 Jim PorterAdd helpers to dynamically assign connection-local...
2022-10-18 Jim Porter; Remove over-quoting of :application values in connect...
2022-10-18 Paul EggertImprove ‘random’ doc re nonces
2022-10-18 Po LuFix bug#58584
2022-10-17 Dmitry Gutov; Fix comment
2022-10-17 Dmitry GutovFollow-up fixes for vc-default-checkin-patch
2022-10-17 Alan MackenzieCC Mode: Don't fontify as types variables with the...
2022-10-17 Stefan KangasPrefer defvar-keymap in fortran.el
2022-10-17 Stefan KangasUpdate version information in Gnus manual
2022-10-17 Basil L. ContovounesiosSilence recent comp-tests.el lexvar warnings
2022-10-17 Stefan KangasImprove native-compile-prune-cache messages
2022-10-17 Stefan KangasDon't prune *.eln files in parent of eln-load-path
2022-10-17 Stefan KangasAdd tests for native-compile-prune-cache
2022-10-17 Po LuFix pieces of code being too expensive over slow networ...
2022-10-17 Lars IngebrigtsenFix spurious "Compilation finished" native-comp messages
2022-10-17 Manuel Giraud; * src/window.c: Fix some comments. (Bug#58550)
2022-10-17 Lars IngebrigtsenAvoid having the async compile log saying it's compilin...
2022-10-17 Stefan KangasMake `message-canlock-generate' faster
2022-10-16 Dmitry GutovAdd default implementation for 'checkin-patch'
2022-10-16 Stefan Monniercl-generic: Fix `advertised-calling-convention` declara...
2022-10-16 kobarityMove and rename Python completion ERTs
2022-10-16 Stefan KangasPrefer defvar-keymap in ansi-osc.el
2022-10-16 Stefan KangasMake help-for-help echo key on failure
2022-10-16 Stefan KangasBind "home"/"end" in help-for-help
2022-10-16 Stefan KangasDon't ding when exiting help-for-help with C-g
2022-10-16 Lars IngebrigtsenClear misleading message in help-quit-or-quick
2022-10-16 Philip Kaludercic; * lisp/vc/vc.el (vc-prepare-patch): Fix pluralisation
2022-10-16 Philip Kaludercic; * lisp/vc/vc.el (vc-prepare-patch): Remove 'exit...
2022-10-16 kobarityFix invalid search bound error in python-shell-completi...
2022-10-16 Daniel MartínSignal an error in dictionary lookup if there's no...
2022-10-16 kobarityDisable completion when PDB is active in Python Shell...
2022-10-16 Stefan KangasMerge from origin/emacs-28
2022-10-16 Stefan KangasExpand 'random' testsuite
2022-10-16 Po LuAdapt last change to Haiku port
2022-10-16 Eli Zaretskii; Improve documentation of 'C-M-i'
2022-10-16 Po LuFix multiple sources of flicker under X
2022-10-15 Paul EggertFix ‘make bootstrap’ when the *.m4 files change
2022-10-15 Michael AlbinusMinor Tramp fixes
2022-10-15 Philip Kaludercic* lisp/vc/vc-git.el (vc-git-symbolic-commit): Use ...
2022-10-15 Philip Kaludercic* lisp/vc/vc-git.el (vc-git-symbolic-commit): Add argum...
2022-10-15 Philip Kaludercic* lisp/vc/vc-git.el (vc-git--rev-parse): Allow abbrevia...
2022-10-15 Philip KaludercicHandle ;;;###theme-autoload comments in etc/themes
2022-10-15 Philip KaludercicTag themes with properties
2022-10-15 Mauro Aranda; Fix message-server-alist :type (Bug#58546)
2022-10-15 Eli Zaretskii; Improve message text in xref.el
2022-10-15 Stefan KangasAdd no-byte-compile to the ".dir-locals.el" auto-insert...
2022-10-15 Stefan Kangas; Prefer HTTPS to HTTP in many URLs
2022-10-15 Stefan Kangas; Delete commented out reference to ancient org-mode
2022-10-15 Stefan KangasDelete broken link to Network Theory Ltd.
2022-10-15 Eli ZaretskiiFix encoding and decoding of process I/O in Eshell...
2022-10-15 Eli Zaretskii; Fix documentation of ecomplete
2022-10-15 Eli Zaretskii; Fix documentation of 'comp-enable-subr-trampolines'
2022-10-15 Po LuRemove redundant call to expensive function XOpenDisplay
2022-10-15 Eli Zaretskii; Avoid incorrect indentation in an @example.
2022-10-15 Po LuFix XDS file name expansion
2022-10-15 Stephen Gildea; improve test coverage of time-stamp-pattern parsing
2022-10-15 Stefan Kangas; Auto-commit of loaddefs files.
2022-10-15 Stefan KangasUse file-size-human-readable in memory-report--format
2022-10-14 Basil L. ContovounesiosUpdate image-circular-tests.el
next