Changes committed gnus/lisp (ChangeLog gnus-bookmark.el)
"Reiner Steib" <[email protected]>
| Newsgroups | gmane.emacs.gnus.commits |
|---|---|
| Message-ID | <[email protected]> |
Modified: ChangeLog gnus-bookmark.el Add FIXMEs. Index: ChangeLog diff -u gnus/lisp/ChangeLog:7.1768 gnus/lisp/ChangeLog:7.1769 --- ChangeLog:7.1768 Sun Mar 2 17:47:47 2008 +++ ChangeLog Sun Mar 2 17:53:18 2008 @@ -1,5 +1,7 @@ 2008-03-02 Reiner Steib <[email protected]> + * gnus-bookmark.el: Add FIXMEs. + * message.el (message-form-letter-separator) (message-send-form-letter-delay): New variables. (message-send-form-letter): Use them. New command to send form Index: gnus-bookmark.el diff -u gnus/lisp/gnus-bookmark.el:7.13 gnus/lisp/gnus-bookmark.el:7.14 --- gnus-bookmark.el:7.13 Sat Mar 1 02:48:13 2008 +++ gnus-bookmark.el Sun Mar 2 17:53:18 2008 @@ -62,6 +62,14 @@ ;; (define-key global-map "\C-crj" 'gnus-bookmark-jump) ;; (define-key global-map "\C-crl" 'gnus-bookmark-bmenu-list) +;; FIXME: Add keybindings, see +;; http://thread.gmane.org/gmane.emacs.gnus.general/63101/focus=63379 +;; http://thread.gmane.org/[email protected] + +;; FIXME: Check if `gnus-bookmark.el' should use +;; `bookmark-make-cell-function'. +;; Cf. http://article.gmane.org/gmane.emacs.gnus.general/66076 + (defgroup gnus-bookmark nil "Setting, annotation and jumping to Gnus bookmarks." :group 'gnus)