]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2019-03-25 Eric AbrahamsenHandle multiple possible types for Gnus group names
2019-03-25 Paul EggertFix a dns-mode reentrancy bug
2019-03-25 Basil L. ContovounesiosFix non_local_exit_get signature in Elisp manual
2019-03-25 Michael AlbinusExplain messages with patches in CONTRIBUTE
2019-03-25 Paul EggertSupport ./configure --with-gif=ifavailable etc.
2019-03-25 Stefan Monnier* lisp/vc/diff-mode.el: Better handle empty lines in...
2019-03-25 Paul EggertFix some integer issues in regex-emacs
2019-03-25 Paul Eggert* src/regex-emacs.c (regex_compile): Fix comments.
2019-03-25 João TávoraAvoid occasional confusion of Flymake C/C++ backend
2019-03-25 João TávoraMake bundled Flymake C backend work for C++, too
2019-03-24 Juri Linkovi18n: Add function ngettext for pluralization.
2019-03-24 Juri Linkov* lisp/progmodes/xref.el (xref--show-xrefs): Push mark...
2019-03-24 Basil L. ContovounesiosFix Gnus duplicate article unsuppression
2019-03-24 Paul Eggert* src/lisp.h (primary_thread): Remove unused decl.
2019-03-24 Michael AlbinusBind `enable-local-variables' in `hack-connection-local...
2019-03-23 Eli Zaretskii* src/Makefile.in ($(AM_V_GEN)POSIXLY_CORRECT): Use...
2019-03-23 Michael AlbinusFix Bug#34943
2019-03-23 Eli ZaretskiiAvoid compiler warning in w32proc.c
2019-03-23 Michael R.... * lisp/progmodes/sql.el Bug#25424
2019-03-22 Stephen LeakeFix bug in delete-indentation when region is inactive
2019-03-22 Eric AbrahamsenChange Gnus hash tables into real hash tables
2019-03-22 Michael AlbinusFix Bug#24394, Bug#34172
2019-03-22 Nicolas PettonFix the error message when modifying maps in-place...
2019-03-22 Eli ZaretskiiMinor fixes for the last change
2019-03-22 Łukasz StelmachIf the region is active, join all the lines it spans
2019-03-22 Eli ZaretskiiRevert "Revert "Revert "Rely on conservative stack...
2019-03-22 Federico TedinCorrectly handle packages without description in descri...
2019-03-22 Federico TedinMake edebug-eval-expression support code completion
2019-03-22 Stefan MonnierFix misuses of NULL when talking about the NUL character
2019-03-21 Basil L. Contovounesios; Eval overlooked lambda in recent Eshell changes
2019-03-21 Nicolas Petton* etc/NEWS: Document seq-contains-p.
2019-03-21 Nicolas Petton* lisp/emacs-lisp/seq.el (seq-difference): Inverse...
2019-03-21 Nicolas PettonNew seq-contains-p predicate (Bug#34852)
2019-03-21 Eli ZaretskiiRevert "Revert "Rely on conservative stack scanning...
2019-03-21 Philipp StephaniRevert "Rely on conservative stack scanning to find...
2019-03-21 Eli ZaretskiiAvoid duplicate entries in process-environment after...
2019-03-21 Stefan Monnier* doc: Recommend putting '-' as last char in Emacs...
2019-03-20 Glenn MorrisMerge from origin/emacs-26
2019-03-20 Stefan MonnierEshell: Mostly cosmetic changes to be more explicit...
2019-03-20 Nicolas Petton* etc/AUTHORS: Update.
2019-03-20 Nicolas Petton* ; ChangeLog.3 update
2019-03-20 Stefan Monnier* lisp/pcomplete.el: Improve heuristic to rely less...
2019-03-20 Paul EggertFix pcomplete typo in recent regex typo fix
2019-03-20 Stefan Monnier* test/lisp/minibuffer-tests.el (completion-table-subve...
2019-03-20 Stefan Monnier* lisp/minibuffer.el (completion-table-subvert): Fix...
2019-03-20 Mattias EngdegårdRepair eshell-query-kill-processes
2019-03-20 Eli ZaretskiiImprove indexing of the user manual
2019-03-20 Eli ZaretskiiFix defining keyboard macros in CUA mode
2019-03-20 Stefan Monnier* lisp/eshell/em-cmpl.el: Use completion-at-point i...
2019-03-20 Paul EggertMore minor regex cleanup
2019-03-19 Juri Linkov* lisp/vc/vc.el (vc-diff-build-argument-list-internal...
2019-03-19 Juri Linkov* lisp/frame.el (frame-monitor-attributes): Fall back...
2019-03-19 Juri Linkov* lisp/frame.el (make-frame-on-monitor): Don't set...
2019-03-19 Paul EggertUse ‘const’ to clarify GC marking
2019-03-19 Mattias EngdegårdDisallow reversed char ranges in `rx'
2019-03-19 Basil L. ContovounesiosFix url-copy-file arglist
2019-03-19 Eli Zaretskii; * admin/notes/bugtracker: Minor additions and updates.
2019-03-19 Eli ZaretskiiFix downloading updates for packages with non-ASCII...
2019-03-19 Paul EggertRemove buggy regexp use in comint-output-filter
2019-03-19 Paul EggertFix more regular expression typos
2019-03-18 Nicolas Petton* etc/NEWS: Remove temporary markers.
2019-03-18 Stefan Monnier* src/fileio.c: Don't convert \r to \n just because...
2019-03-18 Stefan Monnier* lisp/locate.el (locate-mode): Setup invisibility...
2019-03-18 Stefan MonnierEbrowse: Use invisibility-spec instead of selective...
2019-03-17 Stefan MonnierDired: Use invisibility-spec instead of selective-display
2019-03-17 Stefan Monnier* doc/lispref/display.texi (Selective Display): Declare...
2019-03-17 Eli ZaretskiiFix 'define-charset' after dumping with pdumper
2019-03-17 Stefan Monnier* lisp/subr.el (combine-change-calls-1): Don't combine...
2019-03-16 Alexander GramiakDefine macros to abstract support for external menu...
2019-03-16 Paul EggertFix regexp typo in vc-git--program-version
2019-03-16 Mattias EngdegårdFix some ineffective backslashes in string literals
2019-03-16 Eli ZaretskiiImprove locale and language environment setting at...
2019-03-16 Paul EggertBring back Emacs 26 compatibility to flymake.el
2019-03-16 Paul EggertUse bool for menu_items_inuse
2019-03-15 Alan Mackenzie* doc/misc/cc-mode.texi (Config Basics): in @itemize...
2019-03-15 Eli ZaretskiiDon't clobber 'comint-input-autoexpand' in 'read-shell...
2019-03-15 Philippe VaucherCustomize tabulated-list sort indicators
2019-03-15 Eli Zaretskii* etc/NEWS: Document Sami input methods. (Bug#34866)
2019-03-15 Wojciech GacAdd notice and fix missing character
2019-03-15 Wojciech GacAdd remaining Sami input methods
2019-03-15 Wojciech GacAdd Skolt Sami and Inari Sami input methods
2019-03-13 Stefan Monnier* lisp/doc-view.el (doc-view--text-view-mode): Derive...
2019-03-13 Basil L. ContovounesiosFix file attribute accessor typo in Elisp manual
2019-03-13 Glenn Morris* test/lisp/progmodes/python-tests.el
2019-03-13 Stefan Monnier* lisp/emacs-lisp/easy-mmode.el: Fix most obvious bug...
2019-03-13 Stefan Monnier* lisp/mail/hashcash.el (hashcash-insert-payment-async...
2019-03-13 Stefan Monnier* lisp/progmodes/python.el (python-rx-constituents...
2019-03-13 Eli ZaretskiiAvoid gratuitous errors in 'url-retrieve-synchronously'
2019-03-13 Stefan Monnier* lisp/battery.el (battery-bsd-apm): Group indices...
2019-03-13 Ahmed Khanzada* lisp/battery.el (battery-bsd-apm): Make it work on...
2019-03-13 Martin RudalicsDocument restrictions when setting window margins,...
2019-03-12 Christopher... * lisp/mail/hashcash.el: Get rid of backquoted lambdas
2019-03-12 Michael Albinus* lisp/net/tramp-adb.el (tramp-adb-handle-make-process):
2019-03-12 Alan MackenzieCorrect the indentation of CC Mode brace lists
2019-03-12 Martin RudalicsRevert last tweak in 'comint-output-filter'
2019-03-11 Paul EggertReindent pdumper per usual Emacs style
2019-03-11 Eli ZaretskiiFix show-trailing-whitespace in R2L text
2019-03-11 Paul EggertFix a small pdumper memory leak
2019-03-11 Martin RudalicsRewrite minibuffer window resizing code
2019-03-11 Paul Eggert* src/editfns.c: Fix docstring typo.
next