]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2017-02-13 Vibhav PantMerge branch 'master' into feature/byte-switch feature/byte-switch
2017-02-13 Vibhav Pant; Add more documentation for byte-switch related code.
2017-02-13 Katsumi YamaokaFix non-ASCII text encoding (bug#25658)
2017-02-13 Vibhav Panttest/lisp/emacs-lisp/bytecomp-tests.el: Add more tests...
2017-02-13 Glenn MorrisFix recent bootstrap issue by moving string-to-list
2017-02-13 Glenn MorrisDoc fixes related to mail-host-address
2017-02-13 Glenn MorrisSimplify time-stamp mail host usage
2017-02-13 Glenn MorrisDoc fix for vhdl-mode re mail-host-address
2017-02-13 Mark OteizaSubstitute leading $HOME/ in xdg-user-dirs
2017-02-13 Mark Oteiza* lisp/buff-menu.el: Turn on lexical-binding.
2017-02-13 Juri Linkov* lisp/replace.el (query-replace-from-to-separator...
2017-02-12 Karl FogelConvert more uses of `looking-at' to `following-char'
2017-02-12 Paul EggertFix typos in tests for lax-plist-get etc.
2017-02-12 Michael AlbinusFix bug#25607
2017-02-12 Mark OteizaRemove server-buffer-clients string from minor-mode...
2017-02-12 Mark OteizaNix some useless uses of looking-at, looking-back
2017-02-12 Vibhav Pant; lisp/emacs-lisp/bytecomp.el: Fix indentation.
2017-02-11 Tom TromeyRecognize JS regexp literals more correctly
2017-02-11 Vibhav Pantsrc/bytecode.c (exec_byte_code): Make hash_code a Lisp_...
2017-02-11 Vibhav Pantsrc/bytecode.c (exec_byte_code): Remove unnecessary...
2017-02-11 Tom TromeyFix bug in css--mdn-find-symbol
2017-02-11 Vibhav Pant; src/bytecode.c (exec_byte_code): Refactor byte-switch...
2017-02-11 Vibhav Pantsrc/bytecode.c: Add optional sanity check for jump...
2017-02-11 Vibhav PantMerge branch 'master' into feature/byte-switch
2017-02-11 Vibhav Pant* src/bytecode.c: Refactor to follow GNU coding standards
2017-02-11 Eli ZaretskiiFix handling of XBM images on MS-Windows
2017-02-11 Michael Albinus; Fix typo in etc/NEWS
2017-02-11 Eli ZaretskiiFix handling of PBM data
2017-02-10 Noam PostavskyFix warnings in debug tracing code
2017-02-10 Sam SteingoldExtract grep-find-ignored-directories processing from...
2017-02-10 Vibhav Pantsrc/bytecode.c: Avoid comparing values unnecessarily...
2017-02-10 Paul EggertFix a few integer-overflow glitches
2017-02-10 Eli ZaretskiiFix a bug with displaying an image after a TAB
2017-02-10 Paul EggertMove cyclic tests to fns-tests.el
2017-02-10 Gemini LasswellFix instrumenting code with propertized strings in...
2017-02-10 Vladimir PanteleevImprove fontification in bat-mode
2017-02-10 Eli ZaretskiiRestore special setting of this-command-keys by M-x
2017-02-09 Juri Linkov* lisp/isearch.el (isearch-search-fun-default): Set...
2017-02-09 Vibhav Pantsrc/bytecode.c (exec_byte_code): Remove unneeded assert.
2017-02-09 Vibhav Pantbytecode.c (exec_byte_code): Use h->count instead of...
2017-02-09 Vibhav Pantbytecode.c (exec_byte_code): don't check hash code...
2017-02-09 Tino CalanchaIbuffer: Update mode documentation
2017-02-09 Steven AllenFix environment variable for xdg-data-dirs
2017-02-09 Tassilo Horn; Theme updates
2017-02-09 Tino CalanchaIbuffer: Erase output buffer before shell commands
2017-02-09 Tino CalanchaIbuffer: Don't truncate shell command output
2017-02-09 Vibhav PantImprove byte-switch execution.
2017-02-09 Noam PostavskyMake sure eshell pipelines don't drop data
2017-02-09 Katsumi YamaokaMake mm-shr use mail-parse-charset by default
2017-02-08 Stephen Bermandescribe-char: unambiguous name for inserting ASCII 7
2017-02-08 Michael AlbinusModify suppressing `vc-refresh-state' in filenotify...
2017-02-07 Michael AlbinusSuppress undesired error messages in filenotify-tests.el
2017-02-07 Lars IngebrigtsenEnsure that Gnus bugs show up in the Emacs tracker
2017-02-07 Lars IngebrigtsenRevert "Don't tag Gnus bugs with "gnus""
2017-02-07 Vibhav PantAdd tests for checking byte-switch code.
2017-02-07 Mark OteizaAdd xdg library
2017-02-07 Paul EggertDo not trick info/dir’s timestamp
2017-02-07 Paul EggertMake FOR_EACH_TAIL more like other FOR_EACH macros
2017-02-06 Vibhav Pant; bytecomp.el (byte-compile-cond-jump-table): Add TODO...
2017-02-06 Vibhav Pant; byte(-opt, comp).el: Add more documentation for byte...
2017-02-05 Paul EggertPort to clang 3.8.0
2017-02-05 Paul EggertAdd cyclic-list tests
2017-02-05 Paul EggertFOR_EACH_TAIL now checks for quit
2017-02-05 Paul EggertSignal list cycles in ‘length’ etc.
2017-02-05 Paul EggertSimplify use of FOR_EACH_TAIL
2017-02-05 Simen Heggestøyl* lisp/textmodes/css-mode.el: Require subr-x at compile...
2017-02-05 Vibhav PantMerge remote-tracking branch 'origin/master' into featu...
2017-02-05 Vibhav Pantbytecomp.el: Use macroexp-const-p instead of bc-cond...
2017-02-05 Vibhav Pant* byte-opt.el (byte-decompile-bytecode-1): Use eq inste...
2017-02-05 Vibhav Pant; Fix typo.
2017-02-05 Vibhav Pant; bytecomp.el (-inline-lapcode): Fix incorrect parenthe...
2017-02-05 Vibhav Pantbytecomp.el: Inline lapcode containing `byte-switch...
2017-02-05 Vibhav Pant; * byte-opt.el (byte-decompile-bytecode-1): Add more...
2017-02-05 Vibhav Pantbyte-opt.el: Replace jump tables while decompiling...
2017-02-05 Vibhav Pantbytecomp.el: Don't store non-keyword symbols in jump...
2017-02-04 Tom Tromeytypo fix
2017-02-04 Tom TromeySet comment-multi-line in js-mode
2017-02-04 Simen Heggestøyl* test/manual/indent/scss-mode.scss: Fix indentation
2017-02-04 Simen HeggestøylFix indentation of multiline CSS property values
2017-02-04 Gemini LasswellAdd tests for lisp/kmacro.el
2017-02-04 Eli ZaretskiiFix autorevert-tests on MS-Windows
2017-02-04 Gemini LasswellNew macro 'ert-with-message-capture'
2017-02-04 Gemini LasswellAvoid invalid read syntax errors due to 'ert-with-test...
2017-02-04 Eli ZaretskiiFix a syntax error when evaluating pcase.el under Edebug
2017-02-04 Eli Zaretskii; * lisp/files.el (save-some-buffers-default-predicate...
2017-02-04 Gemini LasswellChange edebug-max-depth from defconst to defcustom
2017-02-04 Eli ZaretskiiSupport options with embedded whitespace in 'dired...
2017-02-04 Gemini LasswellAdd tests for lisp/emacs-lisp/testcover.el
2017-02-04 Eli ZaretskiiDocument 'save-some-buffers-default-predicate'
2017-02-04 Richard StallmanNew defcustom 'save-some-buffers-default-predicate'
2017-02-04 Mark OteizaRename to if-let* and when-let*
2017-02-03 Vibhav PantRevert "Use maphash instead of cl-loop."
2017-02-03 Paul EggertRe-port alloc.c to Solaris sparc and simplify
2017-02-03 Noam Postavsky; Merge: fixes and updates to scroll margin (Bug#5718)
2017-02-03 Noam PostavskyAdd tests for scrolling
2017-02-03 Noam PostavskyFix scrolling with partial lines
2017-02-03 Noam PostavskyMake limit on scroll-margin variable
2017-02-03 Noam PostavskyDon't count mode line for scroll-margin limit
2017-02-03 Noam PostavskyRefactor uses of scroll_margin to a function
2017-02-03 Dmitry Gutov(xref-collect-matches): Use '-E' together with '-e'
next