~ubuntu-elisp/emacs/+git/master:fix/great-revert-bill

Last commit made on 2017-03-06
Get this branch:
git clone -b fix/great-revert-bill https://git.launchpad.net/~ubuntu-elisp/emacs/+git/master

Branch merges

Branch information

Name:
fix/great-revert-bill
Repository:
lp:~ubuntu-elisp/emacs/+git/master

Recent commits

be85e27... by Phillip Lord

Remove ldefs-boot files left after reversion.

5887e4f... by Phillip Lord

Revert "Remove conditional includes from bootstrap"

This reverts commit 1b946305182312faa7fcd838caf55dcb07b2ab04.

371fcd7... by Phillip Lord

Revert "Fix minor problems with loaddefs autogeneration"

This reverts commit f2bd2c1e6476acc71e71f6cb2a1c56c5edd900ba.

d53c45a... by Phillip Lord

Revert "Replace ldefs-boot with a much smaller file"

This reverts commit c27b645956a11fab1dd8fa189254d525390958f5.

f125b70... by Phillip Lord

Revert "Remove unused ldefs-boot.el"

This reverts commit ef8c9f8fc922b615aca91b47820d1f1900fddc96.

4c71a02... by Phillip Lord

Revert "Record autoloads till emacs dump"

This reverts commit 72c668a9042ac6475eadedfee5c87fb1e6b2d753.

76b7b5b... by Phillip Lord

Revert "Speed generation of ldefs-boot-auto"

This reverts commit 7b5e1c8238ef961fd3305b1dce053b9bced684ba.

0fae08d... by Tom Tromey <email address hidden>

Fix typos in EIEIO manual

* doc/misc/eieio.texi (Slot Options, Class Options): Fix typos.

0406443... by Paul Eggert

Merge from gnulib

This incorporates:
2017-03-04 dtotimespec: simplify
* lib/dtotimespec.c: Copy from gnulib.

53f3dd6... by Paul Eggert

ffloor etc. now accept only floats

* etc/NEWS: Say why.
* src/floatfns.c (Ffceiling, Fffloor, Ffround, Fftruncate):
Require arg to be float.
* test/src/floatfns-tests.el (fround-fixnum): Check this.