]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2017-07-31 Ken Raeburn; Add comment regarding silent loading of dumped.elc.
2017-07-22 Ken RaeburnUse CANNOT_DUMP mode.
2017-07-22 Ken RaeburnDon't check for dump-emacs being bound.
2017-07-22 Ken RaeburnMake watchers dumpable.
2017-07-22 Ken RaeburnRetain overlay properties when dumping.
2017-07-22 Ken RaeburnSupport dumping variable aliases.
2017-07-22 Ken RaeburnLoad uniquify after dump/reload.
2017-07-22 Ken RaeburnClear out doc strings matching DOC file before dumping.
2017-07-22 Ken RaeburnDon't dump artifacts of the dump process.
2017-07-22 Ken RaeburnDump and restore empty abbrev tables.
2017-07-22 Ken RaeburnLoad cl-macs, needed for cl-labels.
2017-07-22 Ken RaeburnUpdate load-path and purify-flag even if not bootstrapping.
2017-07-22 Eli ZaretskiiFix startup on MS-Windows
2017-07-22 Eli ZaretskiiDisable "before-dump" memory allocation on MS-Windows
2017-07-22 Ken BrownFix build on Cygwin
2017-07-22 Ken RaeburnLoad documentation at startup.
2017-07-22 Ken RaeburnDon't save internal--text-quoting-flag.
2017-07-22 Ken RaeburnCreate frame's face cache.
2017-07-22 Ken RaeburnDon't save coding-system-list.
2017-07-22 Ken RaeburnLoad dumped.elc quietly.
2017-07-22 Ken RaeburnCall unify-charset on appropriate charsets.
2017-07-22 Ken RaeburnReload category table at startup rather than saving it.
2017-07-22 Ken RaeburnDump and restore the standard syntax table.
2017-07-22 Ken RaeburnSave and restore default values, and buffer-local setting.
2017-07-22 Ken RaeburnDon't trash current-load-list while loading dumped...
2017-07-22 Ken RaeburnEli's test patch to stop using dump-emacs.
2017-07-22 Ken RaeburnUse #N# syntax for repeated symbols in dumped.elc.
2017-07-22 Ken RaeburnDon't dump a copy of the obarray.
2017-07-22 Ken RaeburnDump defvars for special variables only.
2017-07-22 Ken RaeburnDon't memset storage we're about to fill anyway.
2017-07-22 Ken RaeburnCreate *Messages* buffer when loading dumped data.
2017-07-22 Ken RaeburnDon't get into an error loop if dumped.elc isn't found.
2017-07-22 Ken RaeburnForce purification off when using dumped.elc.
2017-07-22 Ken RaeburnIncrease gc-cons-threshold.
2017-07-22 Stefan MonnierStefan's patch to write out and load "dumped.elc";...
2017-07-22 Eli Zaretskii; * doc/emacs/search.texi (Word Search): Update for...
2017-07-22 Fabrice BauzacFix the eww-search-words description in the Emacs manual
2017-07-22 Andrew L. MooreIntroduce defcustom 'executable-prefix-env'
2017-07-22 Glenn Morris* test/lisp/ibuffer-tests.el: Delete temporary files.
2017-07-21 Glenn MorrisFurther attempt to avoid hang in network-stream-tests
2017-07-21 Glenn MorrisStop skipping many ibuffer tests by default
2017-07-21 Stefan MonnierUse lexical-binding in todo-mode.el
2017-07-21 Tino Calanchadired: Revert buffer when DIRNAME is a cons
2017-07-21 Tino Calancha; * etc/NEWS: Fix format of an entry.
2017-07-21 Tino CalanchaHandle when dired-directory is a cons in some Dired...
2017-07-21 Noam PostavskyMake eshell-next-prompt more reliable (Bug#27405)
2017-07-20 Paul EggertSimplify recent gnutls.c changes
2017-07-20 Paul Eggert; Spelling fixes
2017-07-20 Michael AlbinusMerge branch 'master' of git.sv.gnu.org:/srv/git/emacs
2017-07-20 Michael AlbinusStylistic changes in tramp-cache.el
2017-07-20 Glenn Morris* admin/notes/hydra: Small updates.
2017-07-20 Glenn MorrisMake tramp unloading handle debug counter variables
2017-07-20 Eli ZaretskiiFix hscrolling calculations when display-line-numbers...
2017-07-20 Katsumi YamaokaFix the bogus change made 13 years ago (bug#27084)
2017-07-20 Noam PostavskyUse grep's --null option (Bug#6843)
2017-07-19 Philipp Stephani* src/gnutls.c (clear_storage): Define only if needed.
2017-07-19 Stephen BermanAdjust todo-quit to recent change in dired
2017-07-19 Michael Albinus; Editorial changes in admin/notes/hydra
2017-07-19 Tino CalanchaAdd test for bugs 7131, 27762
2017-07-18 Michael Albinus* admin/notes/hydra: Mention environment variable EMACS...
2017-07-18 Stefan Monnier* lisp/emacs-lisp/nadvice.el (advice--defalias-fset...
2017-07-18 Glenn MorrisUse a more specific test for running on hydra.nixos.org
2017-07-18 Eli ZaretskiiAvoid infloop due to Eshell's "smart" redisplay
2017-07-18 Michael Albinus; Add further traces to tramp-tests.el
2017-07-18 Stefan Monnier* emacs-lisp/cl-lib.el (cl--old-struct-type-of): Accept...
2017-07-18 Eli ZaretskiiFix indentation when display-line-numbers is non-nil
2017-07-18 Lars IngebrigtsenDon't use gtk_widget_get_scale_factor on old GTK3 versions
2017-07-18 Noam PostavskyLet delete-selection-mode work with popup-menu commands...
2017-07-18 Paul EggertPort gnutls.c to older (buggier?) GnuTLS
2017-07-17 Vincent BelaïcheFix relocation with named cell referred to by a one...
2017-07-17 Vincent BelaïcheFix symbol completion and document it.
2017-07-17 Lars IngebrigtsenMove comments around
2017-07-17 Lars IngebrigtsenMake scaling work (?) on pre-GTK3 systems
2017-07-17 Lars IngebrigtsenAlways return the GDK scale
2017-07-17 Lars IngebrigtsenRemove usage of the GDK_SCALE variable
2017-07-17 Lars IngebrigtsenGet positions of menus and tooltips right on HiDPI
2017-07-17 Eli Zaretskii; * doc/emacs/dired.texi (Subdirectory Motion): Fix...
2017-07-17 Eli ZaretskiiAllow user control on what starts and ends a paragraph...
2017-07-17 Tino Calancha* lisp/emacs-lisp/map.el (map-put): Fix redundancy...
2017-07-17 Tino Calanchaalist-get: Add optional arg TESTFN
2017-07-17 Michael AlbinusFix `tramp-test39-unload'
2017-07-17 Stephen BermanPreserve point under 'dired-auto-revert-buffer' (second...
2017-07-17 Martin RudalicsHave Fgnutls_available_p return Qnil when GNUTLS is...
2017-07-17 Paul Eggert* src/gnutls.c: Restore some comments.
2017-07-16 Paul EggertUse memset, not bzero
2017-07-16 Paul EggertUse explicit_bzero to clear GnuTLS keys
2017-07-16 Paul EggertMerge from gnulib
2017-07-16 Dieter DeykeFix vc-src-dir-status-files
2017-07-16 Wilfred HughesFix mismatched parens
2017-07-16 Alan ThirdAdd missing declare-function for new function
2017-07-16 R. BernsteinRealgud for tango themes
2017-07-16 Noam PostavskyFix test when running from test/lisp/subr-tests.elc
2017-07-15 Alan ThirdFix some frame handling issues on NS
2017-07-15 Tino Calanchals-lisp: Fix file size format
2017-07-15 Eli ZaretskiiAvoid link errors with older versions of GnuTLS
2017-07-15 Eli ZaretskiiImprove comments in faces.el
2017-07-15 Eli ZaretskiiImprove some GnuTL error messages
2017-07-15 Eli ZaretskiiFix the Elisp manual wrt GnuTL cryptography
2017-07-15 Eli ZaretskiiFix compilation of gnutls.c with older GnuTLS
2017-07-15 rockyRealgud for two more light themes
next