diff options
| author | Stefan Monnier | 2012-04-28 17:59:08 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2012-04-28 17:59:08 -0400 |
| commit | 8b6c19f4c23e69f2133a8432d614abdc03bdadc6 (patch) | |
| tree | 50b1ab560ca298e2cf06898ee11b1ed1df1bb000 /lisp/gnus/ChangeLog | |
| parent | 461ef3c5186ce4df67039615b30b84b0c86d7da4 (diff) | |
| download | emacs-8b6c19f4c23e69f2133a8432d614abdc03bdadc6.tar.gz emacs-8b6c19f4c23e69f2133a8432d614abdc03bdadc6.zip | |
Avoid the obsolete `assoc' package.
* lisp/speedbar.el (speedbar-refresh): Avoid adelete.
(speedbar-file-lists): Simplify and avoid aput.
* lisp/man.el (Man--sections, Man--refpages): New vars, replacing
Man-sections-alist and Man-refpages-alist.
(Man-build-section-alist, Man-build-references-alist):
Use them; avoid aput.
(Man--last-section, Man--last-refpage): New vars.
(Man-follow-manual-reference): Use them.
Use the `default' arg of completing-read.
(Man-goto-section): Idem. Move prompt to the `interactive' spec.
* lisp/gnus/auth-source.el (auth-source--aput-1, auth-source--aput)
(auth-source--aget): New functions and macros.
Use them instead of aput/aget.
Diffstat (limited to 'lisp/gnus/ChangeLog')
| -rw-r--r-- | lisp/gnus/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 556094ca614..cacd20ce99d 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * auth-source.el (auth-source--aput-1, auth-source--aput) | ||
| 4 | (auth-source--aget): New functions and macros. | ||
| 5 | Use them instead of aput/aget. | ||
| 6 | |||
| 1 | 2012-04-27 Andreas Schwab <schwab@linux-m68k.org> | 7 | 2012-04-27 Andreas Schwab <schwab@linux-m68k.org> |
| 2 | 8 | ||
| 3 | * gnus.el (debbugs-gnu): Don't override existing autoload definition. | 9 | * gnus.el (debbugs-gnu): Don't override existing autoload definition. |