comparison lisp/ChangeLog @ 107838:f50f5478ec53

Clean up last bookmark changes for man/woman/gnus-summary. * gnus-sum.el: Add bookmark declarations to silence the compiler. (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies): Use with-current-buffer to silence the byte-compiler. (gnus-summary-bookmark-make-record): Use derived-mode-p and don't bother to require `gnus'. (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify. * woman.el: Add bookmark declarations to silence the compiler. (bookmark-prop-get): Use `man-args' rather than `filename' as a first step to compatibility between man and woman bookmarks. Adjust for Man-default-bookmark-title renaming. (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload. * man.el: Add bookmark declarations to silence the compiler. (Man-name-local-regexp): Make it match NAME as well. (Man-getpage-in-background): Return the buffer. (Man-notify-when-ready): Use `case'. (man-set-default-bookmark-title): Rename to Man-default-bookmark-title. Don't hardcode "NAME". Simplify. (Man-bookmark-make-record): Use Man-arguments rather than buffer-name. Rename from Man-bookmark-make-record. (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that we have the actual man-args. Use Man-getpage-in-background rather than `man' since the arg is already processed. Let bookmark.el do the window handling. Only wait for the relevant process. Don't forget to autoload. * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 12 Apr 2010 12:09:47 -0400
parents 4ad129f7804d
children e84bec592536
comparison
equal deleted inserted replaced
107837:4ad129f7804d 107838:f50f5478ec53
1 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * woman.el: Add bookmark declarations to silence the compiler.
4 (bookmark-prop-get): Use `man-args' rather than `filename' as a first
5 step to compatibility between man and woman bookmarks.
6 Adjust for Man-default-bookmark-title renaming.
7 (woman-bookmark-jump): Adjust accordingly. Don't forget to autoload.
8
9 * man.el: Add bookmark declarations to silence the compiler.
10 (Man-name-local-regexp): Make it match NAME as well.
11 (Man-getpage-in-background): Return the buffer.
12 (Man-notify-when-ready): Use `case'.
13 (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
14 Don't hardcode "NAME". Simplify.
15 (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
16 Rename from Man-bookmark-make-record.
17 (Man-bookmark-jump): Rename from man-bookmark-jump. Simplify now that
18 we have the actual man-args. Use Man-getpage-in-background rather
19 than `man' since the arg is already processed. Let bookmark.el do the
20 window handling. Only wait for the relevant process.
21 Don't forget to autoload.
22
23 * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
24
1 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com> 25 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2 26
3 * woman.el (woman-bookmark-make-record, woman-bookmark-jump): 27 * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
4 New functions. 28 New functions.
5 (woman-mode): Setup bookmark support. 29 (woman-mode): Setup bookmark support.