]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2020-09-15 Jimmy Aguilar... Add simple theme with 16 colors only. feature/simple-16-theme
2020-09-15 Jimmy Aguilar... Merge branch 'feature/uniquify-as-function' into master
2020-09-15 Jimmy Aguilar... Document use of uniquify-buffer-name-style as a function.
2020-09-15 Jimmy Aguilar... Enable uniquify-buffer-name-style to be a function.
2020-09-15 Lars IngebrigtsenFix mailclient-send-it after recent browse-url rewrite
2020-09-15 Lars IngebrigtsenFix regression in non-querying about mail addresses...
2020-09-15 Daniel MartínCheck that the buffer in diff-buffer-with-file is visit...
2020-09-14 Stefan Monnier* test/lisp/emacs-lisp/find-func-tests.el: New file...
2020-09-14 Kevin RydeTweak the `C-x v =' command when done from a diff buffer
2020-09-14 Pip CetDon't retry reading after receiving EINVAL
2020-09-14 Stephen BermanFix problem of marking files with hidden subdirs
2020-09-14 Lars IngebrigtsenAllow preserving (some) text properties from completion...
2020-09-14 Lars IngebrigtsenAllow hitting RET on info node names with multiple...
2020-09-14 Lars IngebrigtsenRevert "Fix completion in `read-library-name'"
2020-09-14 Lars IngebrigtsenFurther fixups in minibuffer-default--in-prompt-regexps
2020-09-14 Lars IngebrigtsenSupport build of Emacs on ARM Macos machines
2020-09-14 Mattias EngdegårdCalc: fix binomial coefficients for negative arguments...
2020-09-14 Mattias Engdegård* lisp/simple.el (undo-redo): Rephrase error message.
2020-09-14 Glenn MorrisFix builds without modules
2020-09-13 Lars IngebrigtsenFix up report-emacs-bug action on invalid From headers
2020-09-13 akaterFix compilation-mode-map doc string
2020-09-13 Philipp StephaniAdd facility to make module functions interactive ...
2020-09-13 Reuben ThomasEscape ampersand in table.el LaTeX output
2020-09-13 Lars IngebrigtsenFurther fixups of the variable-pitch eww header line...
2020-09-13 Stefan KangasImprove wording of cua-mode menu entry
2020-09-13 Stefan KangasImprove frame-title-format and icon-title-format
2020-09-13 Eli ZaretskiiFix punctuation in EWW manual
2020-09-13 Eli Zaretskii; * etc/NEWS: Document a recent change.
2020-09-13 Eli Zaretskii; * lisp/tab-line.el (tab-line-switch-cycling): Fix...
2020-09-13 Lars IngebrigtsenMake diff--refine-hunk bug out less on broken patches
2020-09-13 Lars IngebrigtsenMake the eww header work again even if the title is nil
2020-09-13 Dario GjorgjevskiMake ERC desktop notifications lenient to invalid XML...
2020-09-13 Lars IngebrigtsenDon't eagerly store articles in the Agent by default
2020-09-13 Lars IngebrigtsenKill gpg-agents started by mml-sec-tests (bug#43358)
2020-09-13 Brian LeungUpdate .gitignore with ccls files
2020-09-13 Lars IngebrigtsenDoc string clarification in file-directory-p
2020-09-13 Kiso KatsuyukiClarify when tab-line-switch-cycling is used
2020-09-13 Stefan Kangas* lisp/time.el (display-time-world): Make obsolete.
2020-09-13 Stefan KangasMake M-x show what aliases point to (Bug#43300)
2020-09-13 Stefan KangasMake M-x show obsolete commands (Bug#43300)
2020-09-13 Lars IngebrigtsenRevert "Use format-prompt in read-file-name calls that...
2020-09-13 Lars IngebrigtsenMake `ascii' a coding system alias for `us-ascii'
2020-09-13 Michael AlbinusFix a conversion failure in tramp-archive-tests (Bug...
2020-09-13 Glenn MorrisDon't force LC_ALL=C upon make check (bug#43353)
2020-09-13 Glenn MorrisMark some diff tests as failing in nonascii directories
2020-09-12 Lars IngebrigtsenClean up eww error buffer
2020-09-12 Lars IngebrigtsenFix up example code from previous eww.texi commit
2020-09-12 Lars IngebrigtsenAdd a way to use an external command to download HTML...
2020-09-12 Glenn MorrisAdapt some tests for Emacs's excitingly variable quotin...
2020-09-12 Glenn Morris; Fix copyright years
2020-09-12 Michael AlbinusCleanup in dbus.el, dbus-tests.el
2020-09-12 Alan MackenzieC++ Mode: handle __attribute__,etc. inside constructor...
2020-09-12 Glenn MorrisSmall Texinfo markup fixes
2020-09-12 Lars IngebrigtsenFix compilation warning in cl-font-lock
2020-09-12 Lars IngebrigtsenFix compilation warning in obsolete/complete.el
2020-09-12 Lars IngebrigtsenFix compilation warning in cl-lib.el
2020-09-12 Lars Ingebrigtsendired-omit-mode may not be defined in dired-jump
2020-09-12 Alex BochannekSupport scoring on article age interactively in Gnus
2020-09-12 Glenn MorrisDefault Emacs to UTF-8 instead of Latin-1
2020-09-12 Martin RudalicsFix toggle-frame-fullscreen on w32 builds
2020-09-12 Lars IngebrigtsenFurther diff-no-select doc string clarification
2020-09-12 Eli ZaretskiiAvoid unneeded recentering when header-line is used
2020-09-12 Stefan KangasMove dired-jump from dired-x to dired (Bug#21981)
2020-09-11 Stefan KangasAdd some eshell completion patterns
2020-09-11 Stefan KangasRemove cedet items obsolete since 23.2
2020-09-11 Lars IngebrigtsenGuard against faulty flow-filled emails
2020-09-11 Alan MackenzieCC Mode: Fix minor bugs in the string handling functions
2020-09-11 Eli ZaretskiiImprove help-echo of Undo and Redo menu items
2020-09-11 Lars IngebrigtsenTweak previous mailcap patch (for external viewers)
2020-09-11 Michael AlbinusD-Bus: Implement other compound types of properties
2020-09-11 Lars IngebrigtsenFix up eldef shortening of the minibuffer
2020-09-11 Lars IngebrigtsenImprove diff-no-select doc string
2020-09-11 Lars IngebrigtsenFix viewing PDFs from eww with external viewers
2020-09-11 Mattias EngdegårdCalc: regularise test names
2020-09-11 Mattias EngdegårdSimplify big integer constants in Calc
2020-09-11 Mattias EngdegårdFix calc tests when running noninteractively
2020-09-11 Eli Zaretskii* lisp/simple.el (undo-redo): Doc fix.
2020-09-11 Andrew G CohenAllow an info structure as argument for gnus-group...
2020-09-11 Stefan Monnier* lisp/loadup.el ("button"): Move to after loaddefs.el
2020-09-11 Andrew G CohenClean up group-finding in Gnus nnir search
2020-09-10 Andrew G CohenAllow editing articles in Gnus nnselect groups
2020-09-10 Elad LahavFix QNX build
2020-09-10 Boruch BaumUse a header line in calc mode instead of a regular...
2020-09-10 Lars IngebrigtsenTweak how `M-RET' in Message mode fills paragraphs
2020-09-10 Lars IngebrigtsenDoc fix for diff-no-select
2020-09-10 Caio HenriqueAdd a "Redo" entry to the menu
2020-09-10 Stefan Kangas* lisp/textmodes/artist.el: Remove obsolete comments.
2020-09-10 Juri Linkov; Fix typos in format-prompt
2020-09-10 Stefan KangasConvert indent test for css-mode into automatic test
2020-09-10 Stefan Kangas; * test/manual/indent/elisp.el: Use lexical-binding.
2020-09-10 Stefan KangasMark some tests as expensive
2020-09-10 Stefan KangasUse lexical-binding in mml-sec-tests.el
2020-09-10 Stefan Kangas* test/lisp/org/org-tests.el: Use lexical-binding.
2020-09-10 Stefan KangasUse lexical-binding in url-future-tests.el
2020-09-10 Stefan KangasUse lexical-binding in semantic-utest-c.el
2020-09-10 Michael AlbinusImplement D-Bus properties with compound type.
2020-09-10 Nick SavageOpen describe-function NEWS links in view-mode
2020-09-10 Alex BochannekFix up < and > "date" scoring rules in Gnus
2020-09-10 Mauro ArandaFix :match function for the file widget
2020-09-10 Lars IngebrigtsenRevert back to using ESC as viper-ESC-key again
next