diff options
-rw-r--r-- | lisp/ChangeLog | 7 | ||||
-rw-r--r-- | lisp/ffap.el | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8a88b95e473..f38cc8aaf40 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2008-02-11 Glenn Morris <rgm@gnu.org> + + * ffap.el (ffap-rfc-directories): Add :version. + 2008-02-11 Chris Moore <christopher.ian.moore@gmail.com> * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz @@ -5,6 +9,9 @@ 2008-02-11 Kevin Ryde <user42@zip.com.au> + * ffap.el (ffap-rfc-directories): New variable. + (ffap-rfc): Look in those dirs before offering ffap-rfc-path. + * info.el (Info-next-reference, Info-prev-reference) (Info-try-follow-nearest-node): Move to and follow https:// links too. diff --git a/lisp/ffap.el b/lisp/ffap.el index 9d3b2142f39..2c750d8f612 100644 --- a/lisp/ffap.el +++ b/lisp/ffap.el @@ -960,6 +960,7 @@ If t, `ffap-tex-init' will initialize this when needed.") "A list of directories to look for RFC files. If a given RFC isn't in these then `ffap-rfc-path' is offered." :type '(repeat directory) + :version "23.1" :group 'ffap) (defvar ffap-rfc-path |