]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2016-11-22 Eli Zaretskii; * src/lread.c (openp): Correct an inaccuracy in comme...
2016-11-21 Nicolas Petton* etc/AUTHORS: Regenerate the AUTHORS file
2016-11-21 Nicolas PettonUpdate ChangeLog files and authors.el
2016-11-21 Eli ZaretskiiFix menu bindings of Dired 'A' and 'Q' commands
2016-11-20 Eli ZaretskiiAvoid errors in shr-pixel-column due to dedicated windows
2016-11-20 Tino CalanchaUpdate format-time-string documentation
2016-11-19 Paul Eggert; Spelling fix
2016-11-19 Eli Zaretskii* admin/release-process: Update versions and blocking...
2016-11-18 Eli ZaretskiiImprove documentation of functions that accept time...
2016-11-18 Daniel ColascioneSpeed up initialization by preferring /dev/urandom...
2016-11-18 Glenn MorrisAdd a comment in generated refcards about the source
2016-11-18 Glenn Morris; * etc/refcards/calccard.tex: Remove obsolete comment.
2016-11-16 Dmitry Gutovjs-mode: Fix indent problem after a regexp
2016-11-16 Eli ZaretskiiFix sluggish display of symbols in UTF-8 language envir...
2016-11-16 Glenn MorrisDon't confuse how Texinfo outputs @var with the input
2016-11-16 Glenn Morris* doc/lispref/display.texi (Scroll Bars):
2016-11-15 Glenn Morris* doc/emacs/cmdargs.texi (Initial Options): Copyedit...
2016-11-15 Eli ZaretskiiMore fixes in copyright notices in etc/refcards/
2016-11-13 Eli ZaretskiiUpdate copyright text in refcards
2016-11-12 Eli ZaretskiiFix Outline command names
2016-11-10 Philipp StephaniSend text received by bracketed paste to process
2016-11-10 Alan MackenzieCorrect the statement about programming modes always...
2016-11-10 Eli ZaretskiiImprove documentation of 'occur'
2016-11-09 Noam PostavskyDo call debugger on failed cl-assert
2016-11-08 Daniel ColascioneAvoid infloop in python
2016-11-07 Eli ZaretskiiDon't refer to obsolete FEATURE-unload-hook
2016-11-07 Eli ZaretskiiImprove documentation of dabbrevs
2016-11-07 Eli Zaretskii* lisp/chistory.el (list-command-history): Doc fix...
2016-11-07 Eli Zaretskii* lisp/simple.el (set-mark-command): Doc fix. (Bug...
2016-11-07 Eli ZaretskiiImprove documentation of some Help commands
2016-11-07 Eli ZaretskiiFix documentation of yes-or-no prompts
2016-11-07 Eli ZaretskiiFix documentation of partial completion style
2016-11-07 Eli ZaretskiiFix documentation of the mode line on emacsclient frames
2016-11-07 Eli ZaretskiiFix description of 'C-z' in User manual
2016-11-07 Eli ZaretskiiImprove and clarify documentation of Outline Mode
2016-11-06 Eli ZaretskiiAdd Emacs version number to nt/README.W32
2016-11-06 Noam PostavskyFix python-mode hideshow regexp
2016-11-06 Paul EggertModernize usage of 'macOS' in doc and comments
2016-11-06 Paul EggertPrefer comments /* like this */ in C code
2016-11-05 Noam Postavsky* doc/lispref/loading.texi (Autoload): Better link...
2016-11-05 Eli ZaretskiiClarify documentation of face attribute functions
2016-11-05 Eli Zaretskii; * nt/README.W32: Minor copyedits.
2016-11-05 Noam PostavskyDon't call debug on failed cl-assert
2016-11-04 Paul Eggert; Spelling fixes
2016-11-04 Phillip LordUpdate README for precompiled windows Emacs.
2016-11-04 Hong XuClarify documentation of 'vc-responsible-backend' wrt...
2016-11-04 Eli ZaretskiiClarify doc string of 'transpose-sexps'
2016-11-04 Tibor CsögörFix docstring of 'browse-url-firefox-new-window-is...
2016-11-04 Eli ZaretskiiImprove documentation of 'font-lock-remove-keywords'
2016-11-04 Eli ZaretskiiFix documentation of the command summary key
2016-11-04 Eli ZaretskiiMark relocation workarounds with REL_ALLOC
2016-11-02 Thomas FitzsimmonsFix documentation for 'eudc-options-file'
2016-11-02 Tibor CsögörFix documentation of 'eudc-inline-expansion-format'
2016-10-31 Clément Pit... python.el: Fix detection of native completion in Python...
2016-10-26 Glenn Morris* Makefile.in (install-arch-indep): Skip etc/refcards...
2016-10-26 Stefan Monnier* lisp/subr.el (set-transient-map): Exit for unbound...
2016-10-26 Eli ZaretskiiUpdate category-table for Chinese characters
2016-10-26 Noam PostavskyInhibit buffer relocation during regex searches
2016-10-26 Noam PostavskyRevert fixes to allocation of regex matching
2016-10-25 Eli ZaretskiiComment for bug#24793
2016-10-25 Paul EggertDefault REL_ALLOC to 'no'
2016-10-24 Eli ZaretskiiYet another fix for using pointers into buffer text
2016-10-24 Eli ZaretskiiAnother fix for using pointer to buffer text
2016-10-24 Michael AlbinusFix Bug#24478
2016-10-24 Paul EggertPort --enable-gcc-warnings to bleeding-edge glibc
2016-10-23 Eli ZaretskiiFix handling of buffer relocation in regex.c functions
2016-10-23 Eli ZaretskiiAvoid relocating buffers while libxml2 reads its text
2016-10-23 Eli Zaretskii; Remove redundant code in gmalloc.c
2016-10-23 Eli ZaretskiiAttempt to catch reads from a buffer that is relocated
2016-10-23 Eli ZaretskiiRevert "* lisp/simple.el (process-menu-mode, list-proce...
2016-10-23 Eli ZaretskiiRevert "* lisp/ibuf-ext.el (ibuffer-do-shell-command...
2016-10-23 Eli ZaretskiiRevert "* lisp/ibuffer.el (ibuffer): Improve 'other...
2016-10-23 Eli Zaretskii;* src/w32heap.c: Fix typo and wording of the comments.
2016-10-23 Paul Eggertelectric-quote mode no longer worries about coding
2016-10-23 Paul Eggert* src/regex.c (re_search_2): Make new code safe for...
2016-10-23 Paul EggertPort to GCC 6.2.1 + --enable-gcc-warnings
2016-10-22 Noam PostavskyExplain how to debug emacsclient lisp errors
2016-10-22 Noam PostavskyLet describe-function work for lambda again
2016-10-22 Noam PostavskyFix kill-line's docstring
2016-10-22 Noam PostavskyFix handling of allocation in regex matching
2016-10-21 Paul Eggert* lisp/electric.el (electric-quote-mode): Improve doc...
2016-10-20 Tino Calanchavc-region-history: Search just on lines intersecting...
2016-10-19 Eli ZaretskiiFix documentation of 'alist-get'
2016-10-19 Eli Zaretskii* src/regex.h (re_match_object): Improve commentary.
2016-10-19 Alan ThirdFix cursor at bottom left of rectangle (bug#24364)
2016-10-19 Michael Albinus; Fix quoting in etc/NEWS
2016-10-19 Michael AlbinusChange Tramp version to "2.2.13.25.2"
2016-10-19 Eli Zaretskii* lisp/emacs-lisp/autoload.el (update-directory-autoloa...
2016-10-19 Eli ZaretskiiDon't scan compiled module files for autoloads
2016-10-18 Michael AlbinusFix Bug#24698
2016-10-18 Eli Zaretskii* lisp/subr.el (start-process): Doc fix. (Bug#24693)
2016-10-18 Göktuğ KayaalpFix display of vc-dir CVS file statuses in subdirectories
2016-10-17 Eli ZaretskiiUpdate URL of MS-Windows optional DLLs
2016-10-17 Eli ZaretskiiMerge branch 'emacs-25' of git.savannah.gnu.org:/srv...
2016-10-17 Eli ZaretskiiFix time-related data types in 2 editfns.c functions
2016-10-17 Tino Calancha* lisp/simple.el (process-menu-mode, list-processes...
2016-10-17 Tino Calancha* lisp/ibuf-ext.el (ibuffer-do-shell-command-file):
2016-10-17 Tino Calancha* lisp/ibuffer.el (ibuffer): Improve 'other-window...
2016-10-17 Paul EggertPort to Ubuntu 16.10, which needs gcc -nopie
2016-10-17 Glenn Morris* lisp/cus-start.el (exec-path): Handle nil elements...
next