diff options
| author | Gnus developers | 2011-05-31 22:08:51 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2011-05-31 22:08:51 +0000 |
| commit | 2da9c605f8b27d3d23c303e8d02dbe1623efee01 (patch) | |
| tree | ec210ec6663686962f617e202119125a0e825f74 /doc/misc | |
| parent | 30a235016ebe8326593b16ed42daeeaa4dead526 (diff) | |
| download | emacs-2da9c605f8b27d3d23c303e8d02dbe1623efee01.tar.gz emacs-2da9c605f8b27d3d23c303e8d02dbe1623efee01.zip | |
Merge changes made in Gnus trunk.
gnus.texi (Store custom flags and keywords): Refer to `gnus-registry-article-marks-to-{chars,names}' instead of `gnus-registry-user-format-function-{M,M2}'.
shr.el (shr-rescale-image): Add an :ascent of 100 to images so that the underline comes at the bottom.
gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from `gnus-registry-user-format-function-M' and declare the latter obsolete.
(gnus-registry-article-marks-to-names): Rename from `gnus-registry-user-format-function-M2'.
shr.el (shr-browse-image): Copy the URL if called interactively.
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/ChangeLog | 6 | ||||
| -rw-r--r-- | doc/misc/gnus.texi | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 917ebf0d675..aaf4bcae1b3 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2011-05-31 Teodor Zlatanov <tzz@lifelogs.com> | ||
| 2 | |||
| 3 | * gnus.texi (Store custom flags and keywords): Refer to | ||
| 4 | `gnus-registry-article-marks-to-{chars,names}' instead of | ||
| 5 | `gnus-registry-user-format-function-{M,M2}'. | ||
| 6 | |||
| 1 | 2011-05-18 Teodor Zlatanov <tzz@lifelogs.com> | 7 | 2011-05-18 Teodor Zlatanov <tzz@lifelogs.com> |
| 2 | 8 | ||
| 3 | * gnus.texi (Gnus Registry Setup): Rename from "Setup". | 9 | * gnus.texi (Gnus Registry Setup): Rename from "Setup". |
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index a6b79237f08..82200780e19 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi | |||
| @@ -26094,10 +26094,10 @@ their @code{:char} property, or showing the marks as full strings. | |||
| 26094 | @lisp | 26094 | @lisp |
| 26095 | ;; show the marks as single characters (see the :char property in | 26095 | ;; show the marks as single characters (see the :char property in |
| 26096 | ;; `gnus-registry-marks'): | 26096 | ;; `gnus-registry-marks'): |
| 26097 | ;; (defalias 'gnus-user-format-function-M 'gnus-registry-user-format-function-M) | 26097 | ;; (defalias 'gnus-user-format-function-M 'gnus-registry-article-marks-to-chars) |
| 26098 | 26098 | ||
| 26099 | ;; show the marks by name (see `gnus-registry-marks'): | 26099 | ;; show the marks by name (see `gnus-registry-marks'): |
| 26100 | ;; (defalias 'gnus-user-format-function-M 'gnus-registry-user-format-function-M2) | 26100 | ;; (defalias 'gnus-user-format-function-M 'gnus-registry-article-marks-to-names) |
| 26101 | @end lisp | 26101 | @end lisp |
| 26102 | 26102 | ||
| 26103 | 26103 | ||