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