diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 113 |
1 files changed, 104 insertions, 9 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 288199fd702..2a58b306111 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,98 @@ | |||
| 1 | 2011-04-05 Deniz Dogan <deniz@dogan.se> | ||
| 2 | |||
| 3 | * net/rcirc.el: Update my e-mail address. | ||
| 4 | (rcirc-mode-map): Remove M-o binding. | ||
| 5 | |||
| 6 | 2011-04-05 Chong Yidong <cyd@stupidchicken.com> | ||
| 7 | |||
| 8 | * startup.el (command-line): Save the cursor's theme-face | ||
| 9 | directly, instead of using face-override-spec. | ||
| 10 | |||
| 11 | * custom.el (load-theme): Minor optimization in assigning faces. | ||
| 12 | |||
| 13 | 2011-04-04 Juanma Barranquero <lekktu@gmail.com> | ||
| 14 | |||
| 15 | * help-fns.el (describe-variable): Complete all variables having | ||
| 16 | documentation, including keywords. | ||
| 17 | http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html | ||
| 18 | |||
| 19 | 2011-04-04 Juanma Barranquero <lekktu@gmail.com> | ||
| 20 | |||
| 21 | Convert to lexical-binding. | ||
| 22 | |||
| 23 | * bs.el (bs-refresh, bs-sort-buffer-interns-are-last) | ||
| 24 | (bs--get-marked-string, bs--get-modified-string) | ||
| 25 | (bs--get-readonly-string, bs--get-size-string, bs--get-name) | ||
| 26 | (bs--get-mode-name, bs--get-file-name): Mark unused arguments. | ||
| 27 | (bs--configuration-name-for-prefix-arg): Rename argument PREFIX-ARG. | ||
| 28 | |||
| 29 | * ehelp.el (electric-help-execute-extended) | ||
| 30 | (electric-help-ctrl-x-prefix): | ||
| 31 | * hexl.el (hexl-revert-buffer-function): | ||
| 32 | * linum.el (linum-after-change, linum-after-scroll): | ||
| 33 | * emacs-lisp/re-builder.el (reb-auto-update): Mark unused arguments. | ||
| 34 | |||
| 35 | * help-fns.el (help-describe-category-set): Remove unused ERR variable. | ||
| 36 | |||
| 37 | 2011-04-04 Daiki Ueno <ueno@unixuser.org> | ||
| 38 | |||
| 39 | * epa-dired.el: | ||
| 40 | * epa-mail.el: | ||
| 41 | * epa-hook.el: | ||
| 42 | * epa-file.el: | ||
| 43 | * epa.el: | ||
| 44 | * epg.el: Use lexical binding. | ||
| 45 | |||
| 46 | 2011-04-03 Chong Yidong <cyd@stupidchicken.com> | ||
| 47 | |||
| 48 | * dired-aux.el (dired-create-files): Add docstring (Bug#7970). | ||
| 49 | |||
| 50 | * textmodes/flyspell.el (flyspell-word): Recognize default | ||
| 51 | dictionary case for flyspell-mark-duplications-exceptions. Use | ||
| 52 | regexp matching for languages. | ||
| 53 | (flyspell-mark-duplications-exceptions): Add "that" and "had" for | ||
| 54 | default dictionary (Bug#7926). | ||
| 55 | |||
| 56 | 2011-04-02 Chong Yidong <cyd@stupidchicken.com> | ||
| 57 | |||
| 58 | * emacs-lisp/package.el (package--with-work-buffer): Recognize | ||
| 59 | https URLs. | ||
| 60 | |||
| 61 | * net/network-stream.el: Move from gnus/proto-stream.el. Change | ||
| 62 | prefix to network-stream throughout. | ||
| 63 | (open-protocol-stream): Merge into open-network-stream, leaving | ||
| 64 | open-protocol-stream as an alias. Handle nil BUFFER args. | ||
| 65 | |||
| 66 | * subr.el (open-network-stream): Move to net/network-stream.el. | ||
| 67 | |||
| 68 | 2011-04-02 Glenn Morris <rgm@gnu.org> | ||
| 69 | |||
| 70 | * find-dired.el (find-exec-terminator): New option. | ||
| 71 | (find-ls-option): Test for -ls support. | ||
| 72 | (find-ls-subdir-switches): Test for -b in find-ls-option. | ||
| 73 | (find-dired, find-grep-dired): Doc fixes. | ||
| 74 | (find-dired): Use find-exec-terminator. | ||
| 75 | |||
| 76 | * find-dired.el (find-ls-option, find-ls-subdir-switches) | ||
| 77 | (find-grep-options): Do not autoload these defcustoms, remove purecopy. | ||
| 78 | (find-name-arg): Remove purecopy. | ||
| 79 | |||
| 80 | * progmodes/grep.el (grep-find-use-xargs): Doc fix. | ||
| 81 | (grep-compute-defaults): Check for `-exec COMMAND +' support. | ||
| 82 | Set grep-find-use-xargs, grep-find-command, and grep-find-template | ||
| 83 | accordingly. Don't add the null-device if not needed. | ||
| 84 | |||
| 85 | * files.el (save-some-buffers): Doc fix. | ||
| 86 | |||
| 87 | 2011-04-02 Eli Zaretskii <eliz@gnu.org> | ||
| 88 | |||
| 89 | * makefile.w32-in (EMACS): Default to ../src/$(BLD)/emacs.exe. | ||
| 90 | |||
| 91 | 2011-04-01 Juanma Barranquero <lekktu@gmail.com> | ||
| 92 | |||
| 93 | * progmodes/idlwave.el (idlwave-one-key-select, idlwave-list-abbrevs): | ||
| 94 | Use `dolist' rather than `mapcar'. | ||
| 95 | |||
| 1 | 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca> | 96 | 2011-04-01 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 97 | ||
| 3 | Add lexical binding. | 98 | Add lexical binding. |
| @@ -182,14 +277,14 @@ | |||
| 182 | * textmodes/css.el: | 277 | * textmodes/css.el: |
| 183 | * startup.el: | 278 | * startup.el: |
| 184 | * uniquify.el: | 279 | * uniquify.el: |
| 185 | * minibuffer.el: | 280 | * minibuffer.el: |
| 186 | * newcomment.el: | 281 | * newcomment.el: |
| 187 | * reveal.el: | 282 | * reveal.el: |
| 188 | * server.el: | 283 | * server.el: |
| 189 | * mpc.el: | 284 | * mpc.el: |
| 190 | * emacs-lisp/smie.el: | 285 | * emacs-lisp/smie.el: |
| 191 | * doc-view.el: | 286 | * doc-view.el: |
| 192 | * dired.el: | 287 | * dired.el: |
| 193 | * abbrev.el: Use lexical binding. | 288 | * abbrev.el: Use lexical binding. |
| 194 | 289 | ||
| 195 | 2011-04-01 Eli Zaretskii <eliz@gnu.org> | 290 | 2011-04-01 Eli Zaretskii <eliz@gnu.org> |
| @@ -203,7 +298,7 @@ | |||
| 203 | 2011-03-31 Tassilo Horn <tassilo@member.fsf.org> | 298 | 2011-03-31 Tassilo Horn <tassilo@member.fsf.org> |
| 204 | 299 | ||
| 205 | * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's | 300 | * net/rcirc.el (rcirc-handler-001): Only authenticate, if there's |
| 206 | an entry for that server in rcirc-authinfo. (Bug#8385) | 301 | an entry for that server in rcirc-authinfo. (Bug#8385) |
| 207 | 302 | ||
| 208 | 2011-03-31 Glenn Morris <rgm@gnu.org> | 303 | 2011-03-31 Glenn Morris <rgm@gnu.org> |
| 209 | 304 | ||