diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 84 |
1 files changed, 84 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 66783b9a5ed..15f742ed91a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,87 @@ | |||
| 1 | 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 2 | |||
| 3 | * net/gnutls.el (gnutls-log-level): Removed. | ||
| 4 | |||
| 5 | * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an | ||
| 6 | indentation character (bug#6380). | ||
| 7 | |||
| 8 | * files.el (buffer-offer-save): Made permanently local (bug#6241). | ||
| 9 | |||
| 10 | * doc-view.el (doc-view-make-safe-dir): Rewrite the error message | ||
| 11 | to clarify what the problem is (bug#4291). | ||
| 12 | |||
| 13 | * simple.el (current-kill): Clarify what | ||
| 14 | `interprogram-paste-function' does (bug#7500). | ||
| 15 | (auto-fill-mode): Document `auto-fill-function' in relation to | ||
| 16 | `auto-fill-mode' (bug#2470). | ||
| 17 | |||
| 18 | 2011-07-16 Lawrence Mitchell <wence@gmx.li> | ||
| 19 | |||
| 20 | * emacs-lisp/cl-macs.el (defstruct): Ignore argument to setf | ||
| 21 | method if slot is read-only (bug#9035). | ||
| 22 | |||
| 23 | 2011-07-16 Martin Rudalics <rudalics@gmx.at> | ||
| 24 | |||
| 25 | * frame.el (select-frame-set-input-focus): New argument | ||
| 26 | NORECORD. | ||
| 27 | * window.el (pop-to-buffer): Select window used even if it was | ||
| 28 | selected before, see discussion of (Bug#8615), (Bug#6954). Pass | ||
| 29 | argument NORECORD on to select-frame-set-input-focus. | ||
| 30 | |||
| 31 | 2011-07-15 Glenn Morris <rgm@gnu.org> | ||
| 32 | |||
| 33 | * subr.el (read-char-choice): Allow quitting. (Bug#9001) | ||
| 34 | Respect help-form. | ||
| 35 | |||
| 36 | 2011-07-09 Lawrence Mitchell <wence@gmx.li> | ||
| 37 | |||
| 38 | * net/gnutls.el (gnutls-min-prime-bits): New variable. | ||
| 39 | (gnutls-negotiate): Use it. | ||
| 40 | |||
| 41 | 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 42 | |||
| 43 | * net/gnutls.el (gnutls-negotiate): Upcase | ||
| 44 | `gnutls-algorithm-priority'. | ||
| 45 | |||
| 46 | 2011-07-15 Glenn Morris <rgm@gnu.org> | ||
| 47 | |||
| 48 | * jka-compr.el (jka-compr-verbose): Move from here... | ||
| 49 | * jka-cmpr-hook.el (jka-compr-verbose): ... to here. (Bug#9090) | ||
| 50 | Add missing :version tag. | ||
| 51 | * info.el: No need to require jka-compr when compiling. | ||
| 52 | |||
| 53 | 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 54 | |||
| 55 | * net/gnutls.el (gnutls-algorithm-priority): New variable. | ||
| 56 | (gnutls-negotiate): Use it. | ||
| 57 | |||
| 58 | * emacs-lisp/cl-macs.el (declare): Link to the "Declarations" node. | ||
| 59 | |||
| 60 | * info.el (Info-beginning-of-buffer): New command. | ||
| 61 | (Info-mode-map): Use it instead of `beginning-of-buffer' to allow | ||
| 62 | announcing `b' as the key (bug#8325). | ||
| 63 | (Info-mode-menu): Use `Info-beginning-of-buffer' for consistency. | ||
| 64 | |||
| 65 | * emacs-lisp/cl-macs.el (declare): Doc string fix-up. | ||
| 66 | |||
| 67 | * international/mule-cmds.el | ||
| 68 | (describe-specified-language-support): Make the error message | ||
| 69 | clearer (bug#8905). | ||
| 70 | |||
| 71 | * emacs-lisp/cl-macs.el (declare): Add a doc string (bug#8690). | ||
| 72 | |||
| 73 | * isearch.el (isearch-barrier): Add a doc string, since it's | ||
| 74 | mentioned in a function doc string (bug#8678). | ||
| 75 | |||
| 76 | 2011-07-15 Martin Rudalics <rudalics@gmx.at> | ||
| 77 | |||
| 78 | * window.el (switch-to-buffer): Call pop-to-buffer with normalized | ||
| 79 | buffer argument (Bug#9083) and self-identifying label argument. | ||
| 80 | |||
| 81 | 2011-07-15 Glenn Morris <rgm@gnu.org> | ||
| 82 | |||
| 83 | * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273) | ||
| 84 | |||
| 1 | 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org> | 85 | 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 2 | 86 | ||
| 3 | * man.el (Man-fontify-manpage): Fix message when formatting the | 87 | * man.el (Man-fontify-manpage): Fix message when formatting the |