]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2017-02-28 Ken BrownTry to avoid hang when logging out of MS-Windows
2017-02-28 Stefan Monnier* lisp/textmodes/reftex-toc.el (reftex-re-enlarge)...
2017-02-28 Stefan Monnier* doc/misc/eieio.texi: Update to account for the cl...
2017-02-28 Stefan Monnier* lisp/cedet/mode-local.el (define-mode-local-override...
2017-02-28 Stefan Monnier* lisp/nxml/nxml-mode.el (nxml-mode): Use new sgml...
2017-02-28 Stefan Monnier* lisp/textmodes/sgml-mode.el: syntax-propertize <...
2017-02-28 Stefan Monnier* lisp/textmodes/css-mode.el (css-completion-at-point...
2017-02-28 Tino CalanchaShow Ibuffer and jump to line listing current buffer
2017-02-27 Juri Linkov* lisp/vc/add-log.el (change-log-next-buffer): Check...
2017-02-27 Juri LinkovPut text properties on query-replace separator string...
2017-02-27 Juri LinkovAdd file name and its extension to suggestions in dired...
2017-02-27 Chunyang XuPrompt default extension in dired-mark-extension
2017-02-27 Tino CalanchaPrevent for consing in cl-mapc and cl-mapl
2017-02-27 Tino CalanchaChoose the right target dir on dired operations
2017-02-27 Stefan Monnier* src/xdisp.c (overlay_arrows_changed_p): Fix last...
2017-02-27 Noam PostavskyDon't record eshell/clear "command" in history (Bug...
2017-02-26 Paul EggertRemove a few unused C functions
2017-02-26 Eli ZaretskiiAvoid segfault in overlay_arrows_changed_p
2017-02-26 Noam PostavskyDon't call package--ensure-init-file if initialized...
2017-02-26 Eli ZaretskiiFix display of before- and after-strings at invisible...
2017-02-26 Michael AlbinusWork on `tramp-completion-mode-p'
2017-02-25 Tom TromeyUse font-lock-doc-face in js-mode
2017-02-25 Noam PostavskyDon't use IP 0.0.0.0 for package test server (Bug#22582)
2017-02-25 Tom TromeyAdd more branch support to vc-dir
2017-02-25 Alan MackenzieAllow for the :: operator in C++ "enum class" declarations.
2017-02-25 Michael AlbinusFix bug#25854
2017-02-25 Eli ZaretskiiAvoid leaving garbage on screen when using 'raise'...
2017-02-25 Peder O. KlingenbergNew option -u / --suppress-output to emacsclient
2017-02-25 Noam PostavskyFix scrolling with partial line corner case (Bug#25792)
2017-02-25 Tom TromeyFix indentation error in js.el
2017-02-24 Tom Tromeyadd "async" and "await" keywords
2017-02-24 Stefan MonnierUse cl-print for Edebug and EIEIO
2017-02-24 Stefan MonnierFix left over uses of `call-next-method'
2017-02-24 Stefan MonnierMinor redisplay optimisations
2017-02-24 Stefan Monnier* lisp/emacs-lisp/cl-print.el: New file
2017-02-24 Peder O. KlingenbergMake calc's least common multiple positive (bug#25255)
2017-02-24 Gemini LasswellSupport read syntax for circular objects in Edebug...
2017-02-24 Lixin ChinAdd Conference to the list of valid bibtex entry types
2017-02-23 Glenn Morris* lisp/comint.el (comint-password-prompt-regexp): Add...
2017-02-23 Glenn MorrisSmall dunnet score file improvements
2017-02-23 Glenn Morris* lisp/play/dunnet.el (dun-help): Doc fix.
2017-02-23 Mark OteizaDeclare dun-line and dun-line-list
2017-02-23 Paul EggertMerge from gnulib
2017-02-23 Paul Eggerthexl: handle large files and I/O errors
2017-02-23 Eli ZaretskiiAvoid quitting inside a critical section on MS-Windows
2017-02-22 Tassilo Horn; Less error-like font-lock-variable-name-face
2017-02-22 Dmitry GutovUse revision-completion-table in vc-retrieve-tag
2017-02-22 Stefan Monnier* lisp/emacs-lisp/cl-generic.el (cl--generic-typeof...
2017-02-22 Noam PostavskyFind macro binding for symbol-bound macros too (Bug...
2017-02-22 Stefan Monnier* lisp/emacs-lisp/cl-generic.el (cl-defgeneric): Fix...
2017-02-22 Juri Linkov* lisp/isearch.el (lazy-highlight-max-at-a-time): Doc...
2017-02-22 Juri Linkov* lisp/isearch.el (isearch-lazy-highlight): New choice...
2017-02-21 Paul EggertMinor weak hash table performance tweaks
2017-02-21 Paul EggertUse float instead of Lisp_Object for rehash_size
2017-02-21 Paul EggertUse ptrdiff_t instead of Lisp_Object for collision
2017-02-21 Paul EggertHash table threshold is now float, not double
2017-02-21 Juri LinkovAvoid flicker in lazy-highlight by doing all updates...
2017-02-21 Glenn Morris; * lisp/custom.el: Comments.
2017-02-21 Stefan Monnier* lisp/emacs-lisp/autoload.el (make-autoload): Support...
2017-02-21 Stefan Monnier* lisp/emacs-lisp/cl-preloaded.el (cl-struct-define...
2017-02-21 Glenn MorrisTweak recent custom-reevaluate-setting change
2017-02-21 Glenn MorrisEnsure delayed-init custom variables get marked special
2017-02-21 Glenn Morris; Add a new TODO item
2017-02-21 Mark OteizaTurn on lexical-binding in dunnet.el
2017-02-21 Mark OteizaMake dunnet insertion functions n-ary
2017-02-21 Katsumi Yamaokamessage-goto-body-1: Fix regexp so as not to match...
2017-02-20 Noam PostavskySimplify cl-get using `plist-member'
2017-02-20 Paul EggertVerify xwidget USE_LSB_TAG assumption
2017-02-20 Stefan Monnier* src/insdel.c (make_gap): Improve comment.
2017-02-20 Mark OteizaDo not use switch-to-buffer for working in a temp buffer
2017-02-20 Mark OteizaMake dun-room-shorts a defconst
2017-02-20 Paul EggertPort xwidget to -DCHECK_LISP_OBJECT_TYPE
2017-02-20 Eli Zaretskii; * src/insdel.c: State file encoding explicitly.
2017-02-20 Katsumi Yamaokamm-decode.el: Simplify regexp used to search html meta tag
2017-02-20 Katsumi Yamaokamm-shr: Ignore coding-system `ascii'
2017-02-20 Tom Tromeyvc-log-outgoing fixes for git; add binding to vc-dir
2017-02-20 Tom TromeyRemove stale comments from vc-git and vc-hg
2017-02-20 Mark OteizaRemove member clone
2017-02-20 Mark OteizaPrefix global var
2017-02-20 Mark OteizaReplace nested ifs with cond
2017-02-19 Paul EggertFix glitches in recent hash table changes
2017-02-19 Stefan Monnier* src/insdel.c (make_gap): Increase enough to avoid...
2017-02-19 Eli Zaretskii; Minor fix of recent change in fringe.c
2017-02-19 Eli Zaretskii; * src/fns.c (Fmake_hash_table): Prefer 'double' to...
2017-02-19 Eli ZaretskiiAvoid aborts during loadup
2017-02-19 Michael AlbinusRework connection local variables
2017-02-19 Mark Oteiza; Fix previous change
2017-02-19 Mark OteizaSet up combination and random item location
2017-02-19 Mark OteizaReplace movement variables with an alist and accessor
2017-02-19 Mark OteizaChange top-level setq forms to defvar or defconst
2017-02-19 Mark OteizaMove all dunnet globals up to the top
2017-02-19 Michael AlbinusFix bug#25788
2017-02-19 YAMAMOTO MitsuharuFix fringe bitmap initialization on MS-Windows
2017-02-19 Stefan MonnierChange type of `rehash_threshold' and `pure' fields...
2017-02-19 Paul EggertUse 'char *FOO' instead of 'char* FOO'
2017-02-19 Mark OteizaMore json.el changes
2017-02-18 Alan MackenzieFix edebug-spec on c-lang-defvar.
2017-02-18 Lars IngebrigtsenLists used as plists now have to be an even length
2017-02-18 Michael AlbinusUnset `non-essential' in Tramp when not needed anymore
2017-02-18 Eli ZaretskiiAutomatically regenerate emacs.1 and *.rc files
next