]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2020-12-26 Philipp StephaniRevert "Revert "Use posix_spawn if possible."" scratch/posix-spawn
2020-12-26 Philipp StephaniRevert "Revert "Import posix_spawn from Gnulib.""
2020-12-26 emacs-fAvoid missing email messages due to rmail-spam-filter
2020-12-26 Zajcev EvgenyImprovements for `:base-uri' svg image property
2020-12-26 Eli ZaretskiiFix messages with plural forms in todo-mode.el
2020-12-26 Paul EggertFix issues with lib/malloc out-of-dir builds
2020-12-26 Lars IngebrigtsenKill the scdaemon after doing the mml-sec tests
2020-12-25 Lars IngebrigtsenFix infloop in memory-report
2020-12-25 Lars IngebrigtsenFix package reloading problems on systems with symlinks
2020-12-25 Lars IngebrigtsenRefactor package--list-loaded-files for easier debuggab...
2020-12-25 Lars IngebrigtsenDisable some semantic tests on systems without g++
2020-12-25 Lars IngebrigtsenSkip some mml tests that rely on CMS if that's not...
2020-12-25 Lars IngebrigtsenFix gpg-agent killing in mml-sec-tests
2020-12-25 Glenn MorrisMerge from origin/emacs-27
2020-12-25 Glenn Morris; Merge from origin/emacs-27
2020-12-25 Glenn MorrisMerge from origin/emacs-27
2020-12-25 Glenn Morris; lisp/org/org.el: Fix Version header.
2020-12-25 Michael AlbinusTag another Tramp test :unstable on emba
2020-12-25 Michael AlbinusTag Tramp test :unstable
2020-12-25 Eli Zaretskii; * etc/NEWS: Announce the last change.
2020-12-25 Eli ZaretskiiFix last change
2020-12-25 Timo MyyräAdd support for more EBCDIC code pages IBM2XX
2020-12-25 Eli ZaretskiiDon't compile Gnulib's 'free' on MinGW
2020-12-25 Eli ZaretskiiRevert "Import posix_spawn from Gnulib."
2020-12-25 Eli ZaretskiiRevert "Use posix_spawn if possible."
2020-12-25 Philipp StephaniUse posix_spawn if possible.
2020-12-25 Philipp StephaniImport posix_spawn from Gnulib.
2020-12-25 Paul EggertUpdate Gnulib.
2020-12-25 Paul EggertAdjust test_module to recent Gnulib changes
2020-12-25 Paul EggertAdjust to recent Gnulib changes
2020-12-25 Paul EggertPacify gcc 10.2 -Wanalyzer-null-argument in gtkutil.c
2020-12-25 Eli ZaretskiiAdd more details to the "word processor" section
2020-12-25 E. Chorobacperl-mode: Correctly syntax highlight index/value...
2020-12-25 Thibault PolgeMake `remove-hook' interactive
2020-12-25 Lars IngebrigtsenAllow `string-limit' to work on encoded strings
2020-12-25 Lars IngebrigtsenRemove `string-slice' -- it's not very well defined
2020-12-24 Lars IngebrigtsenUnbreak the build on *BSD and Macos after previous...
2020-12-24 Eli Zaretskii; * src/callproc.c (emacs_spawn) [!WINDOWSNT]: Fix...
2020-12-24 Eli ZaretskiiFix the MinGW build broken by Gnulib update
2020-12-24 Eli ZaretskiiUnbreak the MinGW build broken by recent changes in...
2020-12-24 Philipp StephaniUpdate Gnulib.
2020-12-24 Philipp StephaniEnsure that Gnulib objects in subdirectories are built...
2020-12-24 Philipp StephaniCentralize subprocess creation in a single function.
2020-12-24 Alan MackenzieCC Mode: introduce a new cache for brace structures...
2020-12-23 Stefan Monnier* src/dispnew.c (sit_for): Fix bug#45292
2020-12-23 Stefan Monnier* lisp/emacs-lisp/lisp-mnt.el (lm-section-end): Stop...
2020-12-23 TECauthinfo-mode: add option to not hide any elements...
2020-12-23 Adam Porter* lisp/tab-line.el: New options, faces, and functions
2020-12-23 Philipp Stephani* src/Makefile.in (DO_CODESIGN): Fix expected architect...
2020-12-23 Philipp StephaniDeclare argument vector as char *const *.
2020-12-23 Philipp Stephani* .clang-format (ColumnLimit): Fix line length.
2020-12-23 Itai SeggevCodesign the executable on recene MacOS systems
2020-12-23 Lars IngebrigtsenSupport build of Emacs on ARM Macos machines
2020-12-23 Philipp StephaniPass C string pointer to current directory to 'child_se...
2020-12-23 Philipp StephaniAllocate environment block before forking.
2020-12-23 Philipp StephaniReject filenames containing NUL bytes.
2020-12-23 Philipp StephaniRemove an unused parameter from 'child_setup' function.
2020-12-23 Juri LinkovShow image as text when trying to search/replace in...
2020-12-23 Lars IngebrigtsenImprove the string-limit doc string
2020-12-23 Lars IngebrigtsenAllow string-slice to take zero-length matches
2020-12-23 Lars IngebrigtsenRevert recent server.el frame-focus changes
2020-12-23 Łukasz StelmachHandle gracefully href="" in base tags in shr
2020-12-23 Stefan KangasFix use of obsolete 'emergency' warning level
2020-12-23 Zajcev EvgenyFix use of obsolete 'error' warning level
2020-12-22 Alan ThirdUse new NSString lisp methods
2020-12-22 Alan MackenzieAlign the word "Function" in profiler's headers over...
2020-12-22 Eric AbrahamsenEnsure that Gnus servers are open(able) before searchin...
2020-12-22 Alan MackenzieAlign profiler's header-line-format to column 0, to...
2020-12-22 Alan MackenzieRe-order the items in `profiler-report' output.
2020-12-22 Michael AlbinusReorganize Tramp header lines
2020-12-22 Bastien GuerryUpdate to Org 9.4.4
2020-12-22 Basil L. Contovounesios; Fix docstrings in last change to subr-x.el
2020-12-22 Daniel MartínFix wdired-get-filename when ls -F marks symlinks
2020-12-22 Lars IngebrigtsenMake string-pad take an optional START parameter
2020-12-22 Lars IngebrigtsenChange the string-limit parameter semantics
2020-12-22 Lars IngebrigtsenFurther string-clean-whitespace tweaks
2020-12-22 Dmitry Gutov(ruby-mode-set-encoding): Use 'save-restriction'
2020-12-21 Basil L. ContovounesiosTiny string-clean-whitespace simplification
2020-12-21 Lars IngebrigtsenMake string-chop-newline more efficient
2020-12-21 Lars IngebrigtsenMake string-clean-whitespace work on non-ASCII whitespa...
2020-12-21 Lars IngebrigtsenAdd try-completion to the string shortdoc
2020-12-21 Lars IngebrigtsenAdd string-chop-newline
2020-12-21 Basil L. Contovounesios; Fix recent string utility additions
2020-12-21 Lars IngebrigtsenFix shorter-than-length case for string-limit
2020-12-21 Lars IngebrigtsenRename slice-string to string-slice
2020-12-21 Lars IngebrigtsenAdd `string-pad'
2020-12-21 Lars IngebrigtsenBeef up the Emacs string utility set a bit
2020-12-21 Stefan Kangas* lisp/so-long.el: Decrease use of passive voice.
2020-12-21 Eli ZaretskiiFix frame creation on X when tool bar is disabled
2020-12-21 Michael AlbinusFix permission problem in Tramp's copy-file
2020-12-21 Stefan Kangas* doc/misc/efaq.texi (New in Emacs 27): Add section.
2020-12-21 Mattias Engdegård; * src/nsfns.m (all_nonzero_ascii): comment correction
2020-12-21 Stefan KangasDrop XEmacs support for EDE ELisp projects
2020-12-21 Stefan Kangas* doc/misc/efaq.texi (Latest version of Emacs): Bump...
2020-12-21 Lars IngebrigtsenFix problem with entering Gnus groups when Gnus isn...
2020-12-21 Dario GjorgjevskiMake python-mode fontify more assignment statements
2020-12-21 Dmitry GutovGeneric-ify xref-location-column
2020-12-21 Juri LinkovDe-duplicate lines in Xref buffers
2020-12-20 Philipp StephaniUnbreak build after commit 1a0a11f7d2d1dbecb9f754b1e129...
2020-12-20 Alan ThirdFix image cache lookup
next