diff options
| author | Katsumi Yamaoka | 2015-02-16 03:42:00 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2015-02-16 03:42:00 +0000 |
| commit | e59feb3c15ca1dfb7a2a7edef21cbdb07d6ea183 (patch) | |
| tree | 37d04f5f82ce5d4d7f1b1ade9b2d16f3f45297e9 /lisp/ChangeLog | |
| parent | 0d38b2f403fa873159138b194c0d45bc4c7e61cc (diff) | |
| download | emacs-e59feb3c15ca1dfb7a2a7edef21cbdb07d6ea183.tar.gz emacs-e59feb3c15ca1dfb7a2a7edef21cbdb07d6ea183.zip | |
lisp/ChangeLog: Restore entries accidentally deleted
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 64 |
1 files changed, 62 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f91313b5655..ca180ff6327 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -3,12 +3,72 @@ | |||
| 3 | * net/tramp-sh.el (tramp-remote-process-environment): Disable paging | 3 | * net/tramp-sh.el (tramp-remote-process-environment): Disable paging |
| 4 | with PAGER=cat. (Bug#19870) | 4 | with PAGER=cat. (Bug#19870) |
| 5 | 5 | ||
| 6 | 2015-02-14 Artur Malabarba <bruce.connor.am@gmail.com> | ||
| 7 | |||
| 8 | * emacs-lisp/package.el (package-read-all-archive-contents): Don't | ||
| 9 | build the compatibility table. | ||
| 10 | (package-refresh-contents, package-initialize): Do build the | ||
| 11 | compatibility table. | ||
| 12 | (package--build-compatibility-table): New function. | ||
| 13 | (describe-package-1): Describe why a package is incompatible. | ||
| 14 | |||
| 15 | 2015-02-14 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 16 | |||
| 17 | * emacs-lisp/cl-preloaded.el (cl-struct-define): Register as children | ||
| 18 | of the parent. | ||
| 19 | (cl--assertion-failed): New function. | ||
| 20 | (cl-assertion-failed): Move in from cl-lib.el. | ||
| 21 | |||
| 22 | * emacs-lisp/cl-macs.el (cl-defstruct): Don't generate code to register | ||
| 23 | as children of its parents. | ||
| 24 | (cl--make-type-test, cl--compiler-macro-typep): Remove functions. | ||
| 25 | (cl-typep): Reimplement using define-inline. | ||
| 26 | (cl-assert): Use cl--assertion-failed. | ||
| 27 | (cl-struct-slot-value): Use define-inline. | ||
| 28 | |||
| 29 | * emacs-lisp/cl-lib.el: Move autoloaded code to cl-preload. | ||
| 30 | |||
| 31 | * textmodes/flyspell.el (flyspell-word): Defvar (bug#19844). | ||
| 32 | (flyspell-generic-check-word-p): Mark as obsolete. | ||
| 33 | |||
| 34 | 2015-02-13 Artur Malabarba <bruce.connor.am@gmail.com> | ||
| 35 | |||
| 36 | * emacs-lisp/package.el (package--compatibility-table): New var. | ||
| 37 | (package--add-to-compatibility-table): New function. | ||
| 38 | (package-read-all-archive-contents): Populate compatibility table. | ||
| 39 | (package--incompatible-p): Also look in dependencies. | ||
| 40 | (describe-package-1): Fix "incompat" handling. | ||
| 41 | |||
| 42 | 2015-02-13 Lars Ingebrigtsen <larsi@gnus.org> | ||
| 43 | |||
| 44 | * net/rfc2104.el: Moved here from lisp/gnus. | ||
| 45 | |||
| 46 | 2015-02-13 Magnus Henoch <magnus.henoch@gmail.com> | ||
| 47 | |||
| 48 | * net/sasl-scram-rfc.el: New file. | ||
| 49 | |||
| 50 | * net/sasl.el (sasl-mechanisms): Remove SCRAM-MD5. | ||
| 51 | Add SCRAM-SHA-1 first. | ||
| 52 | (sasl-mechanism-alist): Remove SCRAM-MD5 entry. Add SCRAM-SHA-1 | ||
| 53 | entry (bug#17636). | ||
| 54 | |||
| 55 | 2015-02-13 Lars Ingebrigtsen <larsi@gnus.org> | ||
| 56 | |||
| 57 | * net/shr.el (shr-tag-li): Speed up rendering pages with lots of | ||
| 58 | <ul>. | ||
| 59 | |||
| 60 | 2015-02-12 Oleh Krehel <ohwoeowho@gmail.com> | ||
| 61 | |||
| 62 | * progmodes/gdb-mi.el (gdb-display-io-nopopup): New defcustom. | ||
| 63 | (gdb-inferior-filter): Don't pop up the buried output buffer when | ||
| 64 | `gdb-display-io-nopopup' is non-nil. | ||
| 65 | |||
| 6 | 2015-02-12 Fabián Ezequiel Gallina <fgallina@gnu.org> | 66 | 2015-02-12 Fabián Ezequiel Gallina <fgallina@gnu.org> |
| 7 | 67 | ||
| 8 | python.el: Allow killing shell buffer if process is dead. (Bug#19823) | 68 | python.el: Allow killing shell buffer if process is dead. (Bug#19823) |
| 9 | 69 | ||
| 10 | * progmodes/python.el (python-shell-font-lock-kill-buffer): Don't | 70 | * progmodes/python.el (python-shell-font-lock-kill-buffer): |
| 11 | require a running process. | 71 | Don't require a running process. |
| 12 | (python-shell-font-lock-post-command-hook): Fontify only if the | 72 | (python-shell-font-lock-post-command-hook): Fontify only if the |
| 13 | shell process is running. | 73 | shell process is running. |
| 14 | 74 | ||