]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2020-12-28 Lars IngebrigtsenFix alignment of Java String[] and the like
2020-12-28 Lars IngebrigtsenDocument the text property limitations in mode lines
2020-12-28 Lars IngebrigtsenAllow remember-notes to use the *scratch* buffer
2020-12-28 Dmitry GutovRename and document the built-in xref-show-definitions...
2020-12-27 Tim LandscheidtDo not output two spaces for non-autoloaded ieieo const...
2020-12-27 Stefan Monnier* lisp/emacs-lisp/package.el (package-archives): Add...
2020-12-27 Stefan Monnier* lisp/textmodes/rst.el (rst-mode): Don't touch global...
2020-12-27 Alan ThirdRemove NS menu synthesized events (bug#44333)
2020-12-27 Basil L. Contovounesios; Fix recent shortdoc.el and fns.c additions
2020-12-27 Štěpán Němec; Fix the recent `length' doc string addition
2020-12-27 Lars IngebrigtsenFix up length_internal with degenerate length inputs
2020-12-27 Daniel MartínImprove "find definition" in *Help* buffers
2020-12-27 Lars IngebrigtsenAdd new predicates for sequence lengths
2020-12-26 Lars IngebrigtsenImprove the edebug-form-data doc string
2020-12-26 Stefan Monnier* lisp/forms.el (forms--run-functions): New function
2020-12-26 Eli ZaretskiiFix test/src/process-tests on MS-Windows
2020-12-26 Michael AlbinusRename Tramp method "media" to "mtp" (Bug#45402)
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
next